SlideShare a Scribd company logo
Dr. AMBEDKAR INSTITUTE OF TECHNOLOGY
BY: HARSHA.R
ASSISTANT PROFESSOR
ECE DEPARTMENT,DR AMBEDKAR INSTITUTE OF
TECHNOLOGY,BENGALURU
Mob:9620640486
ANALOG MIXED MODE VLSI
ANALOG TO DIGITAL CONVERTER
UNIT III,ECE
1
What is an ADC (Analog to Digital Converter)?
• An analog to digital converter is a circuit that converts a continuous
voltage value (analog) to a binary value (digital) that can be understood by
a digital device which could then be used for digital computation.
• These ADC circuits can be found as an individual ADC ICs by themselves
or embedded into a microcontroller. They’re called ADCs for short.
HARSHA R, ECE. ANALOG TO DIGITAL
CONVERTER. Dr AIT,BENGALURU
2
Why analog to digital converters?
Modern day electronics is purely digital – gone are the good old days of analog computers.
Unfortunately for digital systems, the world we live in is still analog.
 For example a temperature sensor like the LM35 outputs a voltage dependent on the
temperature, in the case of that specific device 10mV per degree rise in temperature. If
we directly connect this to a digital input, it will register either as a high or a low
depending on the input thresholds, which is completely useless.
 Instead we use an ADC to convert the analog voltage input to a series of bits that can be
directly connected to the data bus of the microprocessor and used for computation.
HARSHA R, ECE. ANALOG TO DIGITAL
CONVERTER. Dr AIT,BENGALURU
3
TYPES OF ADC ARCHITECTURES:
HARSHA R, ECE. ANALOG TO DIGITAL
CONVERTER. Dr AIT,BENGALURU
4
1. FLASH ADC
2. PIPELINE ADC
3. SUCCESSIVE APPROXIMATION ADC
4. OVER SAMPLED ADC
1. Flash ADC
• Flash or parallel converters have the highest speed
of conversion than compared to any type of
ADC.
• As seen in Fig, they use one comparator per
quantization level (2 𝑁- 1) and 2 𝑁 resistors (a
resistor-string DAC).
• The reference voltage is divided into 2N values,
each of which is fed into a comparator.
• The input voltage is compared with each
reference value and results in a thermometer
code at the output of the comparators.
HARSHA R, ECE. ANALOG TO DIGITAL
CONVERTER. Dr AIT,BENGALURU
5
Contd..
• A thermometer code exhibits all zeros for each
resistor level if the value of 𝑣 𝑚 is less than the value
on the resistor string, and ones if 𝑣𝐼 𝑁 is greater
than or equal to voltage on the resistor string.
• A simple 2 𝑁 − 1: 𝑁 digital thermometer decoder
circuit converts the compared data into an N-bit
digital word.
HARSHA R, ECE. ANALOG TO DIGITAL
CONVERTER. Dr AIT,BENGALURU
6
Digital Input code
HARSHA R, ECE. ANALOG TO DIGITAL
CONVERTER. Dr AIT,BENGALURU
7
Design a 3-bit Flash converter, listing the values of the voltages at each resistor tap, draw the transfer
curve for Vin =0 to 5V. Assume Vref = 5v. Construct a table listing the values of the thermometer code
and the output of the decoder for Vin =1.5V,3v, 4.5V.
• Solution :
 The 3-bit flash can be seen in figure 1.
 The values of all the resistors are equal, therefore the voltage of each resister tap Vi is given by
Vi=Vref(i/8) (ideal) -------(1)
 Where I is the number of resistor in the string for i=1 to 7.
 By using the equation from (1) and substituting the value of i we obtain
 V1=0.625V
 V2=1.25V
 V3=1.875V
 V4=2.5V
 V5=3.125V
 V6=3.75V
 V7=4.375V
