EE247 Lecture 14. To avoid having EE247 & EE 142 or EE290C midterms on the same day, EE247 midterm moved from Oct. 20 th to Thurs. Oct.

Size: px
Start display at page:

Download "EE247 Lecture 14. To avoid having EE247 & EE 142 or EE290C midterms on the same day, EE247 midterm moved from Oct. 20 th to Thurs. Oct."

Transcription

1 Administrative issues EE247 Lecture 14 To avoid having EE247 & EE 142 or EE29C midterms on the same day, EE247 midterm moved from Oct. 2 th to Thurs. Oct. 27 th Homework # 4 due on Thurs. Oct. 2 th H.K. s office hours changed from 3-4 to 2:3 to 3:3 EECS 247 Lecture 14: Data Converters 25 H.K. Page 1 EE247 Lecture 14 Data Converters Spectral testing including windowing Practical aspects of converter testing Signal source Clock generator Evaluation board considerations Evaluation set-up Debugging EECS 247 Lecture 14: Data Converters 25 H.K. Page 2

2 ADC Testing (Continued) Need to find "decision levels", i.e. input voltages at all code boundaries One way: Adjust voltage source to find exact code trip points "code boundary servo" More versatile: Histogram testing Apply a signal with known distribution (ramp or sinusoid) and analyze digital code distribution at ADC output Spectral testing- Reveals ADC errors associated with dynamic behavior i.e. ADC performance as a function of frequency Direct Discrete-Fourier-Transform (DFT) based measurements Feasable when input signal can be locked to sampling frequency Resticts input signal frequency DFT measurements including windowing EECS 247 Lecture 14: Data Converters 25 H.K. Page 3 Direct DFT Choice of Number of Cycles & Number of Samples To overcome frequency spectrum leakage problem: Number of Cycles integer N/cycles = f s / f x non-integer Preferable to have N power of 2 (FFT instead of DFT) Signal Amplitude Signal Amplitude N/cycles = fs / fx=6 integer Time N/cycles = fs / fx=5.55 non-intege Time EECS 247 Lecture 14: Data Converters 25 H.K. Page 4

3 Windowing Spectral leakage can be virtually eliminated by windowing time samples prior to the DFT Windows taper smoothly down to zero at the beginning and the end of the observation window Time samples are multiplied by window coefficients on a sample-by-sample basis Windowing sinusoidal waveforms places the window spectrum at the sinewave frequency Convolution in frequency EECS 247 Lecture 14: Data Converters 25 H.K. Page 5 Window Time samples are multiplied by window coefficients on a sample-by-sample basis Multiplication in the time domain corresponds to convolution in the frequency domain Example: Nuttall window Time EECS 247 Lecture 14: Data Converters 25 H.K. Page 6

4 Windowed Data Signal before windowing Signal after windowing Windowing removes the discontinuity at block boundaries Signal Amplitude Windowed Signal Amplitude Time x Time.8 1 x 1-3 EECS 247 Lecture 14: Data Converters 25 H.K. Page 7 Nuttall Window DFT Only first 2 bins shown Response attenuated by -12dB for bins > 5 Lots of windows to choose from (go by name of inventor- Blackman, Harris ) Various window trade-off attenuation versus width (smearing of sinusoids) Normalized Amplitude [db] DFT Bin EECS 247 Lecture 14: Data Converters 25 H.K. Page 8

5 DFT of Windowed Signal Spectra of signal before and after windowing Window gives ~ 1dB attenuation of sidelobes (use longer window for higher attenuation) Signal energy smeared over several (approximately 1) bins Spectrum not Windowed [ dbfs ] Windowed Spectrum [ dbfs ] Before windowing Frequency [ f x / f s ] After windowing Frequency [ f x / f s ] EECS 247 Lecture 14: Data Converters 25 H.K. Page 9 Integer Cycles versus Windowing Integer number of cycles Signal energy for a single sinusoid falls into single DFT bin Requires careful choice of f x Ideal for simulations Measurements need to lock f x to f s (PLL) Windowing No restrictions on f x no need to have the signal locked to f s ideal for measurements Signal energy (and harmonics) distributed over several DFT bins Requires more data points for a fixed accuracy EECS 247 Lecture 14: Data Converters 25 H.K. Page 1

6 Spectral ADC Testing ADC with B bits ±1 full scale input B = 1; delta = 2/(2^B-1); th = -1+delta/2:delta:1-delta/2; x = sin( ); y = adc(x, th) * delta - 1; s = abs(fft(y)/n*2);s = s(1:n/2); f = (:length(s)-1) / N; EECS 247 Lecture 14: Data Converters 25 H.K. Page 11 ADC Output Spectrum Signal amplitude: Bin: N * fx/fs + 1 (Matlab arrays start at 1) A = dbfs Ampliutde [dbfs] N=248 SNR? f/fs EECS 247 Lecture 14: Data Converters 25 H.K. Page 12

7 ADC Simulated Output Spectrum Noise bins: all except signal bin bx = N*fx/fs + 1; As = 2*log1(s(bx)) s(bx) = ; An = 1*log1(sum(s.^2)) SNR = As - An SNR = 62dB (1 bits) Computed SQNR = 6.2xN+1.76dB Note: In a real circuit including thermal/flicker noise the measured total noise is the sum of quantization & noise associated with the circuit EECS 247 Lecture 14: Data Converters 25 H.K. Page 13 Amplitude [dbfs] N=248 f /f s Why is noise floor 62dB? DFT bins act like an analog spectrum analyzer with bandwidth of f s /N, rather than f s /2 The DFT noise floor is 1log 1 (N/2)dB below the actual noise floor (assuming white noise) Amplitude [dbfs] N=248 3dB f /f s -12 For N=248: 3dB EECS 247 Lecture 14: Data Converters 25 H.K. Page 14

8 DFT Plot Annotation 1. Specify how many DFT points (N) are used, or 2. Shift DFT noise floor by 1log 1 (N/2)dB, or 3. Normalize to "noise power in 1Hz bandwidth" EECS 247 Lecture 14: Data Converters 25 H.K. Page 15 Signal S DC Distortion D Noise N Spectral Performance Metrics ADC Including Nonlinearities Signal-to-noise ratio SNR = S / N Signal-to-distortion ratio SDR = S / D Signal-to-noise+distortion ratio SNDR = S / (N+D) Spurious-free dynamic range SFDR EECS 247 Lecture 14: Data Converters 25 H.K. Page 16

9 Harmonic Components At multiples of f x Aliasing: f signal = f x =.18 f s f 2 = 2 f =.36 f s f 3 = 3 f =.54 f s.46 f s f 4 = 4 f =.72 f s.28 f s f 5 = 5 f =.9 f s.1 f s f 6 = 6 f = 1.8 f s.8 f s EECS 247 Lecture 14: Data Converters 25 H.K. Page 17 Spectrum versus INL, DNL.3 DNL and INL of 1 Bit converter DNL [LSB] -.3 Good DNL and poor INL suggests distortion problem 2 INL [LSB] INL Not fully symmetric bin # EECS 247 Lecture 14: Data Converters 25 H.K. Page 18

