Digital To Analog Converter

Size: px
Start display at page:

Download "Digital To Analog Converter"

Transcription

1 Digital To Analog Converter To output analog voltage from a PC or µc, the numerical value (integer) must be converted to the analog voltage equivalent by a D/A converter. Analog outputs are much simpler than analog inputs. This process is very fast, and does not experience the timing problems of sampling and conversion with analog inputs. However, analog outputs are still subject to quantization errors.

2 Weighted Resistor Summing DAC Develop an analytical model for 3-bit DAC output in terms of the resistances, reference voltage and the switch positions.

3 Ladder Resistor Network DAC + - Vr S W A2 R 1 2 R A1 A0 2R 2R R 2R Vo G 1 B A T S W A S W A0 R 2 2 R R 3 2 R R 4 R 5 R 6 2 R R R Vo G N D Ex: Develop a model for 2-bit DAC output, via superposition. Prelab L1-1: Develop an analytical model for 3-bit DAC output in terms of the R-2R resistances, reference voltages and the switch positions. Prelab L1-2: Develop a model for the switch currents. Prelab L1-3: Install Arduino IDE masek/arduino01.pdf

4 Ladder Resistor Network DAC - cont d Solution to Prelab L1-1: v 0 V ref = + + R R 1R 2 + 2R1 2 4R R 1R 2 + 2R1 2 D 2 + R 2 (R 2 + 2R 1 ) 4R R 1R 2 + 2R1 2 D 1 + R 2 2 4R R 1R 2 + 2R 2 1 D 0

5 Ladder Resistor Network DAC - cont d Test of the solution to Prelab L1-1: R 2 = 2R 1 v 0 = D 2 V ref 2 + D D 0 8

6 Uncertainty Maximum uncertainty 1 : MAX V DAC = V DAC R R 1 + V DAC 1 R 2 Probable uncertainty 2 : R V DAC R N R N PROB V DAC = ( VDAC R 1 R1 ) 2 ( ) 2 ( ) 2 VDAC VDAC + R RN R 2 R N Assignment A1-1,2: Calculate DAC uncertainty for both, (1) 3-bit Weighted Resistor Summing DAC and (2) 3-bit Ladder Resistor Network DAC, assuming 1% tolerances. 1 represents the worst case uncertainty 2 represents a more realistic uncertainty

7 A1-1 Solution V o = ( R R 2 D 2 + R R 4 D 1 + R R 8 D 0 )V R MAX V o D0 =D 1 =D 2 =1 = R V R R2 R + R 2 R V R R4 2 R + R 4 R V R 4 R 8 R8 R 8 MAX V o = ( 1 2 1% % %)V R MAX V o = 7 8 1%V R =0.87%V R

8 A1-2 Solution MAX V o D0 =D 1 =D 2 =1 = + R2 2(7R 2 + 4R 1 ) (4R R 1R 2 + 2R1 2 V )2 R R 1 + R 1 R 2 (7R 2 + 4R 1 ) (4R R 1R 2 + 2R1 2 V )2 R R 2 MAX V o R2 =2R 1 = ( R 1 R R 2 R 1 )V R MAX V o R2 =2R 1 = ( R 1 R R 2 2R 1 )V R MAX V o = %V R =0.14%V R The three bit R-2R DAC exhibits over six times less uncertainty in comparison to the three bit weighted resistor DAC.

9 PWM to Voltage - filter design Required Attenuation in terms of the ripple voltage: A db = 20 log V RIP V PWM (1) Required Attenuation in terms of the slope S (-20, -40,...): A db = S log f PWM f 3dB (2) f 3dB = f PWM 10 A db S (3) RC filter: f 3dB = 1 2π R F C F (4)

10 PWM to Voltage - filter design cont d

11 PWM to Voltage - IC MILPITAS, CA - August 12, Linear Technology Corporation introduces the LTC2645, a quad-channel 12-bit/10-bit/8-bit PWM-to-voltage output digital-to-analog converter (DAC) with 10ppm/Â C reference. These parts convert PWM input signals to 12-bit accurate, stable, buffered voltage outputs in less than 8 microseconds, eliminating the ripple and delay typically associated with analog filters.... The LTC2645 measures the period and pulse width of the PWM input signals and updates the DACs after each PWM input rising edge, accepting PWM input frequencies from 30Hz up to 100kHz. An IDLSEL pin provides flexibility to set the outputs to idle at zero or full scale, power-down with high-impedance output, or hold the previous state indefinitely in response to an idle PWM input. This convenient mode has the advantage over analog filter implementations, which require the PWM to run continuously.

12 Analog to Digital Conversion - definitions To input an analog voltage into a PC or µcontroller, the continuous voltage value must be first sampled and then converted to a numerical value by an A/D converter. The process of sampling the data is not instantaneous, so each sample has a start and stop time. The time required to acquire the sample is called the sampling time t s. A/D converters can only acquire a limited number of samples per second. The time between samples is called the sampling period T S, and the inverse of the sampling period is the sampling frequency/rate. T s < T S The maximum V max and minimum V min readable voltages are a function of the control hardware such as 0V to 5V. The number of bits of the A/D converter is the number of bits in the result word. If the A/D converter is 8 bit then the result can read up to 256 different voltage levels.

13 Sampling DAC - Digital to Analog Conversion Sample & Hold (S/H) circuitry takes a snapshot of the input signal and holds the value for the A/D converter to have a stable signal. Often a FET switch connects capacitor to buffered input at the beginning of every sample period. The capacitor then holds the voltage value sampled until a new sample is acquired. This voltage slowly decreases over time despite of the high impedance output buffer. It is then necessary to perform the A/D conversion quickly in a short period of time.

14 S&H Chopper Circuit