HARSHA R, ECE. ANALOG TO DIGITAL
CONVERTER. Dr AIT,BENGALURU
8
Figure 1: Transfer curve for the 3-bit flash converter
• When Vin first becomes equal or greater than each of these values an transition will
occur in the transfer curve, which can be seen in figure 1.
• The quantization levels and there corresponding thermometer codes is shown in
table 1
HARSHA R, ECE. ANALOG TO DIGITAL
CONVERTER. Dr AIT,BENGALURU
9
HARSHA R, ECE. ANALOG TO DIGITAL
CONVERTER. Dr AIT,BENGALURU
10
Figure 2: 3-bit flash ADC
Table1:code transition for the Flash ADC
flash ADC
Advantages of Flash ADC
1. The advantage of this converter is the speed with which one
conversion can take place. Each clock pulse generates an output digital
word.
2. The advantage of having high speed, however, is counter
balanced by the doubling of area with each bit of increased resolution. For
example, an 8-bit converter requires 255 comparators, but a 9-bit ADC
requires 511!
3. Flash converters have traditionally been limited to 8-bit resolution with
conversion speeds of 10-40 Ms/s using CMOS technology.
HARSHA R, ECE. ANALOG TO DIGITAL
CONVERTER. Dr AIT,BENGALURU
11
HARSHA R, ECE. ANALOG TO DIGITAL
CONVERTER. Dr AIT,BENGALURU
12
Disadvantages of Flash ADC
1. The disadvantages of the Flash ADC are the area and power
requirements of the 2 𝑁- 1comparators.
2. The speed is limited by the switching of the comparators
and the digital logic.
***Accuracy Issues for the FlashADC***
– Accuracy depends on the matching of the resistor string and the input
offset voltage of the comparators
– an ideal comparator should switch at the point in which the two inputs,
𝑣+ and 𝑣− , are the same potential. However, the offset voltage, Vos
prohibits this from occurring as the comparator output switches states
as follows:
𝑉0 = 1
𝑉0 = 0
𝑤ℎ𝑒𝑛
𝑤ℎ𝑒𝑛
𝑉+ ≥ 𝑉− + Vos
𝑉+ < 𝑉− + Vos
HARSHA R, ECE. ANALOG TO DIGITAL
CONVERTER. Dr AIT,BENGALURU
13
• We know from N bit resistor string DAC the value of the voltage
at the 𝑖𝑡ℎ tap is
Where 𝑉𝑖, 𝑖 𝑑 𝑒 𝑎 𝑙 = voltage at the 𝑖𝑡ℎ tap if all the resistors had an ideal value of R,
Δ𝑅𝑘is value of resistance error due to mismatch,
• Then switching point of 𝑖𝑡ℎcomparator becomes
𝑉𝑠 𝑤,𝑖 = 𝑉𝑖+ 𝑉𝑜𝑠, 𝑖
Where 𝑉𝑜s,𝑖 is input offset voltage of 𝑖𝑡ℎ comparator
• Then INL is given by
HARSHA R, ECE. ANALOG TO DIGITAL
CONVERTER. Dr AIT,BENGALURU
14
HARSHA R, ECE. ANALOG TO DIGITAL
CONVERTER. Dr AIT,BENGALURU
15
• The worst-case INL will occur at the middle of the string (i = 2 𝑁−1), as
described for R-2R DAC. Including the offset voltage, the maximum INL
will be
• DNL
– Using the definition of DNL,
But 𝑉𝑠𝑤,𝑖 = 𝑉𝑖+ 𝑉𝑜𝑠,𝑖 thus We can be write DNL as
• The maximum DNL will occur, assuming Δ𝑅𝑖 is at its
maximum, and 𝑉𝑜𝑠,𝑖 at its maximum positive value, and 𝑉𝑜𝑠,𝑖is
at its maximum negative voltage Thus
HARSHA R, ECE. ANALOG TO DIGITAL
CONVERTER. Dr AIT,BENGALURU
16
(Similar to resister string DAC)
The two-step Flash ADC.
• Another type of Flash converter is called the two-step Flash converter or the parallel,
feed-forward ADC.
• The basic block diagram of a two-step converter is seen in Fig. above.
• The converter is separated into two complete Flash ADCs with feed-forward circuitry.
• The first converter generates a rough estimate of the value of the input, and the second
converter performs a fine conversion.
HARSHA R, ECE. ANALOG TO DIGITAL
CONVERTER. Dr AIT,BENGALURU
17
2(2 𝑁/2-1 )
For example, an 8-bit Flash converter requires 255 comparators, while the
two-step Flash requires only 30.
• The trade-off is that the conversion process takes two steps instead of one,
with the speed limited by the bandwidth and settling time required by the
residue amplifier and the summer.
• Conversion process is as follows :
1. After the input is sampled, the most significant bits (MSBs) are converted by the first
Flash ADC.
2. The result is then converted back to an analog voltage with the DAC and subtracted with
the original input.
3. The result of the subtraction, known as the residue, is then multiplied by 2 𝑁/2 and input
into the second ADC. The multiplication not only allows the two ADCs to be identical,
but also increases the quantum level of the signal input into the second ADC.
4. The second ADC produces the least significant bits through a Flash conversion.
HARSHA R, ECE. ANALOG TO DIGITAL
CONVERTER. Dr AIT,BENGALURU
18
The advantages of this architecture are that the number of comparators is greatly
reduced from that of the Flash converter from 2 𝑁 − 1 comparators to
comparators. −
HARSHA R, ECE. ANALOG TO DIGITAL
CONVERTER. Dr AIT,BENGALURU
19
• Figure below illustrates the two-step nature of the converter. The first
conversion identifies the segment in which the analog voltage resides.
This is also known asa coarse conversion of the MSBs.
• The results of the coarse conversion are then multiplied by 2 𝑁/2 so that the
segment within which 𝑉𝐼𝑁resides will be scaled to the same reference as the
first conversion. The second conversion is known as the fine conversion and
will generate the final LSBs using the same Flash approach.
HARSHA R, ECE. ANALOG TO DIGITAL
CONVERTER. Dr AIT,BENGALURU
20
Example :
Assume that the two-step ADC shown in Fig. 29.26 has four bits of resolution.
Make a table listing the MSBs, Vi' Vz, V3 , and the LSBs for V1N = 2, 4, 9, and 15
V assuming that VREF = 16 V.
Solution :
Since VREF was conveniently made 16 V, each LSB will be 1 V. If V1N =2 V, the
output of the first 2-bit Flash converter will be 00 since VREF = 16 V and each
resistor drops 4 V. The output of the 2-bit DAC, Vi' will therefore be 0,
resulting in Vz =2 V. The multiplication of Vz by the 4 results in V3 =8 V.
Remember that each 2-bit Flash converter resembles that of Fig. 29.21. The
thermometer code from the second Flash converter will be 0011, which results in
10 as the LSBs.
HARSHA R, ECE. ANALOG TO DIGITAL
CONVERTER. Dr AIT,BENGALURU
21
Now how to obtain v1,v2,v3, for this lets refer to the 2 step flash ADC diagram
as shown below. Initially Vin is 2V, after the S/H process the MSB AND LSB is divided as you can see
in the above table. Now to obtain V1 we have to use the flash ADC formula which is Vi= Vref x i/2^n.
here n is 4 for this problem.
00 corresponds to 0 weightage in binary therefore V1 is 0
This V1 (0) is the subtracted with Vin which will be 0-2 =2V
V2 will be multiplied by 2^N/2 here N is 4.. 2x2^4/2=8V
If we take Vin as 9V then MSB is 10 which corresponds to V1=16x8/16=8
Similarly for V15 V1= 16x12/16=12
HARSHA R, ECE. ANALOG TO DIGITAL
CONVERTER. Dr AIT,BENGALURU
22
Accuracy Issues Related to the Two-Step Flash Converters
The overall accuracy of the converter is dependent on the first ADC. The second Flash
must have only the accuracy of a stand-alone Flash converter. This means that if an 8-bit
two-step Flash converter contains two 4-bit Flash converters, the second Flash needs only
to have the resolution of a 4-bit Flash, which is not difficult to achieve.
However, the first 4-bit Flash must have the accuracy of an 8-bit Flash, meaning that the
worst-case INL and DNL for the first bit Flash must be less than ±V2 LSB for an 8-bit
ADC. Thus, the resistor matching and comparators contained in the first ADC must
possess the accuracy of the overall converter. Refer Flash ADC for derivations on INL and
DNL . The DAC must also be accurate to within the resolution of the ADC.
HARSHA R, ECE. ANALOG TO DIGITAL
CONVERTER. Dr AIT,BENGALURU
23
Accuracy Issues Related to the Operational Amplifiers
• With the addition of the summer and the amplifier, other sources of accuracy errors are present in this converter.
• The summer and the amplifier must add and amplify the signal to within ±V2 LSB of the ideal value. It is quite
difficult to implement standard operational amplifiers within high-resolution data converters because of these
accuracy requirements.
• The non ideal characteristics of the op-amp are well known and in many cases alone limit the accuracy of the data
converter. In this case, the amplifier is required to multiply the residue signal by some factor of two.
• Although this may not seem difficult at first glance, a closer examination will reveal a dependency on the open-
loop gain. Suppose that the amplifier was being used in a 12-bit, two-step data converter. Remember that in order
for a data converter to be N-bit accurate, the INL and DNL need to be kept below ±V2 LSB and one-half of an
LSB can be defined as
• Since the output of the amplifier gets quantized to 6 bits, the amplifier would need to be 6-bit accurate,
resulting in an accuracy of
THANK YOU
HARSHA R, ECE.
ANALOG TO DIGITAL CONVERTER.
Dr AIT,BENGALURU