10 Relationship INL-SFDR/SNDR Depends on "shape" of INL Rule of Thumb: SFDR 2log(2 B /INL) E.g. 1LSB INL, 1b SFDR 6dB Beware, this is of course only true under the same conditions at which the INL was taken, i.e. typically low input frequency EECS 247 Lecture 14: Data Converters 25 H.K. Page 19 ADC Noise Example At right is the spectrum of a 1-Bit converter SNDR = 47dB something s amiss Distortion? SDR = 59.9dB no Amplitude [ dbfs ] N = 496 SNR = 49.3dB SDR = 59.9dB SNDR = 47.dB SFDR = 6.9dB Must be a noise problem, but is it thermal or quantization noise? Frequency [ f / f s ] EECS 247 Lecture 14: Data Converters 25 H.K. Page 2

11 Noise Investigation At right is the spectrum of the same 1-Bit converter for f x = f s / 16 Since f x divides f s, the quantization noise is periodic! It falls into the same bins the harmonics would normally occupy Amplitude [ dbfs ] N = 496 SNR = 65.dB SDR = 48.4dB SNDR = 47.2dB SFDR = 49.5dB Hence SNR thermal noise SDR quantization noise (apparently the culprit) Frequency [ f / f s ] EECS 247 Lecture 14: Data Converters 25 H.K. Page 21 Noise Investigation After re-design and re-fab. Same test performed: (f x = f s / 16) The quantization noise is not a major error: SDR = 74dB SNR = 56.1dB This corresponds to Gaussian thermal noise with variance /2 at the converter input a reasonable design choice Amplitude [ dbfs ] N = 496 SNR = 56.1dB SDR = 73.9dB SNDR = 55.dB SFDR = 77.5dB Frequency [ f / f s ] EECS 247 Lecture 14: Data Converters 25 H.K. Page 22

12 Noise Investigation The DNL and INL confirm the good result DNL [LSB] DNL and INL of 1 Bit converter -.2 / +.2 LSB But the INL shows some bowing let s see if our test masked a distortion problem INL [LSB] / +.2 LSB 5 1 bin # EECS 247 Lecture 14: Data Converters 25 H.K. Page 23 Noise Investigation For that we revert to simulating with f s /f x noninteger A 3 rd harmonic is barely visible Amplitude [ dbfs ] N = 496 SNR = 55.9dB SDR = 76.4dB SNDR = 55.1dB SFDR = 77.3dB How can we lift it out of the noise? Frequency [ f / f s ] EECS 247 Lecture 14: Data Converters 25 H.K. Page 24

13 Noise Investigation Increasing N, the number of samples (and hence the measurement or simulation time) distributes the noise over more bins More bins less noise power per bin (total noise stays constant) Amplitude [ dbfs ] -5-1 N = SNR = 55.9dB SDR = 77.9dB SNDR = 55.2dB SFDR = 78.5dB SFDR = 78dB for 1Bit is acceptable in many -15 applications Frequency [ f / f s ] EECS 247 Lecture 14: Data Converters 25 H.K. Page 25 SNR Degradation due to DNL [Source: Ion Opris] For ideal quantizer we assumed uniform quantization error over +/- /2 Let's now add uniform DNL over +/-.5LSB and repeat math... EECS 247 Lecture 14: Data Converters 25 H.K. Page 26

14 SNR Degradation due to DNL Integrate triangular pdf: e e = 2 (1 e) de = 6 SNR = 6.2 N 1.25 [db] Compare to ideal quantizer: e + / 2 2 = / e de = 12 3dB SNR = 6.2 N [db] EECS 247 Lecture 14: Data Converters 25 H.K. Page 27 SNR Degradation due to DNL More general case: Uniform quantization error ±.5 Uniform DNL error ±DNL [LSB] Convolution yields trapezoid SQNR becomes: N SQNR = 2 DNL EECS 247 Lecture 14: Data Converters 25 H.K. Page 28

15 SNR Degradation due to DNL Degradation in db: 8 SQNR 1 deg = log 8 1 DNL _ 2 SNR Degradation [db] DNL [LSB] EECS 247 Lecture 14: Data Converters 25 H.K. Page Uniform DNL? # of occurrences DNL DNL distribution of 12-bit ADC test chip Not quite uniform... EECS 247 Lecture 14: Data Converters 25 H.K. Page 3

16 Effective Number of Bits (ENOB) Is a 12-Bit converter with 68dB SNDR really a 12-Bit converter? Effective Number of Bits 1.76dB ENOB = SNDR 6.2dB = = 11.Bits 6.2 EECS 247 Lecture 14: Data Converters 25 H.K. Page 31 ENOB At best, we get "ideal" ENOB only for zero thermal noise, zero DNL, zero INL Low noise is costly, 4x penalty in power per (ENOB-) bit or 6dB SNDR Rule of thumb for good performance /power tradeoff: ENOB < N-1 EECS 247 Lecture 14: Data Converters 25 H.K. Page 32

17 ENOB Survey R. H. Walden, "Analog-to-digital converter survey and analysis," IEEE J. on Selected Areas in Communications, pp , April 1999 EECS 247 Lecture 14: Data Converters 25 H.K. Page 33 Converter Testing Practical Aspects EECS 247 Lecture 14: Data Converters 25 H.K. Page 34

18 Just Got Silicon Back... Now what? Practical aspects of converter testing Equipment requirements Pitfalls EECS 247 Lecture 14: Data Converters 25 H.K. Page 35 Direct ADC-DAC Test Device Under Test (DUT) Signal Generator V in V out Specrum ADC DAC Analyzer Clock Generator Need a very good DAC Actually a good way to "get started"... EECS 247 Lecture 14: Data Converters 25 H.K. Page 36

19 Direct ADC-DAC Test Device Under Test (DUT) Signal Generator Bandpass or Lowpass Filter V in ADC DAC Notch Filter Clock Generator Spectrum Analyzer Issues to beware of: Linearity of the signal generator output has to be much better than ADC linearity Spectrum analyzer nonlinearities May need to build/purchase filters to address one or both above problems Clock generator signal jitter EECS 247 Lecture 14: Data Converters 25 H.K. Page 37 Filtering ADC Input Signal Signal Generator Output Signal Amplitude Bandpass Filter... 2f in 3f in 4f in... f f in ADC Input Signal Amplitude... f in 2f in 3f in 4f in... f EECS 247 Lecture 14: Data Converters 25 H.K. Page 38

20 Filtering Input to Spectrum Analyzer Prevent Signal Distortion Incurred by Spec. Analyzer DAC Output Signal Amplitude Notch (Band Reject) Filter... Spectrum Analyzer Input Signal Amplitude f in 2f in 3f in 4f in... f f in 2f in 3f in 4f in... f... EECS 247 Lecture 14: Data Converters 25 H.K. Page 39 ADC Test Setup Specs? Signal Generator V in Evaluation Board? ADC How to get data across? Data Acquisition PC Clock Generator Specs? EECS 247 Lecture 14: Data Converters 25 H.K. Page 4

21 Example: State-Of-The-Art ADC (21).35micron technology & 3V Supply [W. Yang et al., "A 3-V 34-mW 14-b 75-Msample/s CMOS ADC with 85-dB SFDR at Nyquist input," IEEE J. of Solid-State Circuits, Dec. 21] Your converter will perform even better... Testing a high performance converter may be just as challenging as designing it! Key to success is to be aware of test setup and equipment limitations EECS 247 Lecture 14: Data Converters 25 H.K. Page 41 Signal Source Need: f in =f s /2=37.5MHz Let's see, how about the "value priced" signal generator available in most labs... f=...15mhz Harmonic distortion (f>1mhz): -35dBc Does not cover the required frequency range & poor linearity EECS 247 Lecture 14: Data Converters 25 H.K. Page 42