15 Flash ADC consist of a set of comparators and reference voltages, and a digital encoder typically 4 to 8 bit designs due to the required number of comparators fast scanning rates typically used in TV, fast measurement instruments often a bubble error correction is applied prior to digital encoding

16 Successive Approximation ADC > 7.5 > 7 < 6.5 > 6 > 5.5 < 5 < > 3.5 > 3 < 2.5 < 2 > 1.5 < 1 < 0.5 MSB LSB 2 0 ±0.5V = LSB/2

17 Timer/Counter based ADC s RC network with a comparator V C = V R (1 e t τ ) τ = RC Charging a capacitor method is a simple time-interval based technique, however, the accuracy is low due to non-linearity, and V R / RC stability.

18 Timer/Counter based ADC s - cont d Dual Slope Integrating ADC applications that do not require high speed sampling immune to non-linearity of the integrator can be very accurate provided a longer time of conversion is acceptable An integrator is the core element in the dual-slope ADC. A zeroed integrator (V int = 0) is first connected to the measured voltage V S&H for a fixed time duration (run-up time T 1 =const). This causes the integrator to wind up to a certain voltage, say Vint u. Then a fixed reference voltage V R of the opposite polarity than V S&H is connected to the integrator which causes the integrator to back-integrate from Vint u to zero voltage. This phase is often referred to as run-down phase of time duration T 2.

19 Timer/Counter based ADC s - cont d Dual Slope Integrating ADC - SUMMARY Two voltage signal integration phases: 1 integration of the input voltage V S&H over a constant time period T 1 starting at zero (0V) 2 (back) integration of the constant reference voltage V R over a variable time T 2 until zero level crossing occurs (0V) Using a ratiometric method, the non-linearity and drift of RC is not critical as was the case of RC network ADC or a single slope ADC. V S&H = V R T 2 T 1 (5)

20 Assignment II. 1 Specify all components in the dual slope ADC circuit and define the timing sequence of control lines S-H, RES, INT, DEINT. 2 Simulate the analog to digital conversion using SPICE transient analysis and provide these waveforms: S-H(t), RES(t), INT(t), DEINT(t), V INT (t), COMP(t). 3 Propose a solution to minimize the transient spikes at the integrator s input. 4 Derive an expression for the measured voltage in terms of the design parameters and the measured time of de-integration.

21 Assignment II. - cont d Four digital outputs are required to control the conversion process assuming only uni-polar voltage being measured. One digital output controls S&H operation, two digital outputs control switching of V S&H and V R to the integrator input, and one digital output is used to discharge the capacitor at the beginning of each conversion cycle. LTspice: masek/dual-slope-adc.asc

22 Assignment II. - solution

Digital to Analog and Analog to Digital Conversion

Digital to Analog and Analog to Digital Conversion Real world (lab) is Computer (binary) is digital Digital to Analog and Analog to Digital Conversion V t V t D/A or DAC and A/D or ADC D/A Conversion Computer DAC A/D Conversion Computer DAC Digital to

More information

Interfacing Analog to Digital Data Converters

Interfacing Analog to Digital Data Converters Converters In most of the cases, the PIO 8255 is used for interfacing the analog to digital converters with microprocessor. We have already studied 8255 interfacing with 8086 as an I/O port, in previous

More information

Conversion Between Analog and Digital Signals

Conversion Between Analog and Digital Signals ELET 3156 DL - Laboratory #6 Conversion Between Analog and Digital Signals There is no pre-lab work required for this experiment. However, be sure to read through the assignment completely prior to starting

More information

Chapter 6: From Digital-to-Analog and Back Again

Chapter 6: From Digital-to-Analog and Back Again Chapter 6: From Digital-to-Analog and Back Again Overview Often the information you want to capture in an experiment originates in the laboratory as an analog voltage or a current. Sometimes you want to

More information

Programmable Single-/Dual-/Triple- Tone Gong SAE 800

Programmable Single-/Dual-/Triple- Tone Gong SAE 800 Programmable Single-/Dual-/Triple- Tone Gong Preliminary Data SAE 800 Bipolar IC Features Supply voltage range 2.8 V to 18 V Few external components (no electrolytic capacitor) 1 tone, 2 tones, 3 tones

More information

NTE2053 Integrated Circuit 8 Bit MPU Compatible A/D Converter

NTE2053 Integrated Circuit 8 Bit MPU Compatible A/D Converter NTE2053 Integrated Circuit 8 Bit MPU Compatible A/D Converter Description: The NTE2053 is a CMOS 8 bit successive approximation Analog to Digital converter in a 20 Lead DIP type package which uses a differential

More information

DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION

DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION Introduction The outputs from sensors and communications receivers are analogue signals that have continuously varying amplitudes. In many systems

More information

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 956 24-BIT DIFFERENTIAL ADC WITH I2C LTC2485 DESCRIPTION

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 956 24-BIT DIFFERENTIAL ADC WITH I2C LTC2485 DESCRIPTION LTC2485 DESCRIPTION Demonstration circuit 956 features the LTC2485, a 24-Bit high performance Σ analog-to-digital converter (ADC). The LTC2485 features 2ppm linearity, 0.5µV offset, and 600nV RMS noise.

More information

Switch Mode Power Supply Topologies

Switch Mode Power Supply Topologies Switch Mode Power Supply Topologies The Buck Converter 2008 Microchip Technology Incorporated. All Rights Reserved. WebSeminar Title Slide 1 Welcome to this Web seminar on Switch Mode Power Supply Topologies.

More information

Digital to Analog Converter. Raghu Tumati

Digital to Analog Converter. Raghu Tumati Digital to Analog Converter Raghu Tumati May 11, 2006 Contents 1) Introduction............................... 3 2) DAC types................................... 4 3) DAC Presented.............................