More Related Content

What's hot

integrator and differentiator op-amp
integrator and differentiator op-ampintegrator and differentiator op-amp
integrator and differentiator op-amp
danish iqbal
 
Digital electronics logic families
Digital electronics logic familiesDigital electronics logic families
Digital electronics logic families
BLESSINAR0
 
Successive approximation
Successive approximationSuccessive approximation
Successive approximation
Amit Kumar Mohapatra
 
Ec ii lab manual
Ec ii lab manualEc ii lab manual
Ec ii lab manual
Vasu Manikandan
 
Comparator
ComparatorComparator
Comparator
Ramen Dutta
 
Neutralization Technique in EDC
Neutralization Technique in EDCNeutralization Technique in EDC
Neutralization Technique in EDC
vimaladevi s
 
adc dac converter
adc dac converteradc dac converter
adc dac converter
Gaurav Rai
 
Qudrature Amplitude Modulation by Krishna Teja & Sunil
Qudrature Amplitude Modulation by Krishna Teja & SunilQudrature Amplitude Modulation by Krishna Teja & Sunil
Qudrature Amplitude Modulation by Krishna Teja & Sunil
krishnateja407
 
Digital modulation basics(nnm)
Digital modulation basics(nnm)Digital modulation basics(nnm)
Digital modulation basics(nnm)
nnmaurya
 