22 A Better Signal Source OK, now we've spent about $4k, this should work now... (?) f=1khz...3ghz Harmonic distortion (f>1mhz): -3dBc! Still need a filter to elliminate harmonic distortion! EECS 247 Lecture 14: Data Converters 25 H.K. Page 43 Filtering Out Harmonics BP Filter Amplitude... f in 2f in 3f in 4f in... f Given HD=-3dBc, we need a stopband rejection > 65dB to get SFDR>95dB EECS 247 Lecture 14: Data Converters 25 H.K. Page 44

23 Available Filters or Fixed frequency filters! Want to test at many frequencies Need to have many different filters! EECS 247 Lecture 14: Data Converters 25 H.K. Page 45 Example: ADC Linearity Test EECS 247 Lecture 14: Data Converters 25 H.K. Page 46

24 Tunable Filter EECS 247 Lecture 14: Data Converters 25 H.K. Page 47 Filter Distortion Beware: The filters themselves could also introduce distortion Distortion is usually not specified, need to contact manufacturer directly! Often guaranteed: HD<-85dBc, Don't trust your filters blindly... EECS 247 Lecture 14: Data Converters 25 H.K. Page 48

25 Clock Generator Let us check if for the clock a "valuepriced" signal generator will suffice... No! The clock signal controls sampling instants which we assumed to be precisely equi-distant in time (period T) Variability in T causes errors "Aperture Uncertainty" or "Aperture Jitter" How much Jitter can we tolerate? EECS 247 Lecture 14: Data Converters 25 H.K. Page 49 Clock Jitter Sampling jitter adds an error voltage proportional to the product of (t J -t ) and the derivative of the input signal at the sampling instant x(t) x (t ) actual sampling time t J Jitter doesn t matter when sampling dc signals (x (t )=) nominal (ideal) sampling time t EECS 247 Lecture 14: Data Converters 25 H.K. Page 5

26 Clock Jitter The error voltage is e = x (t )(t J t ) x(t) x (t ) actual sampling time t J error nominal sampling time t EECS 247 Lecture 14: Data Converters 25 H.K. Page 51 Sinusoidal input Amplitude: Frequency: Jitter: max x x x Jitter Example A f x dt ( π ) x(t) = Asin 2 ft x ( π ) x'(t) = 2π f Acos 2 ft x'(t) 2π f A Requirement: e(t) x'(t)dt e(t) 2π f Adt x # of Bits Worst case A A fs 2 2 = FS fx = A e(t) << dt << B 2 π f s f s FS B+ 1 1 MHz 1 MHz 1 MHz dt <<.5 ps.8 ps 1.2 ps EECS 247 Lecture 14: Data Converters 25 H.K. Page 52

27 Law of Jitter The worst case looks pretty stringent what about the average? Let s calculate the mean squared jitter error (variance) If we re sampling a sinusoidal signal x(t) = Asin(2πf x t), then x (t) = 2πf x Acos(2πf x t) E{[x (t)] 2 } = 2π 2 f x2 A 2 Assume the jitter has variance E{(t J -t ) 2 } = τ 2 EECS 247 Lecture 14: Data Converters 25 H.K. Page 53 Law of Jitter If x (t) and the jitter are independent E{[x (t)(t J -t )] 2 }= E{[x (t)] 2 } E{(t J -t ) 2 } Hence, the jitter error power is E{e 2 } = 2p 2 f x2 A 2 t 2 If the jitter is uncorrelated from sample to sample, this jitter noise is white EECS 247 Lecture 14: Data Converters 25 H.K. Page 54

28 Law of Jitter DR jitter 2 A / 2 = π f A τ x 1 = 2 2 2π f τ x = 2log ( 2πf τ ) x ADC under test: SNR=73dB f in =37.5MHz τ<1ps rms! EECS 247 Lecture 14: Data Converters 25 H.K. Page 55 More on Jitter Once we have a good enough generator, other circuit and test setup related issues may determine jitter, but... Usually, clock jitter in the single-digit pico-second range can be prevented by appropriate design techniques Separate supplies Separate analog and digital clocks Short inverter chains between clock source and destination Few, if any, other analog-to-digital conversion non-idealities have the same symptoms as sampling jitter: RMS noise proportional to input frequency RMS noise proportional to input amplitude In cases where clock jitter limits the dynamic range, it s easy to tell, but may be difficult to fix... EECS 247 Lecture 14: Data Converters 25 H.K. Page 56

29 Evaluation Board Planning begins with converter pin-out Example of poor pin-out clock pin right next to a digital output... Not "Black Magic", but weeks of design time and studying Key aspects Supply/ground routing, bypass capacitors Coupling between signals Good idea to look at ADC vendor datasheets for example layouts/schematics/application notes EECS 247 Lecture 14: Data Converters 25 H.K. Page 57 Vendor Eval Board Layout [Analog Devices AD9235 Data Sheet] EECS 247 Lecture 14: Data Converters 25 H.K. Page 58

30 One thing to remember... A converter does not just have one "input" pin but: Clock Power Supply, Ground Reference Voltage For good practices on how to avoid issues see e.g.: Analog Devices Application Note 345: "Grounding for Low-and-High-Frequency Circuits" Maxim Application Note 729: "Dynamic Testing of High-Speed ADCs, Part 2" EECS 247 Lecture 14: Data Converters 25 H.K. Page 59 How to Get the Bits Off Chip? "Full swing" CMOS signaling works well for f CLK <1MHz But we want to build faster ADCs... Alternative to CMOS: LVDS Low Voltage Differential Signaling LVDS vs. CMOS: Higher speed, more power efficient at high speed Two pins/bit! EECS 247 Lecture 14: Data Converters 25 H.K. Page 6

Discrete Fourier Transform

Discrete Fourier Transform Discrete Fourier Transform The DFT of a block of N time samples {a n } = {a,a,a 2,,a N- } is a set of N frequency bins {A m } = {A,A,A 2,,A N- } where: N- mn A m = S a n W N n= W N e j2p/n m =,,2,,N- EECS

More information

Summary Last Lecture

Summary Last Lecture EE247 Lecture 3 Data Converters Static testing (continued).. Histogram testing Dynamic tests Spectral testing Reveals ADC errors associated with dynamic behavior i.e. ADC performance as a function of frequency

More information

EE247 Lecture 12. EECS 247 Lecture 12: Data Converters- Testing 2010 H. K. Page 1

EE247 Lecture 12. EECS 247 Lecture 12: Data Converters- Testing 2010 H. K. Page 1 Digital Output Code EE247 Lecture 2 Data Converters Data converter testing (continued) Measuring DNL & INL Servo-loop Code density testing (histogram testing) Dynamic tests Spectral testing Reveals ADC

More information

Data Converter Topics. Suggested Reference Texts

Data Converter Topics. Suggested Reference Texts Data Converter Topics Basic Operation of Data Converters Uniform sampling and reconstruction Uniform amplitude quantization Characterization and Testing Common ADC/DAC Architectures Selected Topics in

More information

The Fundamentals of Mixed Signal Testing

The Fundamentals of Mixed Signal Testing The Fundamentals of Mixed Signal Testing Course Information The Fundamentals of Mixed Signal Testing course is designed to provide the foundation of knowledge that is required for testing modern mixed

More information

