Data Converter Fundamentals. Introduction

Size: px
Start display at page:

Download "Data Converter Fundamentals. Introduction"

Transcription

1 Data Converter Fundamentals slide of 33 Introduction Two main types of converters Nyquist-Rate Converters Generate output having a one-to-one relationship with a single input value. Rarely sample at Nyquist-rate because of need for anti-aliasing and reconstruction filters. Typically 3 to 20 times input signal s bandwidth. Oversampling Converters Operate much faster than Nyquist-rate (20 to 52 times faster) Shape quantization noise out of bandwidth of interest, post signal processing filters out quantization noise. slide 2 of 33

2 Ideal D/A Converter B in D/A V out defined to be an N-bit digital signal (or word) B in b i equals or 0 (i.e., b i is a binary digit) is MSB while is LSB b Assume B in = b 2 + b b N 2 N B in b N is positive unipolar conversion () slide 3 of 33 Ideal D/A Converter Output voltage related to digital input and reference voltage by Max V out = ( b 2 + b b N 2 N ) = B in V out is ( 2 N ) Multiplying DAC realized by allowing to be another input signal Ideal DAC has well-defined values (not same for A/D) (2) slide 4 of 33

3 V out Ideal DAC Converter 2-bit DAC 3/4 /2 / = -- = LSB (00) B in and 2 N LSB = N slide 5 of 33 Example An 8-bit D/A converter has = 5 V. What is the output voltage when B in = 0000? B in = = V out = B in = 3.56 V Find. VLSB = = 9.5 mv (3) (4) (5) slide 6 of 33

4 Ideal A/D Converter V in A/D B out ( b 2 + b b N 2 N ) = V in ± V x (6) where -- V 2 LSB V x < --V 2 LSB (7) slide 7 of 33 Ideal A/D Converter B = /4 = LSB out /4 /2 3/4 V 0 V V in A range of valid input values produces same digital output word quantization error. No quantization error in D/A converter case. slide 8 of 33

5 Ideal A/D Converter Transitions offset by 0.5 so midpoint are same as D/A case Quantizer Overload Quantization error limited to ± 2 otherwise quantizer is said to be overloaded. Overloading occurs when input signal is beyond one of the two last transition voltages. In 2-bit example, input should be greater than 8 and less than 7 8 slide 9 of 33 Quantization Noise V in A/D B V D/A + V Q Quantization noise V in V --V 2 LSB V Q t (Time) --V 2 LSB T t (Time) V Q V V in = V V in V Q or = + (8) slide 0 of 33

6 Quantization Noise V Q V in V V in V V = V in + V Q Quantizer Model Above model is exact approx made when assumptions made about Often assume V Q is white, uniformily distributed number between ± V 2 LSB V Q slide of 33 Quantization Noise Average of quantization noise is zero. Power of quantization noise can be shown to equal V Qrms = Each extra bit results in noise power decrease of 6dB Noise power is independent of sampling frequency If assume input signal is a sinusoid of peak amplitude of 2 ( ) V in( rms) SNR ( 2 2) = log = 20 log V Qrms ( ) ( 2) SNR = 6.02N +.76 db (9) slide 2 of 33

7 SNR (db) Quantization Noise 0-bit Best possible SNR ( V = V ) pp ref V ( db) in SNR reaches max when input signal is max (might improve SNR if oversampling used) slide 3 of 33 Example A 200-mV pp sinusoidal signal is applied to an ideal 2-bit A/D converter for which = 5 V. Find the SNR of the digitized output signal. First, find max SNR if full-scale sinusoidal waveform of ±2.5 V applied SNR max = = 74 db Since input is only ± 00-mV it is 28 db below full scale, so SNR of digitized output is SNR = = 46 db (0) () slide 4 of 33

8 Signed Codes Often need converters for both positive and negative signals signed codes Sign Magnitude Neg numbers simply invert MSB s Complement Neg numbers invert all bits Offset Binary Assign to most negative number and count up 2 s Complement Invert MSB of offset binary case or... Neg numbers are LSB larger than s complement slide 5 of 33 Number Normalized number Signed Codes Sign magnitude s complement Offset binary 2 s complement +3 +3/ / / ( 0) ( 0) (00) () / / / / s complement most common when doing signal processing slide 6 of 33

9 2 s Complement Offset Binary s Complement Each have wrap-around behaviour slide 7 of 33 2 s Complement Benefits Addition of both positive numbers is done with simple addition (nothing extra needed) Subtraction of A B done by complementing bits of B and adding LSB into carry-in of adder Can go above max as long as final result is within range (no overflow hardware needed) Example 2+3+(-4) = = = 00 Final result of correct though temp result of -3 obtained slide 8 of 33

10 Performance Limitations For D/A measure, use output voltage levels For A/D measure, use transition points (easier than midpoints) B out = /4 = LSB /4 /2 3/4 V 0 V V in slide 9 of 33 Offset and Gain Error V out /4 /2 /4 Offset error Ideal Gain error (00) B in slide 20 of 33