Analog to digital converters, adc
Analog to digital converters, adcAnalog to digital converters, adc
Analog to digital converters, adc
Saumya Ranjan Behura
 
Pre-emphasis and de-emphasis circuits
Pre-emphasis and de-emphasis circuitsPre-emphasis and de-emphasis circuits
Pre-emphasis and de-emphasis circuits
ShivangiSingh241
 
High pass-low-pass-filter
High pass-low-pass-filterHigh pass-low-pass-filter
High pass-low-pass-filter
East West University-Dhaka Bangladesh
 
Z Transform
Z TransformZ Transform
Z Transform
Darshan Bhatt
 
Ditial to Analog Converter
Ditial to Analog ConverterDitial to Analog Converter
Ditial to Analog Converter
Gauravsinh Parmar
 
Feedback amplifier
Feedback amplifierFeedback amplifier
Feedback amplifier
VARUN KUMAR
 
Fir filter design using windows
Fir filter design using windowsFir filter design using windows
Fir filter design using windows
Sarang Joshi
 
Emi unit iii ppt
Emi unit iii pptEmi unit iii ppt
Emi unit iii ppt
SIVA NAGENDRA REDDY
 
Generation of fm
Generation of fmGeneration of fm
Generation of fm
kaavyabalachandran
 
Delta modulation
Delta modulationDelta modulation
Delta modulation
mpsrekha83
 
Fir filter design using Frequency sampling method
Fir filter design using Frequency sampling methodFir filter design using Frequency sampling method
Fir filter design using Frequency sampling method
Sarang Joshi
 

What's hot (20)

integrator and differentiator op-amp
integrator and differentiator op-ampintegrator and differentiator op-amp
integrator and differentiator op-amp
 
Digital electronics logic families
Digital electronics logic familiesDigital electronics logic families
Digital electronics logic families
 
Successive approximation
Successive approximationSuccessive approximation
Successive approximation
 
Ec ii lab manual
Ec ii lab manualEc ii lab manual
Ec ii lab manual
 
Comparator
ComparatorComparator
Comparator
 
Neutralization Technique in EDC
Neutralization Technique in EDCNeutralization Technique in EDC
Neutralization Technique in EDC
 
adc dac converter
adc dac converteradc dac converter
adc dac converter
 
Qudrature Amplitude Modulation by Krishna Teja & Sunil
Qudrature Amplitude Modulation by Krishna Teja & SunilQudrature Amplitude Modulation by Krishna Teja & Sunil
Qudrature Amplitude Modulation by Krishna Teja & Sunil
 
Digital modulation basics(nnm)
Digital modulation basics(nnm)Digital modulation basics(nnm)
Digital modulation basics(nnm)
 
Analog to digital converters, adc
Analog to digital converters, adcAnalog to digital converters, adc
Analog to digital converters, adc
 
Pre-emphasis and de-emphasis circuits
Pre-emphasis and de-emphasis circuitsPre-emphasis and de-emphasis circuits
Pre-emphasis and de-emphasis circuits
 
High pass-low-pass-filter
High pass-low-pass-filterHigh pass-low-pass-filter
High pass-low-pass-filter
 
Z Transform
Z TransformZ Transform
Z Transform
 
Ditial to Analog Converter
Ditial to Analog ConverterDitial to Analog Converter
Ditial to Analog Converter
 
Feedback amplifier
Feedback amplifierFeedback amplifier
Feedback amplifier
 
Fir filter design using windows
Fir filter design using windowsFir filter design using windows
Fir filter design using windows
 
Emi unit iii ppt
Emi unit iii pptEmi unit iii ppt
Emi unit iii ppt
 
Generation of fm
Generation of fmGeneration of fm
Generation of fm
 
Delta modulation
Delta modulationDelta modulation
Delta modulation
 
Fir filter design using Frequency sampling method
Fir filter design using Frequency sampling methodFir filter design using Frequency sampling method
Fir filter design using Frequency sampling method
 

Similar to ANALOG TO DIGITAL CONVERTERS

Adc2
Adc2Adc2
21. ADC.pptx
21. ADC.pptx21. ADC.pptx
21. ADC.pptx
NaveenPunia5
 
Data convertors
Data convertorsData convertors
Data convertors
Priyansh Thakar
 
Analog to Digital Conversion
Analog to Digital ConversionAnalog to Digital Conversion
Analog to Digital Conversion
Syed Umair
 
analog to digital adn digital to analog .ppt
analog to digital adn digital to analog .pptanalog to digital adn digital to analog .ppt
analog to digital adn digital to analog .ppt
daredevil15082004
 