EE247 Lecture 16. EECS 247 Lecture 16: Data Converters- DAC Design & Intro. to ADCs 2009 Page 1

EE247 Lecture 16. EECS 247 Lecture 16: Data Converters- DAC Design & Intro. to ADCs 2009 Page 1 EE47 Lecture 6 D/A Converters (continued) Self calibration techniques Current copiers (last lecture) Dynamic element matching DAC reconstruction filter ADC Converters Sampling Sampling switch considerations

More information

EE247 Lecture 12. EE247 Lecture 12

EE247 Lecture 12. EE247 Lecture 12 EE47 Lecture Administrative issues Midterm exam Oct. 9th. o You can only bring one 8x paper with notes o No books, class handouts, calculators, computers, cell phones... Final exam date in process of changingfeedback

More information

Frequency Domain Representation of Signals

Frequency Domain Representation of Signals Frequency Domain Representation of Signals The Discrete Fourier Transform (DFT) of a sampled time domain waveform x n x 0, x 1,..., x 1 is a set of Fourier Coefficients whose samples are 1 n0 X k X0, X

More information

Analog-to-Digital Converter Survey & Analysis. Bob Walden. (310) Update: July 16,1999

Analog-to-Digital Converter Survey & Analysis. Bob Walden. (310) Update: July 16,1999 Analog-to-Digital Converter Survey & Analysis Update: July 16,1999 References: 1. R.H. Walden, Analog-to-digital converter survey and analysis, IEEE Journal on Selected Areas in Communications, vol. 17,

More information

Administrative. No office hour on Thurs. this week Instead, office hour 3 to 4pm on Wed.

Administrative. No office hour on Thurs. this week Instead, office hour 3 to 4pm on Wed. Administrative No office hour on Thurs. this week Instead, office hour 3 to 4pm on Wed. EECS 247 Lecture 2 Nyquist Rate ADC: Architecture & Design 27 H.K. Page EE247 Lecture 2 ADC Converters Sampling (continued)

More information

EE247 Lecture 11. EECS 247 Lecture 11: Intro. to Data Converters & Performance Metrics 2009 H. K. Page 1. Typical Sampling Process C.T. S.D. D.T.

EE247 Lecture 11. EECS 247 Lecture 11: Intro. to Data Converters & Performance Metrics 2009 H. K. Page 1. Typical Sampling Process C.T. S.D. D.T. EE247 Lecture Data converters Sampling, aliasing, reconstruction Amplitude quantization Static converter error sources Offset Full-scale error Differential non-linearity (DNL) Integral non-linearity (INL)

More information

6 Sampling. Sampling. The principles of sampling, especially the benefits of coherent sampling

6 Sampling. Sampling. The principles of sampling, especially the benefits of coherent sampling Note: Printed Manuals 6 are not in Color Objectives This chapter explains the following: The principles of sampling, especially the benefits of coherent sampling How to apply sampling principles in a test

More information

Fundamentals of Data Converters. DAVID KRESS Director of Technical Marketing

Fundamentals of Data Converters. DAVID KRESS Director of Technical Marketing Fundamentals of Data Converters DAVID KRESS Director of Technical Marketing 9/14/2016 Analog to Electronic Signal Processing Sensor (INPUT) Amp Converter Digital Processor Actuator (OUTPUT) Amp Converter

More information

EE247 Lecture 26. EE247 Lecture 26

EE247 Lecture 26. EE247 Lecture 26 EE247 Lecture 26 Administrative Project submission: Project reports due Dec. 5th Please make an appointment with the instructor for a 15minute meeting on Monday Dec. 8 th Prepare to give a 3 to 7 minute

More information

APPLICATION NOTE 3942 Optimize the Buffer Amplifier/ADC Connection

APPLICATION NOTE 3942 Optimize the Buffer Amplifier/ADC Connection Maxim > Design Support > Technical Documents > Application Notes > Communications Circuits > APP 3942 Maxim > Design Support > Technical Documents > Application Notes > High-Speed Interconnect > APP 3942

More information

Data Converters. Specifications for Data Converters. Overview. Testing and characterization. Conditions of operation

Data Converters. Specifications for Data Converters. Overview. Testing and characterization. Conditions of operation Data Converters Overview Specifications for Data Converters Pietro Andreani Dept. of Electrical and Information Technology Lund University, Sweden Conditions of operation Type of converter Converter specifications

More information

Tones. EECS 247 Lecture 21: Oversampled ADC Implementation 2002 B. Boser 1. 1/512 1/16-1/64 b1. 1/10 1 1/4 1/4 1/8 k1z -1 1-z -1 I1. k2z -1.

Tones. EECS 247 Lecture 21: Oversampled ADC Implementation 2002 B. Boser 1. 1/512 1/16-1/64 b1. 1/10 1 1/4 1/4 1/8 k1z -1 1-z -1 I1. k2z -1. Tones 5 th order Σ modulator DC inputs Tones Dither kt/c noise EECS 47 Lecture : Oversampled ADC Implementation B. Boser 5 th Order Modulator /5 /6-/64 b b b b X / /4 /4 /8 kz - -z - I kz - -z - I k3z

More information

Lecture #6: Analog-to-Digital Converter

Lecture #6: Analog-to-Digital Converter Lecture #6: Analog-to-Digital Converter All electrical signals in the real world are analog, and their waveforms are continuous in time. Since most signal processing is done digitally in discrete time,

More information

System on a Chip. Prof. Dr. Michael Kraft

System on a Chip. Prof. Dr. Michael Kraft System on a Chip Prof. Dr. Michael Kraft Lecture 5: Data Conversion ADC Background/Theory Examples Background Physical systems are typically analogue To apply digital signal processing, the analogue signal

More information

A 4 GSample/s 8-bit ADC in. Ken Poulton, Robert Neff, Art Muto, Wei Liu, Andrew Burstein*, Mehrdad Heshami* Agilent Laboratories Palo Alto, California

A 4 GSample/s 8-bit ADC in. Ken Poulton, Robert Neff, Art Muto, Wei Liu, Andrew Burstein*, Mehrdad Heshami* Agilent Laboratories Palo Alto, California A 4 GSample/s 8-bit ADC in 0.35 µm CMOS Ken Poulton, Robert Neff, Art Muto, Wei Liu, Andrew Burstein*, Mehrdad Heshami* Agilent Laboratories Palo Alto, California 1 Outline Background Chip Architecture

More information

Discrete Fourier Transform (DFT)

Discrete Fourier Transform (DFT) Amplitude Amplitude Discrete Fourier Transform (DFT) DFT transforms the time domain signal samples to the frequency domain components. DFT Signal Spectrum Time Frequency DFT is often used to do frequency

More information

New Features of IEEE Std Digitizing Waveform Recorders

New Features of IEEE Std Digitizing Waveform Recorders New Features of IEEE Std 1057-2007 Digitizing Waveform Recorders William B. Boyer 1, Thomas E. Linnenbrink 2, Jerome Blair 3, 1 Chair, Subcommittee on Digital Waveform Recorders Sandia National Laboratories

More information

FUNDAMENTALS OF ANALOG TO DIGITAL CONVERTERS: PART I.1

FUNDAMENTALS OF ANALOG TO DIGITAL CONVERTERS: PART I.1 FUNDAMENTALS OF ANALOG TO DIGITAL CONVERTERS: PART I.1 Many of these slides were provided by Dr. Sebastian Hoyos January 2019 Texas A&M University 1 Spring, 2019 Outline Fundamentals of Analog-to-Digital