11 Offset and Gain Error D/A converter units of LSB: A/D converter deviation of V E out off( D A) = V 0 0 from 2 LSB E off A D V 0 0 ( ) = LSB 2 With gain error, set offset error to zero V E out gain( D A) = V E gain( A D) = V out V ( 2 N ) ( 2 N 2) (2) (3) (4) slide 2 of 33 Resolution Resolution and Accuracy Number of distinct analog levels n N-bit resolution can resolve 2 N distinct analog levels. Absolute Accuracy Difference between the expected and actual transfer responses includes offset, gain and linearity errors Relative Accuracy After offset and gain errors removed also called maximum integral nonlinearity error A 2-bit accuracy implies that the converter s error is less than the full-scale value divided by 2 2 slide 22 of 33

12 Resolution and Accuracy A converter may have 2-bit resolution with only 0- bit accuracy Another converter may have 0-bit resolution with 2-bit accuracy. Accuracy greater than resolution means converter s transfer response is very precisely controlled better than the number of bits of resolution. Example A two bit D/A (resolution 2-bits) with output levels at 0.0, /4, 2/4, 3/4 is ideal (infinite bit accuracy since no errors) slide 23 of 33 Integral Nonlinearity (INL) Error V out Integral nonlinearity error (best-fit) 3/4 /2 Integral nonlinearity error (endpoint) / (00) B in slide 24 of 33

13 INL Error After both offset and gain errors removed, integral nonlinearity (INL) error is deviation from a straight line. Can use endpoint or best fit straight lines endpoint more conservative INL plotted for each digital word INL 0.5LSB max INL (00) B in Maximum INL also referred to as relative accuracy slide 25 of 33 Differential Nonlinearity (DNL) Error Ideally, each step is LSB away from adjacent level DNL defined as variation in step sizes from LSB (once gain and offset errors removed) Example Max DNL = 0.5 LSB has at least one step size which is either 0.5 LSB or.5 LSB As in INL error, DNL plotted for each digital word and max is maximum magnitude. DNL 0.5LSB max DNL (00) B in step size between 00 and 0 is.5 LSB step size between 0 and is 0.7 LSB slide 26 of 33

14 Monotonic D/A Converters Monotonicity Where output alway increases as input increases no negative slope in transfer-response Important for some control loop applications If max DNL < LSB, converter is monotonic Can be monotonic and have DNL > LSB If max INL < 0.5 LSB, converter is monotonic Missing Code A/D Converters Similar to monotonic but for A/D converter Increasing analog input skips some digital codes If max DNL < LSB or max INL < 0.5 LSB, no missing codes slide 27 of 33 Converter Speed A/D Conversion Time and Sampling Rate Conversion time time for a single measurement Sampling rate max sampling rate (typically inverse of conversion time) Note that converter might have latency due to pipelining D/A Settling Time and Sampling Rate Settling time time for converter to settle to within a specified resolution (typically 0.5 LSB) Sampling rate max rate (typically inverse of settling time) slide 28 of 33

15 Sampling-Time Uncertainty Error due to variations in sampling time Consider full-scale sine wave: V in = sin( 2πf 2 in t) Rate of change is max at zero crossing If sampling time has variation t, then to keep V less than LSB, require that t < = πf in 2 N πf in Example 250 MHz sinusoidal signal must keep t < 5 ps for 8-bit accuracy Same 5ps for 6-bit accuracy and MHz sinusoid (5) slide 29 of 33 Dynamic Range Ratio of rms value of max amplitude input sinusoid to rms output noise plus distortion Can be expressed as N, effective number of bits SNR = 6.02N +.76 db Often a function of freq of input signal (lower SNR as freq increases) more realistic than only using INL and DNL Note, distortion of some converters not a function of input signal level Other converters (such as oversampling), distortion decreases as signal level decreases (similar to other analog circuits) (6) slide 30 of 33

16 3-bit D/A converter, Example = 4V, with following values { 0.0 : :.002 :.50 :.996 : : : 3.49} LSB 2 3 = 0.5 V Offset voltage is mv resulting in Gain error E gain D A 0.0 ( ) = = LSB 0.5 E off D A ( ) = ( 2 3 ) = 0.04 LSB 0.5 For INL and DNL errors, first remove both offset and gain errors (7) (8) slide 3 of 33 Offset error removed by subtracting LSB Gain error removed by subtracting off scaled values of gain error. Example new value for.002 (scaled to LSB) given by ( 0.04 ) =.993 Offset-free, gain-free, scaled values are { 0.0 : :.993 : : : : : 7.0} INL errors Since now in units of LSBs, given by difference between values and ideal values { 0 : : : : : :0.004:0} DNL errors difference between adjacent values and LSB { : : : : : : 0.004} (9) (20) (2) (22) slide 32 of 33

17 Example A full-scale sinusoidal is applied to a 2-bit A/D If fundamental has a normalized power of W and remaining power is 0.5 µw, what is the effective number of bits for the converter? SNR = 6.02N eff +.76 In this case, SNR given by resulting in SNR = 0 log = 63 db N eff = = 0.2 effective bits 6.02 (23) (24) (25) slide 33 of 33

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

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