More information

LM1084 5A Low Dropout Positive Regulators

LM1084 5A Low Dropout Positive Regulators 5A Low Dropout Positive Regulators General Description The LM1084 is a series of low dropout voltage positive regulators with a maximum dropout of 1.5 at 5A of load current. It has the same pin-out as

More information

Analog/Digital Conversion. Analog Signals. Digital Signals. Analog vs. Digital. Interfacing a microprocessor-based system to the real world.

Analog/Digital Conversion. Analog Signals. Digital Signals. Analog vs. Digital. Interfacing a microprocessor-based system to the real world. Analog/Digital Conversion Analog Signals Interacing a microprocessor-based system to the real world. continuous range x(t) Analog and digital signals he bridge: Sampling heorem Conversion concepts Conversion

More information

Pulse Width Modulation

Pulse Width Modulation Pulse Width Modulation Pulse width modulation (PWM) is a powerful technique for controlling analog circuits with a microprocessor's digital outputs. PWM is employed in a wide variety of applications, ranging

More information

24-Bit, 96kHz BiCMOS Sign-Magnitude DIGITAL-TO-ANALOG CONVERTER

24-Bit, 96kHz BiCMOS Sign-Magnitude DIGITAL-TO-ANALOG CONVERTER 49% FPO 24-Bit, 96kHz BiCMOS Sign-Magnitude DIGITAL-TO-ANALOG CONVERTER TM FEATURES SAMPLING FREQUEY (f S ): 16kHz to 96kHz 8X OVERSAMPLING AT 96kHz INPUT AUDIO WORD: 20-, 24-Bit HIGH PERFORMAE: Dynamic

More information

The D.C Power Supply

The D.C Power Supply The D.C Power Supply Voltage Step Down Electrical Isolation Converts Bipolar signal to Unipolar Half or Full wave Smoothes the voltage variation Still has some ripples Reduce ripples Stabilize the output

More information

b 1 is the most significant bit (MSB) The MSB is the bit that has the most (largest) influence on the analog output

b 1 is the most significant bit (MSB) The MSB is the bit that has the most (largest) influence on the analog output CMOS Analog IC Design - Chapter 10 Page 10.0-5 BLOCK DIAGRAM OF A DIGITAL-ANALOG CONVERTER b 1 is the most significant bit (MSB) The MSB is the bit that has the most (largest) influence on the analog output

More information

LOW COST MOTOR PROTECTION FILTERS FOR PWM DRIVE APPLICATIONS STOPS MOTOR DAMAGE

LOW COST MOTOR PROTECTION FILTERS FOR PWM DRIVE APPLICATIONS STOPS MOTOR DAMAGE LOW COST MOTOR PROTECTION FILTERS FOR PWM DRIVE APPLICATIONS STOPS MOTOR DAMAGE Karl M. Hink, Executive Vice President Originally presented at the Power Quality 99 Conference ABSTRACT Motor protection

More information

The full wave rectifier consists of two diodes and a resister as shown in Figure

The full wave rectifier consists of two diodes and a resister as shown in Figure The Full-Wave Rectifier The full wave rectifier consists of two diodes and a resister as shown in Figure The transformer has a centre-tapped secondary winding. This secondary winding has a lead attached

More information

Op Amp Circuit Collection

Op Amp Circuit Collection Op Amp Circuit Collection Note: National Semiconductor recommends replacing 2N2920 and 2N3728 matched pairs with LM394 in all application circuits. Section 1 Basic Circuits Inverting Amplifier Difference

More information

Inrush Current. Although the concepts stated are universal, this application note was written specifically for Interpoint products.

Inrush Current. Although the concepts stated are universal, this application note was written specifically for Interpoint products. INTERPOINT Although the concepts stated are universal, this application note was written specifically for Interpoint products. In today s applications, high surge currents coming from the dc bus are a

More information

A PC-BASED TIME INTERVAL COUNTER WITH 200 PS RESOLUTION

A PC-BASED TIME INTERVAL COUNTER WITH 200 PS RESOLUTION 35'th Annual Precise Time and Time Interval (PTTI) Systems and Applications Meeting San Diego, December 2-4, 2003 A PC-BASED TIME INTERVAL COUNTER WITH 200 PS RESOLUTION Józef Kalisz and Ryszard Szplet

More information

Analog signals are those which are naturally occurring. Any analog signal can be converted to a digital signal.

Analog signals are those which are naturally occurring. Any analog signal can be converted to a digital signal. 3.3 Analog to Digital Conversion (ADC) Analog signals are those which are naturally occurring. Any analog signal can be converted to a digital signal. 1 3.3 Analog to Digital Conversion (ADC) WCB/McGraw-Hill

More information

Analog Signal Conditioning

Analog Signal Conditioning Analog Signal Conditioning Analog and Digital Electronics Electronics Digital Electronics Analog Electronics 2 Analog Electronics Analog Electronics Operational Amplifiers Transistors TRIAC 741 LF351 TL084

More information

A Simple Current-Sense Technique Eliminating a Sense Resistor

A Simple Current-Sense Technique Eliminating a Sense Resistor INFINITY Application Note AN-7 A Simple Current-Sense Technique Eliminating a Sense Resistor Copyright 998 A SIMPE CURRENT-SENSE TECHNIQUE EIMINATING A SENSE RESISTOR INTRODUCTION A sense resistor R S,

More information

Diode Applications. by Kenneth A. Kuhn Sept. 1, 2008. This note illustrates some common applications of diodes.

Diode Applications. by Kenneth A. Kuhn Sept. 1, 2008. This note illustrates some common applications of diodes. by Kenneth A. Kuhn Sept. 1, 2008 This note illustrates some common applications of diodes. Power supply applications A common application for diodes is converting AC to DC. Although half-wave rectification