Unit IV DA & AD Convertors and Phase Locked Loop
Unit IV  DA & AD Convertors and Phase Locked LoopUnit IV  DA & AD Convertors and Phase Locked Loop
Unit IV DA & AD Convertors and Phase Locked Loop
Dr.Raja R
 
Fundamental of MSD Module-III Part-a.ppt
Fundamental of MSD Module-III Part-a.pptFundamental of MSD Module-III Part-a.ppt
Fundamental of MSD Module-III Part-a.ppt
BEVARAVASUDEVAAP1813
 
ADC and DAC Best Ever Pers
ADC and DAC Best Ever PersADC and DAC Best Ever Pers
ADC and DAC Best Ever Pers
Eng Ahmed Salad Osman
 
Dac, adc architecture
Dac, adc architectureDac, adc architecture
Dac, adc architecture
Abhishek Kadam
 
LIC UNIT IV.pptx
LIC UNIT IV.pptxLIC UNIT IV.pptx
LIC UNIT IV.pptx
ArunS118525
 
ANALOG PRESENTATION.pptx
ANALOG PRESENTATION.pptxANALOG PRESENTATION.pptx
ANALOG PRESENTATION.pptx
SakthiElango
 
ANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTORANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTOR
Anil Yadav
 
Adc dac converter
Adc dac converterAdc dac converter
Adc dac converter
parmarurvashi
 
An approach to design Flash Analog to Digital Converter for High Speed and Lo...
An approach to design Flash Analog to Digital Converter for High Speed and Lo...An approach to design Flash Analog to Digital Converter for High Speed and Lo...
An approach to design Flash Analog to Digital Converter for High Speed and Lo...
VLSICS Design
 
Pic ppt 13104022(4th_year)
Pic ppt 13104022(4th_year)Pic ppt 13104022(4th_year)
Pic ppt 13104022(4th_year)
Daman Singh
 
C011122428
C011122428C011122428
C011122428
IOSR Journals
 
Data converter modelingの参考資料2
Data converter modelingの参考資料2Data converter modelingの参考資料2
Data converter modelingの参考資料2
Tsuyoshi Horigome
 
ADC - Types (Analog to Digital Converter)
ADC - Types (Analog to Digital Converter)ADC - Types (Analog to Digital Converter)
ADC - Types (Analog to Digital Converter)
National Engineering College
 
Nyquist-Rate D/A Converters presented by Oveis Dehghantanha
Nyquist-Rate D/A Converters presented by Oveis DehghantanhaNyquist-Rate D/A Converters presented by Oveis Dehghantanha
Nyquist-Rate D/A Converters presented by Oveis Dehghantanha
oveis dehghantanha
 
digital anlage c converter for digital .ppt
digital anlage c converter for digital .pptdigital anlage c converter for digital .ppt
digital anlage c converter for digital .ppt
AbdullahOmar64
 

Similar to ANALOG TO DIGITAL CONVERTERS (20)

Adc2
Adc2Adc2
Adc2
 
21. ADC.pptx
21. ADC.pptx21. ADC.pptx
21. ADC.pptx
 
Data convertors
Data convertorsData convertors
Data convertors
 
Analog to Digital Conversion
Analog to Digital ConversionAnalog to Digital Conversion
Analog to Digital Conversion
 
analog to digital adn digital to analog .ppt
analog to digital adn digital to analog .pptanalog to digital adn digital to analog .ppt
analog to digital adn digital to analog .ppt
 
Unit IV DA & AD Convertors and Phase Locked Loop
Unit IV  DA & AD Convertors and Phase Locked LoopUnit IV  DA & AD Convertors and Phase Locked Loop
Unit IV DA & AD Convertors and Phase Locked Loop
 
Fundamental of MSD Module-III Part-a.ppt
Fundamental of MSD Module-III Part-a.pptFundamental of MSD Module-III Part-a.ppt
Fundamental of MSD Module-III Part-a.ppt
 
ADC and DAC Best Ever Pers
ADC and DAC Best Ever PersADC and DAC Best Ever Pers
ADC and DAC Best Ever Pers
 
Dac, adc architecture
Dac, adc architectureDac, adc architecture
Dac, adc architecture
 
LIC UNIT IV.pptx
LIC UNIT IV.pptxLIC UNIT IV.pptx
LIC UNIT IV.pptx
 
ANALOG PRESENTATION.pptx
ANALOG PRESENTATION.pptxANALOG PRESENTATION.pptx
ANALOG PRESENTATION.pptx
 
ANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTORANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTOR
 
Adc dac converter
Adc dac converterAdc dac converter
Adc dac converter
 
An approach to design Flash Analog to Digital Converter for High Speed and Lo...
An approach to design Flash Analog to Digital Converter for High Speed and Lo...An approach to design Flash Analog to Digital Converter for High Speed and Lo...
An approach to design Flash Analog to Digital Converter for High Speed and Lo...
 