Nyquist data converter fundamentals Tuesday, February 8th, 9:15 11:35

Nyquist data converter fundamentals Tuesday, February 8th, 9:15 11:35 Sampling switches, charge injection, Nyquist data converter fundamentals Tuesday, February 8th, 9:15 11:35 Snorre Aunet (sa@ifi.uio.no) Nanoelectronics group Department of Informatics University of Oslo

More information

ABCs of ADCs. Analog-to-Digital Converter Basics. Nicholas Gray Data Conversion Systems Staff Applications Engineer

ABCs of ADCs. Analog-to-Digital Converter Basics. Nicholas Gray Data Conversion Systems Staff Applications Engineer ABCs of ADCs Analog-to-Digital Converter Basics Nicholas Gray Data Conversion Systems Staff Applications Engineer November 24, 2003 Corrected August 13, 2004 Additional Corrections June 27, 2006 1 Agenda

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

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

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

DAC Digital To Analog Converter

DAC Digital To Analog Converter DAC Digital To Analog Converter DAC Digital To Analog Converter Highlights XMC4000 provides two digital to analog converters. Each can output one analog value. Additional multiple analog waves can be generated

More information

The Good, the Bad, and the Ugly Aspects of ADC Input Noise Is No Noise Good Noise? by Walt Kester

The Good, the Bad, and the Ugly Aspects of ADC Input Noise Is No Noise Good Noise? by Walt Kester INTRODUCTION The Good, the Bad, and the Ugly Aspects of ADC Input Noise Is No Noise Good Noise? by Walt Kester MT-004 TUTORIAL All analog-to-digital converters (ADCs) have a certain amount of "input-referred

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

Application Report. 1 Introduction. 2 Resolution of an A-D Converter. 2.1 Signal-to-Noise Ratio (SNR) Harman Grewal... ABSTRACT

Application Report. 1 Introduction. 2 Resolution of an A-D Converter. 2.1 Signal-to-Noise Ratio (SNR) Harman Grewal... ABSTRACT Application Report SLAA323 JULY 2006 Oversampling the ADC12 for Higher Resolution Harman Grewal... ABSTRACT This application report describes the theory of oversampling to achieve resolutions greater than

More information

Characterizing Digital Cameras with the Photon Transfer Curve

Characterizing Digital Cameras with the Photon Transfer Curve Characterizing Digital Cameras with the Photon Transfer Curve By: David Gardner Summit Imaging (All rights reserved) Introduction Purchasing a camera for high performance imaging applications is frequently

More information

OPERATIONAL AMPLIFIERS. o/p

OPERATIONAL AMPLIFIERS. o/p OPERATIONAL AMPLIFIERS 1. If the input to the circuit of figure is a sine wave the output will be i/p o/p a. A half wave rectified sine wave b. A fullwave rectified sine wave c. A triangular wave d. A

More information

MICROPHONE SPECIFICATIONS EXPLAINED

MICROPHONE SPECIFICATIONS EXPLAINED Application Note AN-1112 MICROPHONE SPECIFICATIONS EXPLAINED INTRODUCTION A MEMS microphone IC is unique among InvenSense, Inc., products in that its input is an acoustic pressure wave. For this reason,

More information

Lecture - 4 Diode Rectifier Circuits

Lecture - 4 Diode Rectifier Circuits Basic Electronics (Module 1 Semiconductor Diodes) Dr. Chitralekha Mahanta Department of Electronics and Communication Engineering Indian Institute of Technology, Guwahati Lecture - 4 Diode Rectifier Circuits

More information

Frequency Response of Filters

Frequency Response of Filters School of Engineering Department of Electrical and Computer Engineering 332:224 Principles of Electrical Engineering II Laboratory Experiment 2 Frequency Response of Filters 1 Introduction Objectives To

More information

Analog-to-Digital Converter Testing

Analog-to-Digital Converter Testing Analog-to-Digital Converter Testing Kent H. Lundberg Analog-to-digital converters are essential building blocks in modern electronic systems. They form the critical link between front-end analog transducers

More information

ANALOG-DIGITAL CONVERSION

ANALOG-DIGITAL CONVERSION FUNDAMENTALS OF SAMPLED DATA SYSTEMS ANALOG-DIGITAL CONVERSION 1. Data Converter History 2. Fundamentals of Sampled Data Systems 2.1 Coding and Quantizing 2.2 Sampling Theory 2.3 Data Converter AC Errors

More information

The Effective Number of Bits (ENOB) of my R&S Digital Oscilloscope Technical Paper

The Effective Number of Bits (ENOB) of my R&S Digital Oscilloscope Technical Paper The Effective Number of Bits (ENOB) of my R&S Digital Oscilloscope Technical Paper Products: R&S RTO1012 R&S RTO1014 R&S RTO1022 R&S RTO1024 This technical paper provides an introduction to the signal

More information