More information

PC BASED PID TEMPERATURE CONTROLLER

PC BASED PID TEMPERATURE CONTROLLER PC BASED PID TEMPERATURE CONTROLLER R. Nisha * and K.N. Madhusoodanan Dept. of Instrumentation, Cochin University of Science and Technology, Cochin 22, India ABSTRACT: A simple and versatile PC based Programmable

More information

ADS9850 Signal Generator Module

ADS9850 Signal Generator Module 1. Introduction ADS9850 Signal Generator Module This module described here is based on ADS9850, a CMOS, 125MHz, and Complete DDS Synthesizer. The AD9850 is a highly integrated device that uses advanced

More information

Micro-Step Driving for Stepper Motors: A Case Study

Micro-Step Driving for Stepper Motors: A Case Study Micro-Step Driving for Stepper Motors: A Case Study N. Sedaghati-Mokhtari Graduate Student, School of ECE, University of Tehran, Tehran, Iran n.sedaghati @ece.ut.ac.ir Abstract: In this paper, a case study

More information

DATA SHEET. TDA1543 Dual 16-bit DAC (economy version) (I 2 S input format) INTEGRATED CIRCUITS

DATA SHEET. TDA1543 Dual 16-bit DAC (economy version) (I 2 S input format) INTEGRATED CIRCUITS INTEGRATED CIRCUITS DATA SHEET File under Integrated Circuits, IC01 February 1991 FEATURES Low distortion 16-bit dynamic range 4 oversampling possible Single 5 V power supply No external components required

More information

A Collection of Differential to Single-Ended Signal Conditioning Circuits for Use with the LTC2400, a 24-Bit No Latency Σ ADC in an SO-8

A Collection of Differential to Single-Ended Signal Conditioning Circuits for Use with the LTC2400, a 24-Bit No Latency Σ ADC in an SO-8 Application Note August 999 A Collection of Differential to Single-Ended Signal Conditioning Circuits for Use with the LTC00, a -Bit No Latency Σ ADC in an SO- By Kevin R. Hoskins and Derek V. Redmayne

More information

Section 3. Sensor to ADC Design Example

Section 3. Sensor to ADC Design Example Section 3 Sensor to ADC Design Example 3-1 This section describes the design of a sensor to ADC system. The sensor measures temperature, and the measurement is interfaced into an ADC selected by the systems

More information

www.jameco.com 1-800-831-4242

www.jameco.com 1-800-831-4242 Distributed by: www.jameco.com 1-800-831-4242 The content and copyrights of the attached material are the property of its owner. LF411 Low Offset, Low Drift JFET Input Operational Amplifier General Description

More information

Application Note 142 August 2013. New Linear Regulators Solve Old Problems AN142-1

Application Note 142 August 2013. New Linear Regulators Solve Old Problems AN142-1 August 2013 New Linear Regulators Solve Old Problems Bob Dobkin, Vice President, Engineering and CTO, Linear Technology Corp. Regulators regulate but are capable of doing much more. The architecture of

More information

Advanced Monolithic Systems

Advanced Monolithic Systems Advanced Monolithic Systems FEATURES Three Terminal Adjustable or Fixed oltages* 1.5, 1.8, 2.5, 2.85, 3.3 and 5. Output Current of 1A Operates Down to 1 Dropout Line Regulation:.2% Max. Load Regulation:.4%

More information

Series AMLDL-Z Up to 1000mA LED Driver

Series AMLDL-Z Up to 1000mA LED Driver FEATURES: Click on Series name for product info on aimtec.com Series Up to ma LED Driver Models Single output Model Input Voltage (V) Step Down DC/DC LED driver Operating Temperature range 4ºC to 85ºC

More information

AVR127: Understanding ADC Parameters. Introduction. Features. Atmel 8-bit and 32-bit Microcontrollers APPLICATION NOTE

AVR127: Understanding ADC Parameters. Introduction. Features. Atmel 8-bit and 32-bit Microcontrollers APPLICATION NOTE Atmel 8-bit and 32-bit Microcontrollers AVR127: Understanding ADC Parameters APPLICATION NOTE Introduction This application note explains the basic concepts of analog-to-digital converter (ADC) and the

More information

11: AUDIO AMPLIFIER I. INTRODUCTION

11: AUDIO AMPLIFIER I. INTRODUCTION 11: AUDIO AMPLIFIER I. INTRODUCTION The properties of an amplifying circuit using an op-amp depend primarily on the characteristics of the feedback network rather than on those of the op-amp itself. A

More information

Digital Audio. Fig. 1 Binary numbers

Digital Audio. Fig. 1 Binary numbers Digital Audio Prior to the advent of computers, sound recordings were made using exclusively analog systems, where the instantaneous signal amplitude was continuously conveyed by a voltage we could measure

More information

1.5A Very L.D.O Voltage Regulator LM29150/29151/29152

1.5A Very L.D.O Voltage Regulator LM29150/29151/29152 FEATURES High Current Capability 1.5A Low Dropout Voltage 350mV Low Ground Current Accurate 1% Guaranteed Initial Tolerance Extremely Fast Transient Response Reverse-Battery and "Load Dump" Protection

More information

Building an Auto-Ranging DMM with the ICL7103A/ICL8052A A/D Converter Pair

Building an Auto-Ranging DMM with the ICL7103A/ICL8052A A/D Converter Pair Building an Auto-Ranging DMM with the ICL7103A/ICL8052A A/D Converter Pair Application Note September 1999 AN028 Introduction The development of LSI A/D converters has carved the pathway for a new category

More information

AP2428.01. A/D Converter. Analog Aspects. C500 and C166 Microcontroller Families. Microcontrollers. Application Note, V 1.