More information

Noise Power Ratio for the GSPS

Noise Power Ratio for the GSPS Noise Power Ratio for the GSPS ADC Marjorie Plisch 1 Noise Power Ratio (NPR) Overview Concept History Definition Method of Measurement Notch Considerations Theoretical Values RMS Noise Loading Level 2

More information

Analyzing A/D and D/A converters

Analyzing A/D and D/A converters Analyzing A/D and D/A converters 2013. 10. 21. Pálfi Vilmos 1 Contents 1 Signals 3 1.1 Periodic signals 3 1.2 Sampling 4 1.2.1 Discrete Fourier transform... 4 1.2.2 Spectrum of sampled signals... 5 1.2.3

More information

Reference Clock Distribution for a 325MHz IF Sampling System with over 30MHz Bandwidth, 64dB SNR and 80dB SFDR

Reference Clock Distribution for a 325MHz IF Sampling System with over 30MHz Bandwidth, 64dB SNR and 80dB SFDR Reference Clock Distribution for a 325MHz IF Sampling System with over 30MHz Bandwidth, 64dB SNR and 80dB SFDR Michel Azarian Clock jitter introduced in an RF receiver through reference clock buffering

More information

Enhancing Analog Signal Generation by Digital Channel Using Pulse-Width Modulation

Enhancing Analog Signal Generation by Digital Channel Using Pulse-Width Modulation Enhancing Analog Signal Generation by Digital Channel Using Pulse-Width Modulation Angelo Zucchetti Advantest angelo.zucchetti@advantest.com Introduction Presented in this article is a technique for generating

More information

CHAPTER. delta-sigma modulators 1.0

CHAPTER. delta-sigma modulators 1.0 CHAPTER 1 CHAPTER Conventional delta-sigma modulators 1.0 This Chapter presents the traditional first- and second-order DSM. The main sources for non-ideal operation are described together with some commonly

More information

Maximizing GSPS ADC SFDR Performance: Sources of Spurs and Methods of Mitigation

Maximizing GSPS ADC SFDR Performance: Sources of Spurs and Methods of Mitigation Maximizing GSPS ADC SFDR Performance: Sources of Spurs and Methods of Mitigation Marjorie Plisch Applications Engineer, Signal Path Solutions November 2012 1 Outline Overview of the issue Sources of spurs

More information

Design and Implementation of a Sigma Delta ADC By: Moslem Rashidi, March 2009

Design and Implementation of a Sigma Delta ADC By: Moslem Rashidi, March 2009 Design and Implementation of a Sigma Delta ADC By: Moslem Rashidi, March 2009 Introduction The first thing in design an ADC is select architecture of ADC that is depend on parameters like bandwidth, resolution,

More information

Data Converter Fundamentals

Data Converter Fundamentals IsLab Analog Integrated Circuit Design Basic-25 Data Converter Fundamentals כ Kyungpook National University IsLab Analog Integrated Circuit Design Basic-1 A/D Converters in Signal Processing Signal Sources

More information

A Faster Method for Accurate Spectral Testing without Requiring Coherent Sampling

A Faster Method for Accurate Spectral Testing without Requiring Coherent Sampling A Faster Method for Accurate Spectral Testing without Requiring Coherent Sampling Minshun Wu 1,2, Degang Chen 2 1 Xi an Jiaotong University, Xi an, P. R. China 2 Iowa State University, Ames, IA, USA Abstract

More information

TUTORIAL 283 INL/DNL Measurements for High-Speed Analog-to- Digital Converters (ADCs)

TUTORIAL 283 INL/DNL Measurements for High-Speed Analog-to- Digital Converters (ADCs) Maxim > Design Support > Technical Documents > Tutorials > A/D and D/A Conversion/Sampling Circuits > APP 283 Maxim > Design Support > Technical Documents > Tutorials > High-Speed Signal Processing > APP

More information

SECTION 4 HIGH SPEED SAMPLING AND HIGH SPEED ADCs, Walt Kester

SECTION 4 HIGH SPEED SAMPLING AND HIGH SPEED ADCs, Walt Kester SECTION 4 HIGH SPEED SAMPLING AND HIGH SPEED ADCs, Walt Kester INTRODUCTION High speed ADCs are used in a wide variety of real-time DSP signal-processing applications, replacing systems that used analog

More information

Summary Last Lecture

Summary Last Lecture Interleaved ADCs EE47 Lecture 4 Oversampled ADCs Why oversampling? Pulse-count modulation Sigma-delta modulation 1-Bit quantization Quantization error (noise) spectrum SQNR analysis Limit cycle oscillations

More information

EE247 Lecture 26. This lecture is taped on Wed. Nov. 28 th due to conflict of regular class hours with a meeting

EE247 Lecture 26. This lecture is taped on Wed. Nov. 28 th due to conflict of regular class hours with a meeting EE47 Lecture 6 This lecture is taped on Wed. Nov. 8 th due to conflict of regular class hours with a meeting Any questions regarding this lecture could be discussed during regular office hours or in class

More information

Testing A/D Converters A Practical Approach

Testing A/D Converters A Practical Approach Testing A/D Converters A Practical Approach Mixed Signal The seminar entitled Testing Analog-to-Digital Converters A Practical Approach is a one-day information intensive course, designed to address the

More information

Sigma-Delta ADC Tutorial and Latest Development in 90 nm CMOS for SoC

Sigma-Delta ADC Tutorial and Latest Development in 90 nm CMOS for SoC Sigma-Delta ADC Tutorial and Latest Development in 90 nm CMOS for SoC Jinseok Koh Wireless Analog Technology Center Texas Instruments Inc. Dallas, TX Outline Fundamentals for ADCs Over-sampling and Noise

More information

The Case for Oversampling

The Case for Oversampling EE47 Lecture 4 Oversampled ADCs Why oversampling? Pulse-count modulation Sigma-delta modulation 1-Bit quantization Quantization error (noise) spectrum SQNR analysis Limit cycle oscillations nd order ΣΔ

More information

National Instruments Flex II ADC Technology The Flexible Resolution Technology inside the NI PXI-5922 Digitizer

National Instruments Flex II ADC Technology The Flexible Resolution Technology inside the NI PXI-5922 Digitizer National Instruments Flex II ADC Technology The Flexible Resolution Technology inside the NI PXI-5922 Digitizer Kaustubh Wagle and Niels Knudsen National Instruments, Austin, TX Abstract Single-bit delta-sigma

More information

EECS 452 Midterm Exam Winter 2012

EECS 452 Midterm Exam Winter 2012 EECS 452 Midterm Exam Winter 2012 Name: unique name: Sign the honor code: I have neither given nor received aid on this exam nor observed anyone else doing so. Scores: # Points Section I /40 Section II

More information

Chapter 5 Window Functions. periodic with a period of N (number of samples). This is observed in table (3.1).

Chapter 5 Window Functions. periodic with a period of N (number of samples). This is observed in table (3.1). Chapter 5 Window Functions 5.1 Introduction As discussed in section (3.7.5), the DTFS assumes that the input waveform is periodic with a period of N (number of samples). This is observed in table (3.1).

More information

EE247 Lecture 26. EE247 Lecture 26

