Simple ADC structures.

Slides:



Advertisements
Similar presentations
Interfacing to the Analog World
Advertisements

Analog to Digital Conversion (ADC)
Analog-to-Digital Converter (ADC) And
Lecture 17: Analog to Digital Converters Lecturers: Professor John Devlin Mr Robert Ross.
Data Acquisition ET 228 Chapter
Digital to Analogue Conversion Chapter 13. Why is conversion needed? Most signals in the world are analogue. Microprocessors and most computers computers.
EE435 Final Project: 9-Bit SAR ADC
Digital to Analog and Analog to Digital Conversion
ADC and DAC. Reason for Signal Conversion digital AD2 DA1.
Mixed Signal Chip Design Lab Analog-to-Digital Converters Jaehyun Lim, Kyusun Choi Department of Computer Science and Engineering The Pennsylvania State.
Analogue to Digital Conversion
Interfacing Analog and Digital Circuits
DIGITAL SYSTEMS TCE INTERFACING WITH ANALOG DEVICES (Week 12)
Design and Implementation a 8 bits Pipeline Analog to Digital Converter in The Technology 0.6 μm CMOS Process Eri Prasetyo.
Interfacing with the Analog World Wen-Hung Liao, Ph.D.
Day of Miscellany ADC/DAC I2C Student presentations.
 Circuit building blocks that compare the strength of two signals (usually Volts) and provide an output signal when one is bigger than the other are.
EE174 – SJSU Lecture #4 Tan Nguyen
EET260: A/D and D/A converters
Introduction to Analog-to-Digital Converters
Analogue Input/Output
Analog to Digital Converters (ADC) 1
Analog to Digital conversion. Introduction  The process of converting an analog signal into an equivalent digital signal is known as Analog to Digital.
Data Acquisition Systems
Digital to Analog Converters (DAC) 15 March 2006 Doug Hinckley Lee Huynh Dooroo Kim.
Data Acquisition ET 228 Chapter 15 Subjects Covered Analog to Digital Converter Characteristics Integrating ADCs Successive Approximation ADCs Flash ADCs.
Analog to Digital Converters
Analog/Digital Conversion
Low Power, High-Throughput AD Converters
Digital-to-Analog Analog-to-Digital Week 10. Data Handling Systems  Both data about the physical world and control signals sent to interact with the.
0808/0809 ADC. Block Diagram ADC ADC0808/ADC Bit μP Compatible A/D Converters with 8-Channel Multiplexer The 8-bit A/D converter uses successive.
EKT 314/4 WEEK 9 : CHAPTER 4 DATA ACQUISITION AND CONVERSION ELECTRONIC INSTRUMENTATION.
0 /59 Nyquist Rate ADCs Dr. Hossein Shamsi ECE Dept, K.N. Toosi University of Technology.
Low Power, High-Throughput AD Converters
Digital Logic & Design Dr. Waseem Ikram Lecture 45.
Digital to analog converter [DAC]
MECH 373 Instrumentation and Measurements
Presented by Richard Prentice Prepared by Richard Prentice
Data Acquisition ET 228 Chapter
Digital-to-Analog Analog-to-Digital
Digital-to-Analog Analog-to-Digital
What is a DAC? A digital to analog converter (DAC) converts a digital signal to an analog voltage or current output DAC.
SAR ADC Input Types TIPL 4003 TI Precision Labs – ADCs
SAR ADC Tao Chen.
Electronic Devices Ninth Edition Floyd Chapter 13.
B.Sc. Thesis by Çağrı Gürleyük
Analog-Digital Conversion
EI205 Lecture 13 Dianguang Ma Fall 2008.
Digital Error Correction
Pedro Henrique Köhler Marra Pinto and Frank Sill Torres
Principles & Applications
Simple DAC architectures
DAC architectures.
Digital-to-Analog Analog-to-Digital
Chapter 10 Figure 07.
ADC.
Chapter 7 Features and Interfacing of Programmable Devices for 8085 based systems.
Digital-to-Analog & Analog-to-Digital Conversion
Created by Luis Chioye Presented by Cynthia Sosa
Created by Luis Chioye Presented by Cynthia Sosa
Simple ADC structures.
Simple DAC architectures
Chapter 10 Figure 07.
Lesson 8: Analog Signal Conversion
Digital Control Systems Waseem Gulsher
ADS7841 SAR Input Model (6/1/17)
Digital to Analog Converters (DAC)
فهرست مطالب 1 مقدمه اي بر مبدل هاي تقريب متوالي 2 نحوه عملكرد مبدل هاي تقريب متوالي 3 مزايا و خطاهاي مبدل هاي تقريب متوالي 4 انواع پياده سازي مبدل.
Simple DAC architectures
Chapter 7 Converters.
Presentation transcript:

Simple ADC structures

Some ADC generates internal Vref, some require externally provided Vref Sampling clock is provided externally, but need to generate the various phases of clocks internally EOC (end of conversion) indicates that output data is ready Digital output data can go to a data bus, or to a buffer or memory for block transfer

The Comparator: A 1-Bit ADC Widely used as a building block in many higher resolution ADCs Comparator’s resolution needs to be able to support overall high resolution ADC Without hysteresis, a 1-bit ADC is inherently linear, but with hysteresis, it is not Hysteresis size should be less than required resolution Constant offset does not harm linearity by itself, but may cause internal signals to go out of range, thus causing errors

High Speed ADC Architectures Flash ADC N bit string DAC 2N – 1 comparators Thermometer to binary encoder Logic latch Clock signal Vref to the DAC

Chapter 17 Figure 24 1 1 1 1 1 1 1 1 1 1

Chapter 17 Figure 25

Bubble/sparckle removal Chapter 17 Figure 26

Interpolation to increase resolution/reduce pre-amps Chapter 17 Figure 31

Chapter 17 Figure 32

Chapter 17 Figure 33

Successive Approximation ADCs For an N-bit R samples per sec SAR ADC SHA should be N-bit accurate, at R SPS DAC must be N-bit accurate, at > N*R SPS Comparator must have N-bit resolution at > N*R rate Logic must work at > N*R rate Used in high resolution medium speed applications

Chapter 17 Figure 05

Example timing diagram At “convert start”, SHA grabs a sample and hold its value Set DAC MSB to 1 as test bit, rest bits set to 0, DAC output compared to sample held If comparator output = 1, keep test bit as 1, else set test bit = 0 If test bit is LSB, reset “busy” and signal end of conversion Else, move test bit to next lower bit, and set it to 1, generate DAC output At end of conversion, DAC input code sent out as ADC output code

Chapter 17 Figure 04

Charge redistribution implementation In the track mode, AIN is constantly charging and discharging all the capacitors, Q = C_tot * Vin When SIN and Sc open, Q = C_tot * Vin If S1, S2, S3, and S4 all connected to ground, Q = C_tot * Vin,  V_A = - Vin If S1 is switch to Vref, Q = C_tot * Vin = C*(Vref – V_A) – (C/2 + C/4 +…)*V_A  V_A = – Vin + Vref/2 If comparator output is 1, V_A < 0, leave S1 at Vref; else, switch S1 to gnd; Next test S2, S3, … in similar way

Chapter 17 Figure 10

Chapter 17 Figure 11