AP2428.01. A/D Converter. Analog Aspects. C500 and C166 Microcontroller Families. Microcontrollers. Application Note, V 1. Application Note, V 1.0, May 2001 AP2428.01 A/D Converter C500 and C166 Microcontroller Families Analog Aspects Microcontrollers Never stop thinking. A/D Converter Revision History: 2001-05 V1.0 Previous

More information

AP-1 Application Note on Remote Control of UltraVolt HVPS

AP-1 Application Note on Remote Control of UltraVolt HVPS Basics Of UltraVolt HVPS Output Voltage Control Application Note on Remote Control of UltraVolt HVPS By varying the voltage at the Remote Adjust Input terminal (pin 6) between 0 and +5V, the UV highvoltage

More information

Laboratory 4: Feedback and Compensation

Laboratory 4: Feedback and Compensation Laboratory 4: Feedback and Compensation To be performed during Week 9 (Oct. 20-24) and Week 10 (Oct. 27-31) Due Week 11 (Nov. 3-7) 1 Pre-Lab This Pre-Lab should be completed before attending your regular

More information

LEVERAGING FPGA AND CPLD DIGITAL LOGIC TO IMPLEMENT ANALOG TO DIGITAL CONVERTERS

LEVERAGING FPGA AND CPLD DIGITAL LOGIC TO IMPLEMENT ANALOG TO DIGITAL CONVERTERS LEVERAGING FPGA AND CPLD DIGITAL LOGIC TO IMPLEMENT ANALOG TO DIGITAL CONVERTERS March 2010 Lattice Semiconductor 5555 Northeast Moore Ct. Hillsboro, Oregon 97124 USA Telephone: (503) 268-8000 www.latticesemi.com

More information

1. Learn about the 555 timer integrated circuit and applications 2. Apply the 555 timer to build an infrared (IR) transmitter and receiver

1. Learn about the 555 timer integrated circuit and applications 2. Apply the 555 timer to build an infrared (IR) transmitter and receiver Electronics Exercise 2: The 555 Timer and its Applications Mechatronics Instructional Laboratory Woodruff School of Mechanical Engineering Georgia Institute of Technology Lab Director: I. Charles Ume,

More information

W a d i a D i g i t a l

W a d i a D i g i t a l Wadia Decoding Computer Overview A Definition What is a Decoding Computer? The Wadia Decoding Computer is a small form factor digital-to-analog converter with digital pre-amplifier capabilities. It is

More information

AC/DC Power Supply Reference Design. Advanced SMPS Applications using the dspic DSC SMPS Family

AC/DC Power Supply Reference Design. Advanced SMPS Applications using the dspic DSC SMPS Family AC/DC Power Supply Reference Design Advanced SMPS Applications using the dspic DSC SMPS Family dspic30f SMPS Family Excellent for Digital Power Conversion Internal hi-res PWM Internal high speed ADC Internal

More information

CHAPTER 11: Flip Flops

CHAPTER 11: Flip Flops CHAPTER 11: Flip Flops In this chapter, you will be building the part of the circuit that controls the command sequencing. The required circuit must operate the counter and the memory chip. When the teach

More information

Line Reactors and AC Drives

Line Reactors and AC Drives Line Reactors and AC Drives Rockwell Automation Mequon Wisconsin Quite often, line and load reactors are installed on AC drives without a solid understanding of why or what the positive and negative consequences

More information

AN1991. Audio decibel level detector with meter driver

AN1991. Audio decibel level detector with meter driver Rev. 2.1 20 March 2015 Application note Document information Info Keywords Abstract Content SA604A, LM358, RSSI, cellular radio The SA604A can provide a logarithmic response proportional to the input signal

More information

Lab #9: AC Steady State Analysis

Lab #9: AC Steady State Analysis Theory & Introduction Lab #9: AC Steady State Analysis Goals for Lab #9 The main goal for lab 9 is to make the students familar with AC steady state analysis, db scale and the NI ELVIS frequency analyzer.

More information

Description. 5k (10k) - + 5k (10k)

Description. 5k (10k) - + 5k (10k) THAT Corporation Low Noise, High Performance Microphone Preamplifier IC FEATURES Excellent noise performance through the entire gain range Exceptionally low THD+N over the full audio bandwidth Low power

More information

Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies

Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies Soonwook Hong, Ph. D. Michael Zuercher Martinson Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies 1. Introduction PV inverters use semiconductor devices to transform the

More information

Wireless Precision Temperature Sensor Powers Itself, Forms Own Network, Enabling Easy Deployment in Industrial Environments

Wireless Precision Temperature Sensor Powers Itself, Forms Own Network, Enabling Easy Deployment in Industrial Environments Wireless Precision Temperature Sensor Powers Itself, Forms Own Network, Enabling Easy Deployment in Industrial Environments Kris Lokere While the Internet connects people via a worldwide computer network,

More information

DRM compatible RF Tuner Unit DRT1

DRM compatible RF Tuner Unit DRT1 FEATURES DRM compatible RF Tuner Unit DRT1 High- Performance RF Tuner Frequency Range: 10 KHz to 30 MHz Input ICP3: +13,5dBm, typ. Noise Figure @ full gain: 14dB, typ. Receiver Factor: -0,5dB, typ. Input

More information

Considerations When Specifying a DC Power Supply

Considerations When Specifying a DC Power Supply Programming Circuit White Paper Considerations When Specifying a DC Power Supply By Bill Martin, Sales/Applications Engineer Every automated test system that tests electronic circuit boards, modules or

More information

ADC0808/ADC0809 8-Bit µp Compatible A/D Converters with 8-Channel Multiplexer