EE247 Lecture 26. EE247 Lecture 26 EE247 Lecture 26 Administrative Final exam: Date: Tues. Dec. 13 th Time: 12:3pm-3:3pm Location: 285 Cory Office hours this week: Tues: 2:3p to 3:3p Wed: 1:3p to 2:3p (extra) Thurs: 2:3p to 3:3p Closed

More information

FYS3240 PC-based instrumentation and microcontrollers. Signal sampling. Spring 2015 Lecture #5

FYS3240 PC-based instrumentation and microcontrollers. Signal sampling. Spring 2015 Lecture #5 FYS3240 PC-based instrumentation and microcontrollers Signal sampling Spring 2015 Lecture #5 Bekkeng, 29.1.2015 Content Aliasing Nyquist (Sampling) ADC Filtering Oversampling Triggering Analog Signal Information

More information

NPTEL. VLSI Data Conversion Circuits - Video course. Electronics & Communication Engineering.

NPTEL. VLSI Data Conversion Circuits - Video course. Electronics & Communication Engineering. NPTEL Syllabus VLSI Data Conversion Circuits - Video course COURSE OUTLINE This course covers the analysis and design of CMOS Analog-to-Digital and Digital-to-Analog Converters,with about 7 design assigments.

More information

Understanding Data Converters SLAA013 July 1995

Understanding Data Converters SLAA013 July 1995 Understanding Data Converters SLAA03 July 995 Printed on Recycled Paper IMPORTANT NOTICE Texas Instruments (TI) reserves the right to make changes to its products or to discontinue any semiconductor product

More information

Analog-to-Digital Converters

Analog-to-Digital Converters EE47 Lecture 3 Oversampled ADCs Why oversampling? Pulse-count modulation Sigma-delta modulation 1-Bit quantization Quantization error (noise) spectrum SQNR analysis Limit cycle oscillations nd order ΣΔ

More information

ISSCC 2004 / SESSION 25 / HIGH-RESOLUTION NYQUIST ADCs / 25.4

ISSCC 2004 / SESSION 25 / HIGH-RESOLUTION NYQUIST ADCs / 25.4 ISSCC 2004 / SESSION 25 / HIGH-RESOLUTION NYQUIST ADCs / 25.4 25.4 A 1.8V 14b 10MS/s Pipelined ADC in 0.18µm CMOS with 99dB SFDR Yun Chiu, Paul R. Gray, Borivoje Nikolic University of California, Berkeley,

More information

UNIVERSITY OF CALIFORNIA College of Engineering Department of Electrical Engineering and Computer Sciences

UNIVERSITY OF CALIFORNIA College of Engineering Department of Electrical Engineering and Computer Sciences UNIVERSITY OF CALIFORNIA College of Engineering Department of Electrical Engineering and Computer Sciences Final Exam EECS 247 H. Khorramabadi Tues., Dec. 14, 2010 FALL 2010 Name: SID: Total number of

More information

Summary Last Lecture

Summary Last Lecture EE47 Lecture 5 Pipelined ADCs (continued) How many bits per stage? Algorithmic ADCs utilizing pipeline structure Advanced background calibration techniques Oversampled ADCs Why oversampling? Pulse-count

More information

CHAPTER 6 PHASE LOCKED LOOP ARCHITECTURE FOR ADC

CHAPTER 6 PHASE LOCKED LOOP ARCHITECTURE FOR ADC 138 CHAPTER 6 PHASE LOCKED LOOP ARCHITECTURE FOR ADC 6.1 INTRODUCTION The Clock generator is a circuit that produces the timing or the clock signal for the operation in sequential circuits. The circuit

More information

EE 435. Lecture 32. DAC Design. Parasitic Capacitances. The String DAC

EE 435. Lecture 32. DAC Design. Parasitic Capacitances. The String DAC EE 435 Lecture 32 DAC Design The String DAC Parasitic Capacitances . eview from last lecture. DFT Simulation from Matlab . eview from last lecture. Summary of time and amplitude quantization assessment

More information

A 130mW 100MS/s Pipelined ADC with 69dB SNDR Enabled by Digital Harmonic Distortion Correction. Andrea Panigada, Ian Galton

A 130mW 100MS/s Pipelined ADC with 69dB SNDR Enabled by Digital Harmonic Distortion Correction. Andrea Panigada, Ian Galton A 130mW 100MS/s Pipelined ADC with 69dB SNDR Enabled by Digital Harmonic Distortion Correction Andrea Panigada, Ian Galton University of California at San Diego, La Jolla, CA INTEGRATED SIGNAL PROCESSING

More information

ADC Clock Jitter Model, Part 1 Deterministic Jitter

ADC Clock Jitter Model, Part 1 Deterministic Jitter ADC Clock Jitter Model, Part 1 Deterministic Jitter Analog to digital converters (ADC s) have several imperfections that effect communications signals, including thermal noise, differential nonlinearity,

More information

Discrete Fourier Transform, DFT Input: N time samples