Pic ppt 13104022(4th_year)
Pic ppt 13104022(4th_year)Pic ppt 13104022(4th_year)
Pic ppt 13104022(4th_year)
 
C011122428
C011122428C011122428
C011122428
 
Data converter modelingの参考資料2
Data converter modelingの参考資料2Data converter modelingの参考資料2
Data converter modelingの参考資料2
 
ADC - Types (Analog to Digital Converter)
ADC - Types (Analog to Digital Converter)ADC - Types (Analog to Digital Converter)
ADC - Types (Analog to Digital Converter)
 
Nyquist-Rate D/A Converters presented by Oveis Dehghantanha
Nyquist-Rate D/A Converters presented by Oveis DehghantanhaNyquist-Rate D/A Converters presented by Oveis Dehghantanha
Nyquist-Rate D/A Converters presented by Oveis Dehghantanha
 
digital anlage c converter for digital .ppt
digital anlage c converter for digital .pptdigital anlage c converter for digital .ppt
digital anlage c converter for digital .ppt
 

Recently uploaded

2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
PuktoonEngr
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
gerogepatton
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
mamunhossenbd75
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
wisnuprabawa3
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
awadeshbabu
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
heavyhaig
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
Ratnakar Mikkili
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 

Recently uploaded (20)

2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 