ADC0808/ADC0809 8-Bit µp Compatible A/D Converters with 8-Channel Multiplexer ADC0808/ADC0809 8-Bit µp Compatible A/D Converters with 8-Channel Multiplexer General Description The ADC0808, ADC0809 data acquisition component is a monolithic CMOS device with an 8-bit analog-to-digital

More information

Application Note. Line Card Redundancy Design With the XRT83SL38 T1/E1 SH/LH LIU ICs

Application Note. Line Card Redundancy Design With the XRT83SL38 T1/E1 SH/LH LIU ICs Application Note Design With the XRT83SL38 T1/E1 SH/LH LIU ICs Revision 1.3 1 REDUNDANCY APPLICATIONS INTRODUCTION Telecommunication system design requires signal integrity and reliability. When a T1/E1

More information

LAB 7 MOSFET CHARACTERISTICS AND APPLICATIONS

LAB 7 MOSFET CHARACTERISTICS AND APPLICATIONS LAB 7 MOSFET CHARACTERISTICS AND APPLICATIONS Objective In this experiment you will study the i-v characteristics of an MOS transistor. You will use the MOSFET as a variable resistor and as a switch. BACKGROUND

More information

Analog outputs. Public Document. VS10XX AppNote: Connecting analog outputs

Analog outputs. Public Document. VS10XX AppNote: Connecting analog outputs : Connecting analog outputs Description This document describes how to protect the analog outputs of VS10XX series devices from ESD and how to make a prtoected line-out connection. It shows an example

More information

DC/DC power modules basics

DC/DC power modules basics DC/DC power modules basics Design Note 024 Ericsson Power Modules General Abstract This design note covers basic considerations for the use of on-board switch mode DC/DC power modules, also commonly known

More information

TDA4605 CONTROL CIRCUIT FOR SWITCH MODE POWER SUPPLIES USING MOS TRANSISTORS

TDA4605 CONTROL CIRCUIT FOR SWITCH MODE POWER SUPPLIES USING MOS TRANSISTORS CONTROL CIRCUIT FOR SWITCH MODE POWER SUPPLIES USING MOS TRANSISTORS Fold-Back Characteristic provides Overload Protection for External Diodes Burst Operation under Short-Circuit and no Load Conditions

More information

1995 Mixed-Signal Products SLAA013

1995 Mixed-Signal Products SLAA013 Application Report 995 Mixed-Signal Products SLAA03 IMPORTANT NOTICE Texas Instruments and its subsidiaries (TI) reserve the right to make changes to their products or to discontinue any product or service

More information

LC2 MOS Quad 8-Bit D/A Converter AD7226

LC2 MOS Quad 8-Bit D/A Converter AD7226 a FEATURES Four 8-Bit DACs with Output Amplifiers Skinny 20-Pin DIP, SOIC and 20-Terminal Surface Mount Packages Microprocessor Compatible TTL/CMOS Compatible No User Trims Extended Temperature Range Operation

More information

Pulse Width Modulation (PWM) LED Dimmer Circuit. Using a 555 Timer Chip

Pulse Width Modulation (PWM) LED Dimmer Circuit. Using a 555 Timer Chip Pulse Width Modulation (PWM) LED Dimmer Circuit Using a 555 Timer Chip Goals of Experiment Demonstrate the operation of a simple PWM circuit that can be used to adjust the intensity of a green LED by varying

More information

1-Mbit (128K x 8) Static RAM

1-Mbit (128K x 8) Static RAM 1-Mbit (128K x 8) Static RAM Features Pin- and function-compatible with CY7C109B/CY7C1009B High speed t AA = 10 ns Low active power I CC = 80 ma @ 10 ns Low CMOS standby power I SB2 = 3 ma 2.0V Data Retention

More information

SWITCH-MODE POWER SUPPLY CONTROLLER PULSE OUTPUT DC OUTPUT GROUND EXTERNAL FUNCTION SIMULATION ZERO CROSSING INPUT CONTROL EXTERNAL FUNCTION

SWITCH-MODE POWER SUPPLY CONTROLLER PULSE OUTPUT DC OUTPUT GROUND EXTERNAL FUNCTION SIMULATION ZERO CROSSING INPUT CONTROL EXTERNAL FUNCTION SWITCH-MODE POWER SUPPLY CONTROLLER. LOW START-UP CURRENT. DIRECT CONTROL OF SWITCHING TRAN- SISTOR. COLLECTOR CURRENT PROPORTIONAL TO BASE-CURRENT INPUT REERSE-GOING LINEAR OERLOAD CHARACTERISTIC CURE

More information

Analog and Digital Signals, Time and Frequency Representation of Signals

Analog and Digital Signals, Time and Frequency Representation of Signals 1 Analog and Digital Signals, Time and Frequency Representation of Signals Required reading: Garcia 3.1, 3.2 CSE 3213, Fall 2010 Instructor: N. Vlajic 2 Data vs. Signal Analog vs. Digital Analog Signals

More information

16-Bit Monotonic Voltage Output D/A Converter AD569

16-Bit Monotonic Voltage Output D/A Converter AD569 a FEATURES Guaranteed 16-Bit Monotonicity Monolithic BiMOS II Construction 0.01% Typical Nonlinearity 8- and 16-Bit Bus Compatibility 3 s Settling to 16 Bits Low Drift Low Power Low Noise APPLICATIONS

More information

ADC12041 ADC12041 12-Bit Plus Sign 216 khz Sampling Analog-to-Digital Converter

ADC12041 ADC12041 12-Bit Plus Sign 216 khz Sampling Analog-to-Digital Converter ADC12041 ADC12041 12-Bit Plus Sign 216 khz Sampling Analog-to-Digital Converter Literature Number: SNAS106 ADC12041 12-Bit Plus Sign 216 khz Sampling Analog-to-Digital Converter General Description Operating

More information

Portable Time Interval Counter with Picosecond Precision