SIGNAL GENERATORS and OSCILLOSCOPE CALIBRATION

SIGNAL GENERATORS and OSCILLOSCOPE CALIBRATION 1 SIGNAL GENERATORS and OSCILLOSCOPE CALIBRATION By Lannes S. Purnell FLUKE CORPORATION 2 This paper shows how standard signal generators can be used as leveled sine wave sources for calibrating oscilloscopes.

More information

ANALOG-DIGITAL CONVERSION

ANALOG-DIGITAL CONVERSION TESTING DATA CONVERTERS ANALOG-DIGITAL CONVERSION 1. Data Converter History 2. Fundamentals of Sampled Data Systems 3. Data Converter Architectures 4. Data Converter Process Technology 5. Testing Data

More information

Taking the Mystery out of the Infamous Formula, "SNR = 6.02N + 1.76dB," and Why You Should Care. by Walt Kester

Taking the Mystery out of the Infamous Formula, SNR = 6.02N + 1.76dB, and Why You Should Care. by Walt Kester ITRODUCTIO Taking the Mystery out of the Infamous Formula, "SR = 6.0 + 1.76dB," and Why You Should Care by Walt Kester MT-001 TUTORIAL You don't have to deal with ADCs or DACs for long before running across

More information

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

Introduction to Digital Audio

Introduction to Digital Audio Introduction to Digital Audio Before the development of high-speed, low-cost digital computers and analog-to-digital conversion circuits, all recording and manipulation of sound was done using analog techniques.

More information

PCM Encoding and Decoding:

PCM Encoding and Decoding: PCM Encoding and Decoding: Aim: Introduction to PCM encoding and decoding. Introduction: PCM Encoding: The input to the PCM ENCODER module is an analog message. This must be constrained to a defined bandwidth

More information

Timing Errors and Jitter

Timing Errors and Jitter Timing Errors and Jitter Background Mike Story In a sampled (digital) system, samples have to be accurate in level and time. The digital system uses the two bits of information the signal was this big

More information

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP Department of Electrical and Computer Engineering Ben-Gurion University of the Negev LAB 1 - Introduction to USRP - 1-1 Introduction In this lab you will use software reconfigurable RF hardware from National

More information

FREQUENCY RESPONSE ANALYZERS

FREQUENCY RESPONSE ANALYZERS FREQUENCY RESPONSE ANALYZERS Dynamic Response Analyzers Servo analyzers When you need to stabilize feedback loops to measure hardware characteristics to measure system response BAFCO, INC. 717 Mearns Road

More information

Improving A D Converter Performance Using Dither

Improving A D Converter Performance Using Dither Improving A D Converter Performance Using Dither 1 0 INTRODUCTION Many analog-to-digital converter applications require low distortion for a very wide dynamic range of signals Unfortunately the distortion

More information

CBS RECORDS PROFESSIONAL SERIES CBS RECORDS CD-1 STANDARD TEST DISC

CBS RECORDS PROFESSIONAL SERIES CBS RECORDS CD-1 STANDARD TEST DISC CBS RECORDS PROFESSIONAL SERIES CBS RECORDS CD-1 STANDARD TEST DISC 1. INTRODUCTION The CBS Records CD-1 Test Disc is a highly accurate signal source specifically designed for those interested in making

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

Hideo Okawara s Mixed Signal Lecture Series. DSP-Based Testing Fundamentals 46 Per-pin Signal Generator

Hideo Okawara s Mixed Signal Lecture Series. DSP-Based Testing Fundamentals 46 Per-pin Signal Generator Hideo Okawara s Mixed Signal Lecture Series DSP-Based Testing Fundamentals 46 Per-pin Signal Generator Advantest Corporation, Tokyo Japan August 2012 Preface to the Series ADC and DAC are the most typical

More information

Binary Numbering Systems

Binary Numbering Systems Binary Numbering Systems April 1997, ver. 1 Application Note 83 Introduction Binary numbering systems are used in virtually all digital systems, including digital signal processing (DSP), networking, and

More information

Digital To Analog Converter with Sine Wave Output

Digital To Analog Converter with Sine Wave Output Digital To Analog Converter with Sine Wave Output Overview In this Lab we will build a resistive ladder network and use the BASIC Stamp to generate the digital data for the D/A conversions. PBASIC will

More information

TESTS OF 1 MHZ SIGNAL SOURCE FOR SPECTRUM ANALYZER CALIBRATION 7/8/08 Sam Wetterlin

TESTS OF 1 MHZ SIGNAL SOURCE FOR SPECTRUM ANALYZER CALIBRATION 7/8/08 Sam Wetterlin TESTS OF 1 MHZ SIGNAL SOURCE FOR SPECTRUM ANALYZER CALIBRATION 7/8/08 Sam Wetterlin (Updated 7/19/08 to delete sine wave output) I constructed the 1 MHz square wave generator shown in the Appendix. This

More information

Basic Op Amp Circuits