Discrete Fourier Transform, DFT Input: N time samples EE445M/EE38L.6 Lecture. Lecture objectives are to: The Discrete Fourier Transform Windowing Use DFT to design a FIR digital filter Discrete Fourier Transform, DFT Input: time samples {a n = {a,a,a 2,,a

More information

Analog and Telecommunication Electronics

Analog and Telecommunication Electronics Politecnico di Torino Electronic Eng. Master Degree Analog and Telecommunication Electronics D1 - A/D/A conversion systems» Sampling, spectrum aliasing» Quantization error» SNRq vs signal type and level»

More information

EE247 Lecture 24. EE247 Lecture 24

EE247 Lecture 24. EE247 Lecture 24 EE247 Lecture 24 Administrative EE247 Final exam: Date: Wed. Dec. 15 th Time: -12:30pm-3:30pm- Location: 289 Cory Closed book/course notes No calculators/cell phones/pdas/computers Bring one 8x11 paper

More information

Reconfigurable Low-Power Continuous-Time Sigma-Delta Converter for Multi- Standard Applications

Reconfigurable Low-Power Continuous-Time Sigma-Delta Converter for Multi- Standard Applications ECEN-60: Mixed-Signal Interfaces Instructor: Sebastian Hoyos ASSIGNMENT 6 Reconfigurable Low-Power Continuous-Time Sigma-Delta Converter for Multi- Standard Applications ) Please use SIMULINK to design

More information

Lab.3. Tutorial : (draft) Introduction to CODECs

Lab.3. Tutorial : (draft) Introduction to CODECs Lab.3. Tutorial : (draft) Introduction to CODECs Fig. Basic digital signal processing system Definition A codec is a device or computer program capable of encoding or decoding a digital data stream or

More information

DATASHEET HI5805. Features. Applications. Ordering Information. Pinout. 12-Bit, 5MSPS A/D Converter. FN3984 Rev 7.00 Page 1 of 12.

DATASHEET HI5805. Features. Applications. Ordering Information. Pinout. 12-Bit, 5MSPS A/D Converter. FN3984 Rev 7.00 Page 1 of 12. 12-Bit, 5MSPS A/D Converter NOT RECOMMENDED FOR NEW DESIGNS NO RECOMMENDED REPLACEMENT contact our Technical Support Center at 1-888-INTERSIL or www.intersil.com/tsc DATASHEET FN3984 Rev 7.00 The HI5805

More information

Timing Error Analysis in Digital-to-Analog Converters

Timing Error Analysis in Digital-to-Analog Converters Timing Error Analysis in Digital-to-Analog Converters - Effects of Sampling Clock Jitter and Timing Skew (Glitch) - Shinya Kawakami, Haruo Kobayashi, Naoki Kurosawa, Ikkou Miyauchi, Hideyuki Kogure, Takanori

More information

Laboratory Manual 2, MSPS. High-Level System Design

Laboratory Manual 2, MSPS. High-Level System Design No Rev Date Repo Page 0002 A 2011-09-07 MSPS 1 of 16 Title High-Level System Design File MSPS_0002_LM_matlabSystem_A.odt Type EX -- Laboratory Manual 2, Area MSPS ES : docs : courses : msps Created Per

More information

User Guide. 1-Clock duty cycle 2-Clock jitter 3-Voltage references 4-Input bandwidth 5-Differential approach. Marc Sabut - STMicroelectronics 1

User Guide. 1-Clock duty cycle 2-Clock jitter 3-Voltage references 4-Input bandwidth 5-Differential approach. Marc Sabut - STMicroelectronics 1 User Guide -Clock duty cycle 2-Clock jitter 3-Voltage references 4-Input bandwidth 5-Differential approach Marc Sabut - STMicroelectronics User Guide -Clock duty cycle Marc Sabut - STMicroelectronics 2

More information

Analog and Telecommunication Electronics

Analog and Telecommunication Electronics Politecnico di Torino Electronic Eng. Master Degree Analog and Telecommunication Electronics D6 - High speed A/D converters» Spectral performance analysis» Undersampling techniques» Sampling jitter» Interleaving

More information

Spectrum. The basic idea of measurement. Instrumentation for spectral measurements Ján Šaliga 2017

Spectrum. The basic idea of measurement. Instrumentation for spectral measurements Ján Šaliga 2017 Instrumentation for spectral measurements Ján Šaliga 017 Spectrum Substitution of waveform by the sum of harmonics (sinewaves) with specific amplitudes, frequences and phases. The sum of sinewave have

More information

CLC Bit, 52 MSPS A/D Converter

CLC Bit, 52 MSPS A/D Converter 14-Bit, 52 MSPS A/D Converter General Description The is a monolithic 14-bit, 52 MSPS analog-to-digital converter. The ultra-wide dynamic range and high sample rate of the device make it an excellent choice

More information

8-Channel, 10-Bit, 65MSPS Analog-to-Digital Converter

8-Channel, 10-Bit, 65MSPS Analog-to-Digital Converter ADS5277 FEATURES An integrated phase lock loop (PLL) multiplies the Maximum Sample Rate: 65MSPS incoming ADC sampling clock by a factor of 12. This high-frequency clock is used in the data serialization

More information

AD Bit, 20/40/65 MSPS 3 V Low Power A/D Converter. Preliminary Technical Data

AD Bit, 20/40/65 MSPS 3 V Low Power A/D Converter. Preliminary Technical Data FEATURES Ultra Low Power 90mW @ 0MSPS; 135mW @ 40MSPS; 190mW @ 65MSPS SNR = 66.5 dbc (to Nyquist); SFDR = 8 dbc @.4MHz Analog Input ENOB = 10.5 bits DNL=± 0.5 LSB Differential Input with 500MHz Full Power

More information

ENGINEERING FOR RURAL DEVELOPMENT Jelgava, EDUCATION METHODS OF ANALOGUE TO DIGITAL CONVERTERS TESTING AT FE CULS

ENGINEERING FOR RURAL DEVELOPMENT Jelgava, EDUCATION METHODS OF ANALOGUE TO DIGITAL CONVERTERS TESTING AT FE CULS EDUCATION METHODS OF ANALOGUE TO DIGITAL CONVERTERS TESTING AT FE CULS Jakub Svatos, Milan Kriz Czech University of Life Sciences Prague jsvatos@tf.czu.cz, krizm@tf.czu.cz Abstract. Education methods for

More information

MASH 2-1 MULTI-BIT SIGMA-DELTA MODULATOR FOR WLAN L 2 ( ) ( ) 1( 1 1 1

MASH 2-1 MULTI-BIT SIGMA-DELTA MODULATOR FOR WLAN L 2 ( ) ( ) 1( 1 1 1 MASH 2- MULTI-BIT SIGMA-DELTA MODULATOR FOR WLAN Yu hang, Ning Xie, Hui Wang and Yejun He College of Information Engineering, Shenzhen University, Shenzhen, Guangdong 58060, China kensouren@yahoo.com.cn

More information

EE247 Lecture 26. EE247 Lecture 26

EE247 Lecture 26. EE247 Lecture 26 EE247 Lecture 26 Administrative EE247 Final exam: Date: Mon. Dec. 18 th Time: 12:30pm-3:30pm Location: 241 Cory Hall Extra office hours: Thurs. Dec. 14 th, 10:30am-12pm Closed book/course notes No calculators/cell

More information

Digital Waveform Recorders

Digital Waveform Recorders Digital Waveform Recorders Error Models & Performance Measures Dan Knierim, Tektronix Fellow Experimental Set-up for high-speed phenomena Transducer(s) high-speed physical phenomenon under study physical

More information

Signal Processing for Digitizers

Signal Processing for Digitizers Signal Processing for Digitizers Modular digitizers allow accurate, high resolution data acquisition that can be quickly transferred to a host computer. Signal processing functions, applied in the digitizer

More information

DAC & ADC Testing Fundamental

DAC & ADC Testing Fundamental DAC & ADC Testing Fundamental Outline Specifications of DAC Specifications of ADC Test methodology Static specification Histogram method Transfer (and compare) method Dynamic specification FFT Polynomial

More information

AN-737 APPLICATION NOTE

AN-737 APPLICATION NOTE AN- APPLICATION NOTE One Technology Way P.O. Box 90 Norwood, MA 00-90, U.S.A. Tel:.9.00 Fax:.. www.analog.com How ADIsimADC Models an ADC by Brad Brannon and Tom MacLeod CONVERTER MODELING Converter modeling

More information

BandPass Sigma-Delta Modulator for wideband IF signals

BandPass Sigma-Delta Modulator for wideband IF signals BandPass Sigma-Delta Modulator for wideband IF signals Luca Daniel (University of California, Berkeley) Marco Sabatini (STMicroelectronics Berkeley Labs) maintain the same advantages of BaseBand converters

More information

EE247 Lecture 27. EE247 Lecture 27

EE247 Lecture 27. EE247 Lecture 27 EE247 Lecture 27 Administrative EE247 Final exam: Date: Wed. Dec. 19 th Time: 12:30pm-3:30pm Location: 70 Evans Hall Extra office hours: Thurs. Dec. 13 th, 10:am2pm Closed course notes/books No calculators/cell

More information

Moku:Lab. Specifications INSTRUMENTS. Moku:Lab, rev

Moku:Lab. Specifications INSTRUMENTS. Moku:Lab, rev Moku:Lab L I Q U I D INSTRUMENTS Specifications Moku:Lab, rev. 2018.1 Table of Contents Hardware 4 Specifications 4 Analog I/O 4 External trigger input 4 Clock reference 5 General characteristics 5 General

More information

15-Bit, 65Msps ADC with -78.2dBFS Noise Floor for IF Applications

15-Bit, 65Msps ADC with -78.2dBFS Noise Floor for IF Applications 19-3022; Rev 1; 2/04 15-Bit, 65Msps ADC with -78.2dBFS General Description The is a 5V, high-speed, high-performance analog-to-digital converter (ADC) featuring a fully differential wideband track-and-hold

More information

Electronic Noise. Analog Dynamic Range

Electronic Noise. Analog Dynamic Range Electronic Noise Dynamic range in the analog domain Resistor noise Amplifier noise Maximum signal levels Tow-Thomas Biquad noise example Implications on power dissipation EECS 247 Lecture 4: Dynamic Range

More information

Outline. Noise and Distortion. Noise basics Component and system noise Distortion INF4420. Jørgen Andreas Michaelsen Spring / 45 2 / 45

Outline. Noise and Distortion. Noise basics Component and system noise Distortion INF4420. Jørgen Andreas Michaelsen Spring / 45 2 / 45 INF440 Noise and Distortion Jørgen Andreas Michaelsen Spring 013 1 / 45 Outline Noise basics Component and system noise Distortion Spring 013 Noise and distortion / 45 Introduction We have already considered

More information

12-bit 50/100/125 MSPS 1-channel ADC

12-bit 50/100/125 MSPS 1-channel ADC SPECIFICATION 1 FEATURES TSMC CMOS 65 nm High speed pipelined ADC Resolution 12 bit Conversion rate 50/100/125 MHz Different power supplies for digital (1.2 V) and analog (1.2 V) parts Low standby current

More information

Lecture 9, ANIK. Data converters 1

Lecture 9, ANIK. Data converters 1 Lecture 9, ANIK Data converters 1 What did we do last time? Noise and distortion Understanding the simplest circuit noise Understanding some of the sources of distortion 502 of 530 What will we do today?

More information

ADC Based Measurements: a Common Basis for the Uncertainty Estimation. Ciro Spataro

ADC Based Measurements: a Common Basis for the Uncertainty Estimation. Ciro Spataro ADC Based Measurements: a Common Basis for the Uncertainty Estimation Ciro Spataro Department of Electric, Electronic and Telecommunication Engineering - University of Palermo Viale delle Scienze, 90128

More information

AD9772A - Functional Block Diagram

AD9772A - Functional Block Diagram F FEATURES single 3.0 V to 3.6 V supply 14-Bit DAC Resolution 160 MPS Input Data Rate 67.5 MHz Reconstruction Passband @ 160 MPS 74 dbc FDR @ 25 MHz 2 Interpolation Filter with High- or Low-Pass Response

More information

Amplitude Quantization

Amplitude Quantization Amplitude Quantization Amplitude quantization Quantization noise Static ADC performance measures Offset Gain INL DNL ADC Testing Code boundary servo Histogram testing EECS Lecture : Amplitude Quantization

More information

2.4 A/D Converter Survey Linearity

2.4 A/D Converter Survey Linearity 2.4 A/D Converter Survey 21 mum and minimum power spectral density (PSD) levels. In the case of a single-channel receiver, this implies the gain control range of the VGA, while in a multi-channel receiver

More information

Michael F. Toner, et. al.. "Distortion Measurement." Copyright 2000 CRC Press LLC. <

Michael F. Toner, et. al.. Distortion Measurement. Copyright 2000 CRC Press LLC. < Michael F. Toner, et. al.. "Distortion Measurement." Copyright CRC Press LLC. . Distortion Measurement Michael F. Toner Nortel Networks Gordon W. Roberts McGill University 53.1

More information

User-friendly Matlab tool for easy ADC testing

User-friendly Matlab tool for easy ADC testing User-friendly Matlab tool for easy ADC testing Tamás Virosztek, István Kollár Budapest University of Technology and Economics, Department of Measurement and Information Systems Budapest, Hungary, H-1521,

More information

Acquisition Time: Refer to Figure 1 when comparing SAR, Pipeline, and Delta-Sigma converter acquisition time. Signal Noise. Data Out Pipeline ADC

Acquisition Time: Refer to Figure 1 when comparing SAR, Pipeline, and Delta-Sigma converter acquisition time. Signal Noise. Data Out Pipeline ADC Application Report SBAA147A August 2006 Revised January 2008 A Glossary of Analog-to-Digital Specifications and Performance Characteristics Bonnie Baker... Data Acquisition Products ABSTRACT This glossary

More information

Proposal for Transmitter Electrical Specifications

Proposal for Transmitter Electrical Specifications Proposal for Transmitter Electrical Specifications IEEE P803.2an Task Force Vancouver, January 05 Chris Pagnanelli, Solarflare Communications Jose Tellado, Teranetics Albert Vareljian, KeyEye Communications

More information

Application Note #5 Direct Digital Synthesis Impact on Function Generator Design

Application Note #5 Direct Digital Synthesis Impact on Function Generator Design Impact on Function Generator Design Introduction Function generators have been around for a long while. Over time, these instruments have accumulated a long list of features. Starting with just a few knobs

More information

ADC and DAC Standards Update

ADC and DAC Standards Update ADC and DAC Standards Update Revised ADC Standard 2010 New terminology to conform to Std-1057 SNHR became SNR SNR became SINAD Added more detailed test-setup descriptions Added more appendices Reorganized

More information

EE247 Lecture 12. Midterm exam Tues. Oct. 23rd

EE247 Lecture 12. Midterm exam Tues. Oct. 23rd EE Lecture Administrative issues Midterm exam Tues. Oct. rd o You can only bring one 8x paper with your own written notes (please do not photocopy) o No books, class notes or any other kind of handouts/notes,

More information

Lab 4 Digital Scope and Spectrum Analyzer

Lab 4 Digital Scope and Spectrum Analyzer Lab 4 Digital Scope and Spectrum Analyzer Page 4.1 Lab 4 Digital Scope and Spectrum Analyzer Goals Review Starter files Interface a microphone and record sounds, Design and implement an analog HPF, LPF

More information

Hideo Okawara s Mixed Signal Lecture Series. DSP-Based Testing Fundamentals 6 Spectrum Analysis -- FFT

Hideo Okawara s Mixed Signal Lecture Series. DSP-Based Testing Fundamentals 6 Spectrum Analysis -- FFT Hideo Okawara s Mixed Signal Lecture Series DSP-Based Testing Fundamentals 6 Spectrum Analysis -- FFT Verigy Japan October 008 Preface to the Series ADC and DAC are the most typical mixed signal devices.

More information

Appendix A Comparison of ADC Architectures

Appendix A Comparison of ADC Architectures Appendix A Comparison of ADC Architectures A comparison of continuous-time delta-sigma (CT ), pipeline, and timeinterleaved (TI) SAR ADCs which target wide signal bandwidths (greater than 100 MHz) and

More information

Eliminate Pipeline Headaches with New 12-Bit 3Msps SAR ADC by Dave Thomas and William C. Rempfer

Eliminate Pipeline Headaches with New 12-Bit 3Msps SAR ADC by Dave Thomas and William C. Rempfer A new 12-bit 3Msps ADC brings new levels of performance and ease of use to high speed ADC applications. By raising the speed of the successive approximation (SAR) method to 3Msps, it eliminates the many

More information

Summary Last Lecture

Summary Last Lecture EE247 Lecture 16 D/A onverters (continued) DA reconstruction filter AD onverters Sampling Sampling switch considerations Thermal noise due to switch resistance lock jitter related non-idealities Sampling

More information

This article examines

This article examines From September 2005 High Freuency Electronics Copyright 2005 Summit Technical Media Reference-Clock Generation for Sampled Data Systems By Paul Nunn Dallas Semiconductor Corp. This article examines the

More information