Portable Time Interval Counter with Picosecond Precision Portable Time Interval Counter with Picosecond Precision R. SZPLET, Z. JACHNA, K. ROZYC, J. KALISZ Department of Electronic Engineering Military University of Technology Gen. S. Kaliskiego 2, 00-908 Warsaw

More information

See Horenstein 4.3 and 4.4

See Horenstein 4.3 and 4.4 EE 462: Laboratory # 4 DC Power Supply Circuits Using Diodes by Drs. A.V. Radun and K.D. Donohue (2/14/07) Department of Electrical and Computer Engineering University of Kentucky Lexington, KY 40506 Updated

More information

Programmable-Gain Transimpedance Amplifiers Maximize Dynamic Range in Spectroscopy Systems

Programmable-Gain Transimpedance Amplifiers Maximize Dynamic Range in Spectroscopy Systems Programmable-Gain Transimpedance Amplifiers Maximize Dynamic Range in Spectroscopy Systems PHOTODIODE VOLTAGE SHORT-CIRCUIT PHOTODIODE SHORT- CIRCUIT VOLTAGE 0mV DARK ark By Luis Orozco Introduction Precision

More information

LM 358 Op Amp. If you have small signals and need a more useful reading we could amplify it using the op amp, this is commonly used in sensors.

LM 358 Op Amp. If you have small signals and need a more useful reading we could amplify it using the op amp, this is commonly used in sensors. LM 358 Op Amp S k i l l L e v e l : I n t e r m e d i a t e OVERVIEW The LM 358 is a duel single supply operational amplifier. As it is a single supply it eliminates the need for a duel power supply, thus

More information

AVR Timer/Counter. Prof Prabhat Ranjan DA-IICT, Gandhinagar

AVR Timer/Counter. Prof Prabhat Ranjan DA-IICT, Gandhinagar AVR Timer/Counter Prof Prabhat Ranjan DA-IICT, Gandhinagar 8-bit Timer/Counter0 with PWM Single Compare Unit Counter Clear Timer on Compare Match (Auto Reload) Glitch-free, Phase Correct Pulse Width Modulator

More information

AVX EMI SOLUTIONS Ron Demcko, Fellow of AVX Corporation Chris Mello, Principal Engineer, AVX Corporation Brian Ward, Business Manager, AVX Corporation

AVX EMI SOLUTIONS Ron Demcko, Fellow of AVX Corporation Chris Mello, Principal Engineer, AVX Corporation Brian Ward, Business Manager, AVX Corporation AVX EMI SOLUTIONS Ron Demcko, Fellow of AVX Corporation Chris Mello, Principal Engineer, AVX Corporation Brian Ward, Business Manager, AVX Corporation Abstract EMC compatibility is becoming a key design

More information

Design of a TL431-Based Controller for a Flyback Converter

Design of a TL431-Based Controller for a Flyback Converter Design of a TL431-Based Controller for a Flyback Converter Dr. John Schönberger Plexim GmbH Technoparkstrasse 1 8005 Zürich 1 Introduction The TL431 is a reference voltage source that is commonly used

More information

AN ULTRA-CHEAP GRID CONNECTED INVERTER FOR SMALL SCALE GRID CONNECTION

AN ULTRA-CHEAP GRID CONNECTED INVERTER FOR SMALL SCALE GRID CONNECTION AN ULTRA-CHEAP GRID CONNECTED INVERTER FOR SMALL SCALE GRID CONNECTION Pramod Ghimire 1, Dr. Alan R. Wood 2 1 ME Candidate Email: pgh56@student.canterbury.ac.nz 2 Senior Lecturer: Canterbury University

More information

Tamura Closed Loop Hall Effect Current Sensors

Tamura Closed Loop Hall Effect Current Sensors Tamura Closed Loop Hall Effect Current Sensors AC, DC, & Complex Currents Galvanic Isolation Fast Response Wide Frequency Bandwidth Quality & Reliability RoHs Compliance Closed Loop Hall Effect Sensors

More information

CA3306, CA3306A, CA3306C 6-Bit, 15 MSPS, Flash A/D Converters

CA3306, CA3306A, CA3306C 6-Bit, 15 MSPS, Flash A/D Converters August 997 TM CA336, CA336A, CA336C 6-Bit, 5 MSPS, Flash A/D Converters Features CMOS Low Power with Video Speed (Typ).....7mW Parallel Conversion Technique Signal Power Supply Voltage........... 3V to

More information

Data Acquisition Module with I2C interface «I2C-FLEXEL» User s Guide

Data Acquisition Module with I2C interface «I2C-FLEXEL» User s Guide Data Acquisition Module with I2C interface «I2C-FLEXEL» User s Guide Sensors LCD Real Time Clock/ Calendar DC Motors Buzzer LED dimming Relay control I2C-FLEXEL PS2 Keyboards Servo Motors IR Remote Control

More information

Create Colorful and Bright LED Light with an LED Matrix Dimmer

Create Colorful and Bright LED Light with an LED Matrix Dimmer Create Colorful and Bright LED Light with an LED Matrix Dimmer By Keith Szolusha, Applications Engineering Section Leader, Power Products, Linear Technology RGB LEDs are used in projector, architectural,

More information

Features. Note Switches shown in digital high state

Features. Note Switches shown in digital high state DAC1020 DAC1021 DAC1022 10-Bit Binary Multiplying D A Converter DAC1220 DAC1222 12-Bit Binary Multiplying D A Converter General Description The DAC1020 and the DAC1220 are respectively 10 and 12-bit binary

More information

Technical Note #3. Error Amplifier Design and Applications. Introduction

Technical Note #3. Error Amplifier Design and Applications. Introduction Technical Note #3 Error Amplifier Design and Applications Introduction All regulating power supplies require some sort of closed-loop control to force the output to match the desired value. Both digital