Basic Op Amp Circuits Basic Op Amp ircuits Manuel Toledo INEL 5205 Instrumentation August 3, 2008 Introduction The operational amplifier (op amp or OA for short) is perhaps the most important building block for the design of

More information

The front end of the receiver performs the frequency translation, channel selection and amplification of the signal.

The front end of the receiver performs the frequency translation, channel selection and amplification of the signal. Many receivers must be capable of handling a very wide range of signal powers at the input while still producing the correct output. This must be done in the presence of noise and interference which occasionally

More information

AC 2012-3923: MEASUREMENT OF OP-AMP PARAMETERS USING VEC- TOR SIGNAL ANALYZERS IN UNDERGRADUATE LINEAR CIRCUITS LABORATORY

AC 2012-3923: MEASUREMENT OF OP-AMP PARAMETERS USING VEC- TOR SIGNAL ANALYZERS IN UNDERGRADUATE LINEAR CIRCUITS LABORATORY AC 212-3923: MEASUREMENT OF OP-AMP PARAMETERS USING VEC- TOR SIGNAL ANALYZERS IN UNDERGRADUATE LINEAR CIRCUITS LABORATORY Dr. Tooran Emami, U.S. Coast Guard Academy Tooran Emami received her M.S. and Ph.D.

More information

Voice---is analog in character and moves in the form of waves. 3-important wave-characteristics:

Voice---is analog in character and moves in the form of waves. 3-important wave-characteristics: Voice Transmission --Basic Concepts-- Voice---is analog in character and moves in the form of waves. 3-important wave-characteristics: Amplitude Frequency Phase Voice Digitization in the POTS Traditional

More information

Precision Diode Rectifiers

Precision Diode Rectifiers by Kenneth A. Kuhn March 21, 2013 Precision half-wave rectifiers An operational amplifier can be used to linearize a non-linear function such as the transfer function of a semiconductor diode. The classic

More information

MATRIX TECHNICAL NOTES

MATRIX TECHNICAL NOTES 200 WOOD AVENUE, MIDDLESEX, NJ 08846 PHONE (732) 469-9510 FAX (732) 469-0418 MATRIX TECHNICAL NOTES MTN-107 TEST SETUP FOR THE MEASUREMENT OF X-MOD, CTB, AND CSO USING A MEAN SQUARE CIRCUIT AS A DETECTOR

More information

WHAT DESIGNERS SHOULD KNOW ABOUT DATA CONVERTER DRIFT

WHAT DESIGNERS SHOULD KNOW ABOUT DATA CONVERTER DRIFT WHAT DESIGNERS SHOULD KNOW ABOUT DATA CONVERTER DRIFT Understanding the Components of Worst-Case Degradation Can Help in Avoiding Overspecification Exactly how inaccurate will a change in temperature make

More information

CHAPTER 6 Frequency Response, Bode Plots, and Resonance

CHAPTER 6 Frequency Response, Bode Plots, and Resonance ELECTRICAL CHAPTER 6 Frequency Response, Bode Plots, and Resonance 1. State the fundamental concepts of Fourier analysis. 2. Determine the output of a filter for a given input consisting of sinusoidal

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

A Low-Power, Variable-Resolution Analogto-Digital

A Low-Power, Variable-Resolution Analogto-Digital A Low-Power, Variable-Resolution Analogto-Digital Converter By Carrie Aust Thesis Submitted to the Faculty of the Virginia Polytechnic Institute and State University in partial fulfillment of the requirements

More information

Digital Transmission of Analog Data: PCM and Delta Modulation

Digital Transmission of Analog Data: PCM and Delta Modulation Digital Transmission of Analog Data: PCM and Delta Modulation Required reading: Garcia 3.3.2 and 3.3.3 CSE 323, Fall 200 Instructor: N. Vlajic Digital Transmission of Analog Data 2 Digitization process

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

RF Measurements Using a Modular Digitizer

RF Measurements Using a Modular Digitizer RF Measurements Using a Modular Digitizer Modern modular digitizers, like the Spectrum M4i series PCIe digitizers, offer greater bandwidth and higher resolution at any given bandwidth than ever before.

More information

Computer Networks and Internets, 5e Chapter 6 Information Sources and Signals. Introduction

Computer Networks and Internets, 5e Chapter 6 Information Sources and Signals. Introduction Computer Networks and Internets, 5e Chapter 6 Information Sources and Signals Modified from the lecture slides of Lami Kaya (LKaya@ieee.org) for use CECS 474, Fall 2008. 2009 Pearson Education Inc., Upper

More information

Application Note Noise Frequently Asked Questions

Application Note Noise Frequently Asked Questions : What is? is a random signal inherent in all physical components. It directly limits the detection and processing of all information. The common form of noise is white Gaussian due to the many random

More information

T = 1 f. Phase. Measure of relative position in time within a single period of a signal For a periodic signal f(t), phase is fractional part t p

T = 1 f. Phase. Measure of relative position in time within a single period of a signal For a periodic signal f(t), phase is fractional part t p Data Transmission Concepts and terminology Transmission terminology Transmission from transmitter to receiver goes over some transmission medium using electromagnetic waves Guided media. Waves are guided