ANALOG TO DIGITAL CONVERTERS

  • 1. Dr. AMBEDKAR INSTITUTE OF TECHNOLOGY BY: HARSHA.R ASSISTANT PROFESSOR ECE DEPARTMENT,DR AMBEDKAR INSTITUTE OF TECHNOLOGY,BENGALURU Mob:9620640486 ANALOG MIXED MODE VLSI ANALOG TO DIGITAL CONVERTER UNIT III,ECE 1
  • 2. What is an ADC (Analog to Digital Converter)? • An analog to digital converter is a circuit that converts a continuous voltage value (analog) to a binary value (digital) that can be understood by a digital device which could then be used for digital computation. • These ADC circuits can be found as an individual ADC ICs by themselves or embedded into a microcontroller. They’re called ADCs for short. HARSHA R, ECE. ANALOG TO DIGITAL CONVERTER. Dr AIT,BENGALURU 2
  • 3. Why analog to digital converters? Modern day electronics is purely digital – gone are the good old days of analog computers. Unfortunately for digital systems, the world we live in is still analog.  For example a temperature sensor like the LM35 outputs a voltage dependent on the temperature, in the case of that specific device 10mV per degree rise in temperature. If we directly connect this to a digital input, it will register either as a high or a low depending on the input thresholds, which is completely useless.  Instead we use an ADC to convert the analog voltage input to a series of bits that can be directly connected to the data bus of the microprocessor and used for computation. HARSHA R, ECE. ANALOG TO DIGITAL CONVERTER. Dr AIT,BENGALURU 3
  • 4. TYPES OF ADC ARCHITECTURES: HARSHA R, ECE. ANALOG TO DIGITAL CONVERTER. Dr AIT,BENGALURU 4 1. FLASH ADC 2. PIPELINE ADC 3. SUCCESSIVE APPROXIMATION ADC 4. OVER SAMPLED ADC
  • 5. 1. Flash ADC • Flash or parallel converters have the highest speed of conversion than compared to any type of ADC. • As seen in Fig, they use one comparator per quantization level (2 𝑁- 1) and 2 𝑁 resistors (a resistor-string DAC). • The reference voltage is divided into 2N values, each of which is fed into a comparator. • The input voltage is compared with each reference value and results in a thermometer code at the output of the comparators. HARSHA R, ECE. ANALOG TO DIGITAL CONVERTER. Dr AIT,BENGALURU 5
  • 6. Contd.. • A thermometer code exhibits all zeros for each resistor level if the value of 𝑣 𝑚 is less than the value on the resistor string, and ones if 𝑣𝐼 𝑁 is greater than or equal to voltage on the resistor string. • A simple 2 𝑁 − 1: 𝑁 digital thermometer decoder circuit converts the compared data into an N-bit digital word. HARSHA R, ECE. ANALOG TO DIGITAL CONVERTER. Dr AIT,BENGALURU 6
  • 7. Digital Input code HARSHA R, ECE. ANALOG TO DIGITAL CONVERTER. Dr AIT,BENGALURU 7
  • 8. Design a 3-bit Flash converter, listing the values of the voltages at each resistor tap, draw the transfer curve for Vin =0 to 5V. Assume Vref = 5v. Construct a table listing the values of the thermometer code and the output of the decoder for Vin =1.5V,3v, 4.5V. • Solution :  The 3-bit flash can be seen in figure 1.  The values of all the resistors are equal, therefore the voltage of each resister tap Vi is given by Vi=Vref(i/8) (ideal) -------(1)  Where I is the number of resistor in the string for i=1 to 7.  By using the equation from (1) and substituting the value of i we obtain  V1=0.625V  V2=1.25V  V3=1.875V  V4=2.5V  V5=3.125V  V6=3.75V  V7=4.375V HARSHA R, ECE. ANALOG TO DIGITAL CONVERTER. Dr AIT,BENGALURU 8 Figure 1: Transfer curve for the 3-bit flash converter
  • 9. • When Vin first becomes equal or greater than each of these values an transition will occur in the transfer curve, which can be seen in figure 1. • The quantization levels and there corresponding thermometer codes is shown in table 1 HARSHA R, ECE. ANALOG TO DIGITAL CONVERTER. Dr AIT,BENGALURU 9
  • 10. HARSHA R, ECE. ANALOG TO DIGITAL CONVERTER. Dr AIT,BENGALURU 10 Figure 2: 3-bit flash ADC Table1:code transition for the Flash ADC flash ADC
  • 11. Advantages of Flash ADC 1. The advantage of this converter is the speed with which one conversion can take place. Each clock pulse generates an output digital word. 2. The advantage of having high speed, however, is counter balanced by the doubling of area with each bit of increased resolution. For example, an 8-bit converter requires 255 comparators, but a 9-bit ADC requires 511! 3. Flash converters have traditionally been limited to 8-bit resolution with conversion speeds of 10-40 Ms/s using CMOS technology. HARSHA R, ECE. ANALOG TO DIGITAL CONVERTER. Dr AIT,BENGALURU 11
  • 12. HARSHA R, ECE. ANALOG TO DIGITAL CONVERTER. Dr AIT,BENGALURU 12 Disadvantages of Flash ADC 1. The disadvantages of the Flash ADC are the area and power requirements of the 2 𝑁- 1comparators. 2. The speed is limited by the switching of the comparators and the digital logic.
  • 13. ***Accuracy Issues for the FlashADC*** – Accuracy depends on the matching of the resistor string and the input offset voltage of the comparators – an ideal comparator should switch at the point in which the two inputs, 𝑣+ and 𝑣− , are the same potential. However, the offset voltage, Vos prohibits this from occurring as the comparator output switches states as follows: 𝑉0 = 1 𝑉0 = 0 𝑤ℎ𝑒𝑛 𝑤ℎ𝑒𝑛 𝑉+ ≥ 𝑉− + Vos 𝑉+ < 𝑉− + Vos HARSHA R, ECE. ANALOG TO DIGITAL CONVERTER. Dr AIT,BENGALURU 13
  • 14. • We know from N bit resistor string DAC the value of the voltage at the 𝑖𝑡ℎ tap is Where 𝑉𝑖, 𝑖 𝑑 𝑒 𝑎 𝑙 = voltage at the 𝑖𝑡ℎ tap if all the resistors had an ideal value of R, Δ𝑅𝑘is value of resistance error due to mismatch, • Then switching point of 𝑖𝑡ℎcomparator becomes 𝑉𝑠 𝑤,𝑖 = 𝑉𝑖+ 𝑉𝑜𝑠, 𝑖 Where 𝑉𝑜s,𝑖 is input offset voltage of 𝑖𝑡ℎ comparator • Then INL is given by HARSHA R, ECE. ANALOG TO DIGITAL CONVERTER. Dr AIT,BENGALURU 14
  • 15. HARSHA R, ECE. ANALOG TO DIGITAL CONVERTER. Dr AIT,BENGALURU 15 • The worst-case INL will occur at the middle of the string (i = 2 𝑁−1), as described for R-2R DAC. Including the offset voltage, the maximum INL will be
  • 16. • DNL – Using the definition of DNL, But 𝑉𝑠𝑤,𝑖 = 𝑉𝑖+ 𝑉𝑜𝑠,𝑖 thus We can be write DNL as • The maximum DNL will occur, assuming Δ𝑅𝑖 is at its maximum, and 𝑉𝑜𝑠,𝑖 at its maximum positive value, and 𝑉𝑜𝑠,𝑖is at its maximum negative voltage Thus HARSHA R, ECE. ANALOG TO DIGITAL CONVERTER. Dr AIT,BENGALURU 16 (Similar to resister string DAC)
  • 17. The two-step Flash ADC. • Another type of Flash converter is called the two-step Flash converter or the parallel, feed-forward ADC. • The basic block diagram of a two-step converter is seen in Fig. above. • The converter is separated into two complete Flash ADCs with feed-forward circuitry. • The first converter generates a rough estimate of the value of the input, and the second converter performs a fine conversion. HARSHA R, ECE. ANALOG TO DIGITAL CONVERTER. Dr AIT,BENGALURU 17
  • 18. 2(2 𝑁/2-1 ) For example, an 8-bit Flash converter requires 255 comparators, while the two-step Flash requires only 30. • The trade-off is that the conversion process takes two steps instead of one, with the speed limited by the bandwidth and settling time required by the residue amplifier and the summer. • Conversion process is as follows : 1. After the input is sampled, the most significant bits (MSBs) are converted by the first Flash ADC. 2. The result is then converted back to an analog voltage with the DAC and subtracted with the original input. 3. The result of the subtraction, known as the residue, is then multiplied by 2 𝑁/2 and input into the second ADC. The multiplication not only allows the two ADCs to be identical, but also increases the quantum level of the signal input into the second ADC. 4. The second ADC produces the least significant bits through a Flash conversion. HARSHA R, ECE. ANALOG TO DIGITAL CONVERTER. Dr AIT,BENGALURU 18 The advantages of this architecture are that the number of comparators is greatly reduced from that of the Flash converter from 2 𝑁 − 1 comparators to comparators. −
  • 19. HARSHA R, ECE. ANALOG TO DIGITAL CONVERTER. Dr AIT,BENGALURU 19 • Figure below illustrates the two-step nature of the converter. The first conversion identifies the segment in which the analog voltage resides. This is also known asa coarse conversion of the MSBs. • The results of the coarse conversion are then multiplied by 2 𝑁/2 so that the segment within which 𝑉𝐼𝑁resides will be scaled to the same reference as the first conversion. The second conversion is known as the fine conversion and will generate the final LSBs using the same Flash approach.
  • 20. HARSHA R, ECE. ANALOG TO DIGITAL CONVERTER. Dr AIT,BENGALURU 20 Example : Assume that the two-step ADC shown in Fig. 29.26 has four bits of resolution. Make a table listing the MSBs, Vi' Vz, V3 , and the LSBs for V1N = 2, 4, 9, and 15 V assuming that VREF = 16 V. Solution : Since VREF was conveniently made 16 V, each LSB will be 1 V. If V1N =2 V, the output of the first 2-bit Flash converter will be 00 since VREF = 16 V and each resistor drops 4 V. The output of the 2-bit DAC, Vi' will therefore be 0, resulting in Vz =2 V. The multiplication of Vz by the 4 results in V3 =8 V. Remember that each 2-bit Flash converter resembles that of Fig. 29.21. The thermometer code from the second Flash converter will be 0011, which results in 10 as the LSBs.
  • 21. HARSHA R, ECE. ANALOG TO DIGITAL CONVERTER. Dr AIT,BENGALURU 21 Now how to obtain v1,v2,v3, for this lets refer to the 2 step flash ADC diagram as shown below. Initially Vin is 2V, after the S/H process the MSB AND LSB is divided as you can see in the above table. Now to obtain V1 we have to use the flash ADC formula which is Vi= Vref x i/2^n. here n is 4 for this problem. 00 corresponds to 0 weightage in binary therefore V1 is 0 This V1 (0) is the subtracted with Vin which will be 0-2 =2V V2 will be multiplied by 2^N/2 here N is 4.. 2x2^4/2=8V If we take Vin as 9V then MSB is 10 which corresponds to V1=16x8/16=8 Similarly for V15 V1= 16x12/16=12
  • 22. HARSHA R, ECE. ANALOG TO DIGITAL CONVERTER. Dr AIT,BENGALURU 22 Accuracy Issues Related to the Two-Step Flash Converters The overall accuracy of the converter is dependent on the first ADC. The second Flash must have only the accuracy of a stand-alone Flash converter. This means that if an 8-bit two-step Flash converter contains two 4-bit Flash converters, the second Flash needs only to have the resolution of a 4-bit Flash, which is not difficult to achieve. However, the first 4-bit Flash must have the accuracy of an 8-bit Flash, meaning that the worst-case INL and DNL for the first bit Flash must be less than ±V2 LSB for an 8-bit ADC. Thus, the resistor matching and comparators contained in the first ADC must possess the accuracy of the overall converter. Refer Flash ADC for derivations on INL and DNL . The DAC must also be accurate to within the resolution of the ADC.
  • 23. HARSHA R, ECE. ANALOG TO DIGITAL CONVERTER. Dr AIT,BENGALURU 23 Accuracy Issues Related to the Operational Amplifiers • With the addition of the summer and the amplifier, other sources of accuracy errors are present in this converter. • The summer and the amplifier must add and amplify the signal to within ±V2 LSB of the ideal value. It is quite difficult to implement standard operational amplifiers within high-resolution data converters because of these accuracy requirements. • The non ideal characteristics of the op-amp are well known and in many cases alone limit the accuracy of the data converter. In this case, the amplifier is required to multiply the residue signal by some factor of two. • Although this may not seem difficult at first glance, a closer examination will reveal a dependency on the open- loop gain. Suppose that the amplifier was being used in a 12-bit, two-step data converter. Remember that in order for a data converter to be N-bit accurate, the INL and DNL need to be kept below ±V2 LSB and one-half of an LSB can be defined as • Since the output of the amplifier gets quantized to 6 bits, the amplifier would need to be 6-bit accurate, resulting in an accuracy of
  • 24. THANK YOU HARSHA R, ECE. ANALOG TO DIGITAL CONVERTER. Dr AIT,BENGALURU