More information

Asynchronous counters, except for the first block, work independently from a system clock.

Asynchronous counters, except for the first block, work independently from a system clock. Counters Some digital circuits are designed for the purpose of counting and this is when counters become useful. Counters are made with flip-flops, they can be asynchronous or synchronous and they can

More information

Variable Resolution, 10-Bit to 16-Bit R/D Converter with Reference Oscillator AD2S1210-EP

Variable Resolution, 10-Bit to 16-Bit R/D Converter with Reference Oscillator AD2S1210-EP Variable Resolution, -Bit to -Bit R/D Converter with Reference Oscillator ADS-EP FEATURES Complete monolithic resolver-to-digital converter 35 rps maximum tracking rate (-bit resolution) ±.5 arc minutes

More information

LC 2 MOS Signal Conditioning ADC with RTD Excitation Currents AD7711

LC 2 MOS Signal Conditioning ADC with RTD Excitation Currents AD7711 FEATURES Charge-Balancing ADC 24 Bits, No Missing Codes 0.0015% Nonlinearity 2-Channel Programmable Gain Front End Gains from 1 to 128 1 Differential Input 1 Single-Ended Input Low-Pass Filter with Programmable

More information

Push-Pull FET Driver with Integrated Oscillator and Clock Output

Push-Pull FET Driver with Integrated Oscillator and Clock Output 19-3662; Rev 1; 5/7 Push-Pull FET Driver with Integrated Oscillator General Description The is a +4.5V to +15V push-pull, current-fed topology driver subsystem with an integrated oscillator for use in

More information

Simple PWM Boost Converter with I/O Disconnect Solves Malfunctions Caused when V OUT <V IN

Simple PWM Boost Converter with I/O Disconnect Solves Malfunctions Caused when V OUT <V IN Simple PWM Boost Converter with I/O Disconnect Solves Malfunctions Caused when V OUT

More information

Microcomputers. Analog-to-Digital and Digital-to-Analog Conversion

Microcomputers. Analog-to-Digital and Digital-to-Analog Conversion Microcomputers Analog-to-Digital and Digital-to-Analog Conversion 1 Digital Signal Processing Analog-to-Digital Converter (ADC) converts an input analog value to an output digital representation. This

More information

OMNIYIG. .5 TO 2 GHz, 1 TO 4 GHz, 6 to 18 GHz Thin Film YIG-TUNED OSCILLATORS OUTLINE DIMESIONS MOUNTING SURFACE GND +15V + TUNE - HTR HTR

OMNIYIG. .5 TO 2 GHz, 1 TO 4 GHz, 6 to 18 GHz Thin Film YIG-TUNED OSCILLATORS OUTLINE DIMESIONS MOUNTING SURFACE GND +15V + TUNE - HTR HTR . TO Hz, 1 TO Hz, to 1 Hz Thin Film YITUNED OSCILLATORS Highly Reliable StateoftheArt ThinFilm Technology s. to 1 Hz oscillators employ thinfilm technology, coupled with aas FET transistors, and were designed

More information

VOLTAGE-TO-FREQUENCY CONVERTER

VOLTAGE-TO-FREQUENCY CONVERTER VOTAGE-TO-FEQUENY ONVETE Internal circuit of M I VOTAGE EFEENE M OP AMP UENT MIO Q,9V Q P B Vin T ONE SHOT TIME VOT OMP VOT OMP S Q Q Q Q Q Q In direct transmission of an analog signal (below), V AN will

More information

AVR131: Using the AVR s High-speed PWM. Introduction. Features. AVR 8-bit Microcontrollers APPLICATION NOTE

AVR131: Using the AVR s High-speed PWM. Introduction. Features. AVR 8-bit Microcontrollers APPLICATION NOTE AVR 8-bit Microcontrollers AVR131: Using the AVR s High-speed PWM APPLICATION NOTE Introduction This application note is an introduction to the use of the high-speed Pulse Width Modulator (PWM) available

More information

Design A High Performance Buck or Boost Converter With Si9165

Design A High Performance Buck or Boost Converter With Si9165 Design A High Performance Buck or Boost Converter With Si9165 AN723 AN723 by Kin Shum INTRODUCTION The Si9165 is a controller IC designed for dc-to-dc conversion applications with 2.7- to 6- input voltage.

More information

Designing Stable Compensation Networks for Single Phase Voltage Mode Buck Regulators

Designing Stable Compensation Networks for Single Phase Voltage Mode Buck Regulators Designing Stable Compensation Networks for Single Phase Voltage Mode Buck Regulators Technical Brief December 3 TB47. Author: Doug Mattingly Assumptions This Technical Brief makes the following assumptions:.

More information

ANADOLU UNIVERSITY DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING

ANADOLU UNIVERSITY DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING ANADOLU UNIVERSITY DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING EEM 102 INTRODUCTION TO ELECTRICAL ENGINEERING EXPERIMENT 9: DIODES AND DC POWER SUPPLY OBJECTIVE: To observe how a diode functions

More information

LTC1390 8-Channel Analog Multiplexer with Serial Interface U DESCRIPTIO

LTC1390 8-Channel Analog Multiplexer with Serial Interface U DESCRIPTIO FEATRES -Wire Serial Digital Interface Data Retransmission Allows Series Connection with Serial A/D Converters Single V to ±V Supply Operation Analog Inputs May Extend to Supply Rails Low Charge Injection

More information

Application Note AN-1068 reva

Application Note AN-1068 reva Application Note AN-1068 reva Considerations for Designs Using Radiation-Hardened Solid State Relays By Alan Tasker Table of Contents Introduction Page Overview...1 The Contact...1 Actuation...1 The IR

More information