More information

AVR120: Characterization and Calibration of the ADC on an AVR. 8-bit Microcontrollers. Application Note. Features. Introduction

AVR120: Characterization and Calibration of the ADC on an AVR. 8-bit Microcontrollers. Application Note. Features. Introduction AVR120: Characterization and Calibration of the ADC on an AVR Features Understanding Analog to Digital Converter (ADC) characteristics Measuring parameters describing ADC characteristics Temperature, frequency

More information

Keysight Technologies Understanding the Fundamental Principles of Vector Network Analysis. Application Note

Keysight Technologies Understanding the Fundamental Principles of Vector Network Analysis. Application Note Keysight Technologies Understanding the Fundamental Principles of Vector Network Analysis Application Note Introduction Network analysis is the process by which designers and manufacturers measure the

More information

USB 3.0 CDR Model White Paper Revision 0.5

USB 3.0 CDR Model White Paper Revision 0.5 USB 3.0 CDR Model White Paper Revision 0.5 January 15, 2009 INTELLECTUAL PROPERTY DISCLAIMER THIS WHITE PAPER IS PROVIDED TO YOU AS IS WITH NO WARRANTIES WHATSOEVER, INCLUDING ANY WARRANTY OF MERCHANTABILITY,

More information

Current Probes, More Useful Than You Think

Current Probes, More Useful Than You Think Current Probes, More Useful Than You Think Training and design help in most areas of Electrical Engineering Copyright 1998 Institute of Electrical and Electronics Engineers. Reprinted from the IEEE 1998

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

A/D Converter based on Binary Search Algorithm

A/D Converter based on Binary Search Algorithm École Polytechnique Fédérale de Lausanne Politecnico di Torino Institut National Polytechnique de Grenoble Master s degree in Micro and Nano Technologies for Integrated Systems Master s Thesis A/D Converter

More information

Lab 1: The Digital Oscilloscope

Lab 1: The Digital Oscilloscope PHYSICS 220 Physical Electronics Lab 1: The Digital Oscilloscope Object: To become familiar with the oscilloscope, a ubiquitous instrument for observing and measuring electronic signals. Apparatus: Tektronix

More information

16-Channel, 1 MSPS, 12-Bit ADC with Sequencer in 28-Lead TSSOP AD7490

16-Channel, 1 MSPS, 12-Bit ADC with Sequencer in 28-Lead TSSOP AD7490 Data Sheet FEATURES Fast throughput rate: 1 MSPS Specified for VDD of 2.7 V to 5.25 V Low power at maximum throughput rates 5.4 mw maximum at 870 ksps with 3 V supplies 12.5 mw maximum at 1 MSPS with 5

More information

Lock - in Amplifier and Applications

Lock - in Amplifier and Applications Lock - in Amplifier and Applications What is a Lock in Amplifier? In a nut shell, what a lock-in amplifier does is measure the amplitude V o of a sinusoidal voltage, V in (t) = V o cos(ω o t) where ω o

More information

Use and Application of Output Limiting Amplifiers (HFA1115, HFA1130, HFA1135)

Use and Application of Output Limiting Amplifiers (HFA1115, HFA1130, HFA1135) Use and Application of Output Limiting Amplifiers (HFA111, HFA110, HFA11) Application Note November 1996 AN96 Introduction Amplifiers with internal voltage clamps, also known as limiting amplifiers, have

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

6.025J Medical Device Design Lecture 3: Analog-to-Digital Conversion Prof. Joel L. Dawson

6.025J Medical Device Design Lecture 3: Analog-to-Digital Conversion Prof. Joel L. Dawson Let s go back briefly to lecture 1, and look at where ADC s and DAC s fit into our overall picture. I m going in a little extra detail now since this is our eighth lecture on electronics and we are more

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

Understand the effects of clock jitter and phase noise on sampled systems A s higher resolution data converters that can

Understand the effects of clock jitter and phase noise on sampled systems A s higher resolution data converters that can designfeature By Brad Brannon, Analog Devices Inc MUCH OF YOUR SYSTEM S PERFORMANCE DEPENDS ON JITTER SPECIFICATIONS, SO CAREFUL ASSESSMENT IS CRITICAL. Understand the effects of clock jitter and phase

More information

LM118/LM218/LM318 Operational Amplifiers

LM118/LM218/LM318 Operational Amplifiers LM118/LM218/LM318 Operational Amplifiers General Description The LM118 series are precision high speed operational amplifiers designed for applications requiring wide bandwidth and high slew rate. They

More information

Analog Representations of Sound

Analog Representations of Sound Analog Representations of Sound Magnified phonograph grooves, viewed from above: The shape of the grooves encodes the continuously varying audio signal. Analog to Digital Recording Chain ADC Microphone

More information

Abstract. Cycle Domain Simulator for Phase-Locked Loops

Abstract. Cycle Domain Simulator for Phase-Locked Loops Abstract Cycle Domain Simulator for Phase-Locked Loops Norman James December 1999 As computers become faster and more complex, clock synthesis becomes critical. Due to the relatively slower bus clocks

More information

Optimizing IP3 and ACPR Measurements

Optimizing IP3 and ACPR Measurements Optimizing IP3 and ACPR Measurements Table of Contents 1. Overview... 2 2. Theory of Intermodulation Distortion... 2 3. Optimizing IP3 Measurements... 4 4. Theory of Adjacent Channel Power Ratio... 9 5.

More information

Reading: HH Sections 4.11 4.13, 4.19 4.20 (pgs. 189-212, 222 224)

Reading: HH Sections 4.11 4.13, 4.19 4.20 (pgs. 189-212, 222 224) 6 OP AMPS II 6 Op Amps II In the previous lab, you explored several applications of op amps. In this exercise, you will look at some of their limitations. You will also examine the op amp integrator and

More information

ANALYZER BASICS WHAT IS AN FFT SPECTRUM ANALYZER? 2-1

ANALYZER BASICS WHAT IS AN FFT SPECTRUM ANALYZER? 2-1 WHAT IS AN FFT SPECTRUM ANALYZER? ANALYZER BASICS The SR760 FFT Spectrum Analyzer takes a time varying input signal, like you would see on an oscilloscope trace, and computes its frequency spectrum. Fourier's

More information

Sampling Theorem Notes. Recall: That a time sampled signal is like taking a snap shot or picture of signal periodically.

Sampling Theorem Notes. Recall: That a time sampled signal is like taking a snap shot or picture of signal periodically. Sampling Theorem We will show that a band limited signal can be reconstructed exactly from its discrete time samples. Recall: That a time sampled signal is like taking a snap shot or picture of signal

More information

Application Note. Introduction. Terms and Definitions AN2438/D 2/2003. ADC Definitions and Specifications

Application Note. Introduction. Terms and Definitions AN2438/D 2/2003. ADC Definitions and Specifications Application Note 2/2003 ADC Definitions and Specifications By: J. Feddeler and Bill Lucas 8/16 Bit Division Systems Engineering Austin, Texas Introduction Terms and Definitions Measurement Units This application

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

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

Agilent AN 1316 Optimizing Spectrum Analyzer Amplitude Accuracy

Agilent AN 1316 Optimizing Spectrum Analyzer Amplitude Accuracy Agilent AN 1316 Optimizing Spectrum Analyzer Amplitude Accuracy Application Note RF & Microwave Spectrum Analyzers Table of Contents 3 3 4 4 5 7 8 8 13 13 14 16 16 Introduction Absolute versus relative

More information

WHY DIFFERENTIAL? instruments connected to the circuit under test and results in V COMMON.

WHY DIFFERENTIAL? instruments connected to the circuit under test and results in V COMMON. WHY DIFFERENTIAL? Voltage, The Difference Whether aware of it or not, a person using an oscilloscope to make any voltage measurement is actually making a differential voltage measurement. By definition,

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

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

TCOM 370 NOTES 99-4 BANDWIDTH, FREQUENCY RESPONSE, AND CAPACITY OF COMMUNICATION LINKS

TCOM 370 NOTES 99-4 BANDWIDTH, FREQUENCY RESPONSE, AND CAPACITY OF COMMUNICATION LINKS TCOM 370 NOTES 99-4 BANDWIDTH, FREQUENCY RESPONSE, AND CAPACITY OF COMMUNICATION LINKS 1. Bandwidth: The bandwidth of a communication link, or in general any system, was loosely defined as the width of

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

isim ACTIVE FILTER DESIGNER NEW, VERY CAPABLE, MULTI-STAGE ACTIVE FILTER DESIGN TOOL

isim ACTIVE FILTER DESIGNER NEW, VERY CAPABLE, MULTI-STAGE ACTIVE FILTER DESIGN TOOL isim ACTIVE FILTER DESIGNER NEW, VERY CAPABLE, MULTI-STAGE ACTIVE FILTER DESIGN TOOL Michael Steffes Sr. Applications Manager 12/15/2010 SIMPLY SMARTER Introduction to the New Active Filter Designer Scope

More information

Filter Comparison. Match #1: Analog vs. Digital Filters

Filter Comparison. Match #1: Analog vs. Digital Filters CHAPTER 21 Filter Comparison Decisions, decisions, decisions! With all these filters to choose from, how do you know which to use? This chapter is a head-to-head competition between filters; we'll select

More information

Implementation of Digital Signal Processing: Some Background on GFSK Modulation

Implementation of Digital Signal Processing: Some Background on GFSK Modulation Implementation of Digital Signal Processing: Some Background on GFSK Modulation Sabih H. Gerez University of Twente, Department of Electrical Engineering s.h.gerez@utwente.nl Version 4 (February 7, 2013)

More information

How to avoid typical pitfalls when measuring Variable Frequency Drives

How to avoid typical pitfalls when measuring Variable Frequency Drives How to avoid typical pitfalls when measuring Variable Frequency Drives Author: Dipl.-Ing. Thomas Jäckle, Head of R&D Increased political and public focus on optimizing resource utilization has been one

More information

Analog & Digital Electronics Course No: PH-218

Analog & Digital Electronics Course No: PH-218 Analog & Digital Electronics Course No: PH-18 Lec 3: Rectifier and Clipper circuits Course nstructors: Dr. A. P. VAJPEY Department of Physics, ndian nstitute of Technology Guwahati, ndia 1 Rectifier Circuits:

More information

12-Bit, 4-Channel Parallel Output Sampling ANALOG-TO-DIGITAL CONVERTER

12-Bit, 4-Channel Parallel Output Sampling ANALOG-TO-DIGITAL CONVERTER For most current data sheet and other product information, visit www.burr-brown.com 12-Bit, 4-Channel Parallel Output Sampling ANALOG-TO-DIGITAL CONVERTER FEATURES SINGLE SUPPLY: 2.7V to 5V 4-CHANNEL INPUT

More information

5 Analog-to-Digital Conversion Architectures

5 Analog-to-Digital Conversion Architectures Kosonocky, S. & Xiao, P. Analog-to-Digital Conversion Architectures Digital Signal Processing Handbook Ed. Vijay K. Madisetti and Douglas B. Williams Boca Raton: CRC Press LLC, 1999 c 1999byCRCPressLLC

More information

Controller Design in Frequency Domain

Controller Design in Frequency Domain ECSE 4440 Control System Engineering Fall 2001 Project 3 Controller Design in Frequency Domain TA 1. Abstract 2. Introduction 3. Controller design in Frequency domain 4. Experiment 5. Colclusion 1. Abstract

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

Lecture 18: Common Emitter Amplifier. Maximum Efficiency of Class A Amplifiers. Transformer Coupled Loads.

Lecture 18: Common Emitter Amplifier. Maximum Efficiency of Class A Amplifiers. Transformer Coupled Loads. Whites, EE 3 Lecture 18 Page 1 of 10 Lecture 18: Common Emitter Amplifier. Maximum Efficiency of Class A Amplifiers. Transformer Coupled Loads. We discussed using transistors as switches in the last lecture.

More information

Making Accurate Voltage Noise and Current Noise Measurements on Operational Amplifiers Down to 0.1Hz

Making Accurate Voltage Noise and Current Noise Measurements on Operational Amplifiers Down to 0.1Hz Author: Don LaFontaine Making Accurate Voltage Noise and Current Noise Measurements on Operational Amplifiers Down to 0.1Hz Abstract Making accurate voltage and current noise measurements on op amps in

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

Optical Fibres. Introduction. Safety precautions. For your safety. For the safety of the apparatus

Optical Fibres. Introduction. Safety precautions. For your safety. For the safety of the apparatus Please do not remove this manual from from the lab. It is available at www.cm.ph.bham.ac.uk/y2lab Optics Introduction Optical fibres are widely used for transmitting data at high speeds. In this experiment,

More information

Experiment # (4) AM Demodulator

Experiment # (4) AM Demodulator Islamic University of Gaza Faculty of Engineering Electrical Department Experiment # (4) AM Demodulator Communications Engineering I (Lab.) Prepared by: Eng. Omar A. Qarmout Eng. Mohammed K. Abu Foul Experiment

More information

A Technical Tutorial on Digital Signal Synthesis

A Technical Tutorial on Digital Signal Synthesis A Technical Tutorial on Digital Signal Synthesis Copyright 1999 Analog Devices, Inc. 1 Outline Section 1. Fundamentals of DDS technology Theory of operation Circuit architecture Tuning equation Elements

More information

Op-Amp Simulation EE/CS 5720/6720. Read Chapter 5 in Johns & Martin before you begin this assignment.

Op-Amp Simulation EE/CS 5720/6720. Read Chapter 5 in Johns & Martin before you begin this assignment. Op-Amp Simulation EE/CS 5720/6720 Read Chapter 5 in Johns & Martin before you begin this assignment. This assignment will take you through the simulation and basic characterization of a simple operational

More information

Binary Division. Decimal Division. Hardware for Binary Division. Simple 16-bit Divider Circuit

Binary Division. Decimal Division. Hardware for Binary Division. Simple 16-bit Divider Circuit Decimal Division Remember 4th grade long division? 43 // quotient 12 521 // divisor dividend -480 41-36 5 // remainder Shift divisor left (multiply by 10) until MSB lines up with dividend s Repeat until

More information

VCO Phase noise. Characterizing Phase Noise

VCO Phase noise. Characterizing Phase Noise VCO Phase noise Characterizing Phase Noise The term phase noise is widely used for describing short term random frequency fluctuations of a signal. Frequency stability is a measure of the degree to which

More information

RF Network Analyzer Basics

RF Network Analyzer Basics RF Network Analyzer Basics A tutorial, information and overview about the basics of the RF Network Analyzer. What is a Network Analyzer and how to use them, to include the Scalar Network Analyzer (SNA),

More information