SlideShare a Scribd company logo
NAME GAURAV RAI
BRANCH INSTRUMENTATION ENGG.
ROLL NO.
131234010013
D/A or DAC and
A/D or ADC
Contents
1)Introduction to Analog and digital signals
2)Process of conversion of A to D & D to A signals
3)Types of D to A convertors
4)Types of A to D convertors
5)Applications of ADC & DAC
Analog Signals: Analog signals are the signals which may have
infinite number of different magnitudes or values. They vary
continously with time. Sine wave, triangluar wave etc. are the few
examples of analog signals.
Digital signals: A signal is known as a digital signal if it has only a
finite number of predominated distint magnitudes. Depending upon
the number of distinct magnitudes , the digital signals may have
classified as under:
S.NO NO. of distinct magnitudes Types of digital signal
1 2 Binary
2 8 Octal
3 16 hexadecimal
Real world (lab) is
analog
V
t t
Computer (binary) is
digital
D/A Conversion Computer DAC
Computer DAC
A/D Conversion
V
Digital to Analog Conversion (DAC or
D/A)
8 bits
Computer
A/D
Digital to Analog conversion involves transforming the computer’s
binary output in 0’s and 1’s (1’s typically = 5.0 volts) into an analog
representation of the binary data
4 - bit DAC Converter
Resistor values correspond to
binary weights of the number D3
D2 D1 D0 , i.e. 1/8, 1/4, 1/2,
and 1
Difficulties:
1. This setup requires a wide range of precision resistors and (SPDT) switches
A 10 bit DAC needs resistors ranging from R to R/1024.
2. The circuit driving the DAC (usually a computer) must supply a wide range of currents for a
constant Vout
Important points for a 8-bit weighted DAC
1it is possible to connect the op-amp in the non-inverting summing amplifier configuration
instead of using the inverting configuration.
2 In this circuit op amp operates as a voltage to current convertor.
R-2R LADDER DACR-2R LADDER DAC
* The problem of using the wide range of resistor values can be solved by using the R-2R ladder
type DAC.
* It shows that only two values of resistors are required. This method is therefore suitable for
integrated circuit realization.
* We can increase the number of bits just by adding more sections of same R-2R values.
* Due to the small resistance spread (only 1 to 2) , the R-2R ladder can be fabricated
monolithically , with a high accuracy and stability .
Analog-to Digital Conversion (ADC or
A/D)
A/D
8 bits
Computer
An 8-bit converter can represent a voltage to within one part in 256, or
about 0.25 %. This corresponds to an inherent uncertainty of ± ½ LSB
(least significant bit).
Decimal 128 = 0 1 1 1 1 1 1 1
Bit
1
Bit
2
Bit
3
Bit
4
Bit
5
Bit
6
Bit
7
Bit
0
LSBMS
B
Notice the bits are designated B7 - B0. Bit B7 is the Most Significant
Bit while B0 is the Least Significant Bit
Some important points on ADC
An ideal A/D converter takes an input analog voltage and converts it to a
perfectly linear digital representation of the analog signal
If you are using an 8-bit converter, the binary representation is 8-bit binary
number which can take on 28
or 256 different values. If your voltage range
were 0 - 5 volts, then
0 VOLTS 0000 0000
5 VOLTS 1111 1111
Types of Analog to Digital
Converters
1. Counter Type
2. Integrating or Dual Slope
3. Parallel or Flash
4. Successive Approximation
Counter Type
Control Logic
D A C
Counter
START
Vin
Comparator
Digital Output
clock
•When START is received,
•control logic initializes the system, (sets counter to 0), and
•turns on Clock sending regular pulses to the counter.
As the Clock sends regular pulses to the counter, the counter outputs a digital signal to
the Digital-to-Analog converter
Control Logic
D A C
Counter
START
Vin
Comparator
Digital Output
clock
As the counter counts, its output to the D A C generates a staircase
waveform ramp also increases to the comparator.
As the ramp voltage increases to the comparator, it rises closer
and closer to Vin at which point the comparator shifts states
When the ramp voltage exceeds Vin , the comparator output shifts
which signals the control logic to turn off the clock
Vin
Conversion time
V’in
Conv.time
With the clock off, the counter
reading is proportional to Vin
Note that the conversion
time depends on the size
of the input signal
Vin
Comparator
Track & Hold Logic
D A C
Up/Down
Counter
Vin
Comparator
Digital Output
clock
Tracking ADC - similar to the counter type except it uses an
up/down counter and can track a varying signal more quickly
Vin
-Vref
Control logic
Counter
clock
comparator
integrator
Digital Output
As conversion is initiated, the control logic enables the clock which then sends
pulses to the counter until the counter fills (9999)
When conversion is initialized, the switch is connected to Vin which is applied to the
op amp integrator. The integrator output (>0) is applied to the comparator.
Integrating or Dual Slope A/D
Vin
-Vref
Control logic
Counter
clock
comparator
integrator
Digital Output
overflow
As the counter resets (9999 → 0000), an overflow signal is sent to the
control logic
this activates the input switch from Vin to
-Vref , applying a negative reference voltage to
the integrator
The negative reference voltage removes the charge
stored in the integrator until the charge becomes zero.
The total number of counts on the counter (determined by
the time it took the fixed voltage Vref to cancel Vin ) is
proportional to the input voltage, and thus is a measure of
the unknown input voltage.
At this point, the comparator switches states producing a
signal that disables the clock and freezes the counter
reading.
fixed time
measured time
IntegratorOutputVoltage
full scale conversion
quarter scale conversion
half scale conversion
The operation of this A/D requires 2 voltage slopes,
hence the common name DUAL-SLOPE.
charging up
the capacitor discharging
the capacitor
If very high speed conversions are needed, e.g. video conversions, the most
commonly used converter is a Flash Converter.
While such converters are extremely fast, they are also very costly compared to other
types.
Flash Converters
IMPORTANT POINTS ON FLASH ADC
The resistor network is a precision voltage divider, dividing Vref (8 volts in the
sample) into equal voltage increments (1.0 volts here) to one input of the
comparator. The other comparator input is the input voltage
Each comparator switches immediately when Vin exceeds Vref . Comparators
whose input does not exceed Vref do not switch.
A decoder circuit (a 74148 8-to-3 priority decoder here) converts the comparator
outputs to a useful output (here binary)
The speed of the converter is limited only by the speeds of the comparators and the
logic network. Speeds in excess of 20 to 30 MHz are common, and speeds > 100
MHz are available.
DISADVANTAGE
1)The biggest disadvantage of this type of ADC is that a large number of comparators
are required to be used.
2)For 2 bit: 3 comparators, for 3 bit: 7 comparators ; for 4 bit 15 comparators.
Successive-Approximation A/D
Successive
Approximation
Register
D/A Converter Vref
clock
analog
input
Digital
Output
Data
At initialization, all bits from the SAR are set to zero, and
conversion begins by taking STRT line low.
comparator
STRT
Successive
Approximation
Register
D/A Converter Vref
clock
analog
input
Digital
Output
Data
comparator
STRT
Successive-Approximation A/D
First the logic in the SAR sets the MSB bit D1
equal to 1 while other bits to zero.
Successive
Approximation
Register
D/A Converter Vref
clock
analog
input
Digital
Output
Data
comparator
STRT
Successive-Approximation A/D
The output of the SAR feeds the D/A converter
producing an output compared to the analog input
voltage. If the D/A output is < Vin then the MSB is left
at 1 and the next bit is then tested.
Successive
Approximation
Register
D/A Converter Vref
clock
analog
input
Digital
Output
Data
comparator
STRT
Successive-Approximation A/D
If the D/A output is > Vin then the MSB is set to 0 and the next bit is set
equal to 1.
Successive bits are set and tested by comparing the DAC output to the
input Vin in an 8 step process (for an 8-bit converter) that results in a valid 8-
bit binary output that represents the input voltage.
Successive approximation search tree
for a 4-bit A/D
1111
1110
1101
1100
1011
1010
1001
1000
0111
0110
0101
0100
0011
0010
0001
D/A output
compared with
Vin to see if
larger or smaller
Note that the successive approximation
process takes a fixed time - 8 clock cycles
for the 8-bit example.
For greater accuracy, one must use a
higher bit converter, i.e. 10-bit, 12-bit, etc.
However, the depth of the search and the
time required increases with the bit count.
S.No Parameters Flash type ADC Successive
approximation
type ADC
Dual slope type
ADC
1 CONVERSION TIME Shortest Moderately long Longest
2 SPEED Fastest Faster than dual
slope
Slowest
3 ACCURACY OF
CONVERSION
Less accurate Moderately
accurate
Very accurate
4 COST Very costly Moderately high Low
5 ADVANTAGES High speed and no
input hold time
Constant
conversion of time,
good speed
High accuracy ,
low cost
6 DISADVANTAGES Low accuracy, high
cost
Not many Long conversion
time, low speed
7 APPLICATIONS All high speed
applications such as
CRO, fibre optic
communication
All data
acquisition
systems
All those
applications which
need very high
accuracy
adc dac converter

More Related Content

What's hot

DAC-digital to analog converter
DAC-digital to analog converterDAC-digital to analog converter
DAC-digital to analog converter
Shazid Reaj
 
Butterworth filter
Butterworth filterButterworth filter
Butterworth filter
MOHAMMAD AKRAM
 
Feedback amplifiers
Feedback amplifiersFeedback amplifiers
Feedback amplifiers
ForwardBlog Enewzletter
 
(D/A) and (A/D)conversion
(D/A) and (A/D)conversion(D/A) and (A/D)conversion
(D/A) and (A/D)conversion
Praveen Kumar
 
Analog to Digital Conversion
Analog to Digital ConversionAnalog to Digital Conversion
Analog to Digital Conversion
Syed Umair
 
Amplitude shift keying (ask)
Amplitude shift keying (ask)Amplitude shift keying (ask)
Amplitude shift keying (ask)
MOHAN MOHAN
 
Ditial to Analog Converter
Ditial to Analog ConverterDitial to Analog Converter
Ditial to Analog Converter
Gauravsinh Parmar
 
Successive Approximation ADC
Successive Approximation ADC Successive Approximation ADC
Successive Approximation ADC
AbhayDhupar
 
Op amp
Op ampOp amp
Delta Modulation
Delta ModulationDelta Modulation
Delta Modulation
Nahian Ahmed
 
Sensor interfacing in 8051
Sensor interfacing in 8051Sensor interfacing in 8051
Sensor interfacing in 8051
Irfan Ahmad
 
PULSE CODE MODULATION (PCM)
PULSE CODE MODULATION (PCM)PULSE CODE MODULATION (PCM)
PULSE CODE MODULATION (PCM)
vishnudharan11
 
ANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTORANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTOR
Anil Yadav
 
Eye pattern
Eye patternEye pattern
Eye pattern
mpsrekha83
 
Analog to digital converter
Analog to digital converterAnalog to digital converter
Amplitude shift keying
Amplitude shift keyingAmplitude shift keying
Amplitude shift keying
Sunny Kumar
 
ANALOG TO DIGITAL CONVERTERS
ANALOG TO DIGITAL CONVERTERSANALOG TO DIGITAL CONVERTERS
ANALOG TO DIGITAL CONVERTERS
Harsha Raju
 

What's hot (20)

DAC-digital to analog converter
DAC-digital to analog converterDAC-digital to analog converter
DAC-digital to analog converter
 
Butterworth filter
Butterworth filterButterworth filter
Butterworth filter
 
Feedback amplifiers
Feedback amplifiersFeedback amplifiers
Feedback amplifiers
 
(D/A) and (A/D)conversion
(D/A) and (A/D)conversion(D/A) and (A/D)conversion
(D/A) and (A/D)conversion
 
Analog to Digital Conversion
Analog to Digital ConversionAnalog to Digital Conversion
Analog to Digital Conversion
 
Adc &amp;dac ppt
Adc &amp;dac pptAdc &amp;dac ppt
Adc &amp;dac ppt
 
Amplitude shift keying (ask)
Amplitude shift keying (ask)Amplitude shift keying (ask)
Amplitude shift keying (ask)
 
Ditial to Analog Converter
Ditial to Analog ConverterDitial to Analog Converter
Ditial to Analog Converter
 
Successive Approximation ADC
Successive Approximation ADC Successive Approximation ADC
Successive Approximation ADC
 
Op amp
Op ampOp amp
Op amp
 
Pulse modulation
Pulse modulationPulse modulation
Pulse modulation
 
Delta Modulation
Delta ModulationDelta Modulation
Delta Modulation
 
Sensor interfacing in 8051
Sensor interfacing in 8051Sensor interfacing in 8051
Sensor interfacing in 8051
 
PULSE CODE MODULATION (PCM)
PULSE CODE MODULATION (PCM)PULSE CODE MODULATION (PCM)
PULSE CODE MODULATION (PCM)
 
ANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTORANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTOR
 
Eye pattern
Eye patternEye pattern
Eye pattern
 
Analog to digital converter
Analog to digital converterAnalog to digital converter
Analog to digital converter
 
Amplitude shift keying
Amplitude shift keyingAmplitude shift keying
Amplitude shift keying
 
ANALOG TO DIGITAL CONVERTERS
ANALOG TO DIGITAL CONVERTERSANALOG TO DIGITAL CONVERTERS
ANALOG TO DIGITAL CONVERTERS
 
Power amplifiers
Power amplifiersPower amplifiers
Power amplifiers
 

Viewers also liked

Analog to digital converter
Analog to digital converterAnalog to digital converter
Analog to digital converter
Ashutosh Jaiswal
 
ANALOG TO DIGITAL AND DIGITAL TO ANALOG CONVERTER
ANALOG TO DIGITAL AND DIGITAL TO ANALOG CONVERTERANALOG TO DIGITAL AND DIGITAL TO ANALOG CONVERTER
ANALOG TO DIGITAL AND DIGITAL TO ANALOG CONVERTER
Sripati Mahapatra
 
DAC , Digital to analog Converter
DAC , Digital to analog ConverterDAC , Digital to analog Converter
DAC , Digital to analog Converter
Hossam Zein
 
Analog to digital conversion
Analog to digital conversionAnalog to digital conversion
Analog to digital conversionEngr Ahmad Khan
 
8051 interfacing and applications (1991) ww
8051 interfacing and applications (1991) ww8051 interfacing and applications (1991) ww
8051 interfacing and applications (1991) ww
Moon Light
 
Verilog overview
Verilog overviewVerilog overview
Verilog overview
posdege
 
Differential Boundary-Layer Analysis and Runback Water Flow Model Applied to ...
Differential Boundary-Layer Analysis and Runback Water Flow Model Applied to ...Differential Boundary-Layer Analysis and Runback Water Flow Model Applied to ...
Differential Boundary-Layer Analysis and Runback Water Flow Model Applied to ...
ATS4i
 
Inform- interacting with a dynamic shape display
Inform- interacting with a dynamic shape displayInform- interacting with a dynamic shape display
Inform- interacting with a dynamic shape display
Hari Teja Joshi
 
rudder actuation system
rudder actuation systemrudder actuation system
rudder actuation system
Naga Raju
 
Class5
Class5Class5
Digital to analog convertor
Digital to analog convertorDigital to analog convertor
Digital to analog convertor
sartaj ahmed
 
Analog-to-Digital Conversion
Analog-to-Digital ConversionAnalog-to-Digital Conversion
Analog-to-Digital Conversion
Mariia Kreposna
 
Fft ppt
Fft pptFft ppt
Fft ppt
Puneet Gupta
 
ROLE OF C & I IN FERTILIZER PRODUCTION PLANT
ROLE OF C & I IN FERTILIZER PRODUCTION PLANTROLE OF C & I IN FERTILIZER PRODUCTION PLANT
ROLE OF C & I IN FERTILIZER PRODUCTION PLANT
Gaurav Rai
 
Multiplexers
MultiplexersMultiplexers
Multiplexers
Saloni Jain
 
The Fast Fourier Transform (FFT)
The Fast Fourier Transform (FFT)The Fast Fourier Transform (FFT)
The Fast Fourier Transform (FFT)
Oka Danil
 
Verilog HDL
Verilog HDLVerilog HDL
Verilog HDL
Mantra VLSI
 
Dc–Dc converters
Dc–Dc convertersDc–Dc converters
Dc–Dc converters
Bhulku Kalpak
 

Viewers also liked (20)

Adc dac converter
Adc dac converterAdc dac converter
Adc dac converter
 
Analog to digital converter
Analog to digital converterAnalog to digital converter
Analog to digital converter
 
Filters DAC and ADC
Filters DAC and ADCFilters DAC and ADC
Filters DAC and ADC
 
ANALOG TO DIGITAL AND DIGITAL TO ANALOG CONVERTER
ANALOG TO DIGITAL AND DIGITAL TO ANALOG CONVERTERANALOG TO DIGITAL AND DIGITAL TO ANALOG CONVERTER
ANALOG TO DIGITAL AND DIGITAL TO ANALOG CONVERTER
 
DAC , Digital to analog Converter
DAC , Digital to analog ConverterDAC , Digital to analog Converter
DAC , Digital to analog Converter
 
Analog to digital conversion
Analog to digital conversionAnalog to digital conversion
Analog to digital conversion
 
8051 interfacing and applications (1991) ww
8051 interfacing and applications (1991) ww8051 interfacing and applications (1991) ww
8051 interfacing and applications (1991) ww
 
Verilog overview
Verilog overviewVerilog overview
Verilog overview
 
Differential Boundary-Layer Analysis and Runback Water Flow Model Applied to ...
Differential Boundary-Layer Analysis and Runback Water Flow Model Applied to ...Differential Boundary-Layer Analysis and Runback Water Flow Model Applied to ...
Differential Boundary-Layer Analysis and Runback Water Flow Model Applied to ...
 
Inform- interacting with a dynamic shape display
Inform- interacting with a dynamic shape displayInform- interacting with a dynamic shape display
Inform- interacting with a dynamic shape display
 
rudder actuation system
rudder actuation systemrudder actuation system
rudder actuation system
 
Class5
Class5Class5
Class5
 
Digital to analog convertor
Digital to analog convertorDigital to analog convertor
Digital to analog convertor
 
Analog-to-Digital Conversion
Analog-to-Digital ConversionAnalog-to-Digital Conversion
Analog-to-Digital Conversion
 
Fft ppt
Fft pptFft ppt
Fft ppt
 
ROLE OF C & I IN FERTILIZER PRODUCTION PLANT
ROLE OF C & I IN FERTILIZER PRODUCTION PLANTROLE OF C & I IN FERTILIZER PRODUCTION PLANT
ROLE OF C & I IN FERTILIZER PRODUCTION PLANT
 
Multiplexers
MultiplexersMultiplexers
Multiplexers
 
The Fast Fourier Transform (FFT)
The Fast Fourier Transform (FFT)The Fast Fourier Transform (FFT)
The Fast Fourier Transform (FFT)
 
Verilog HDL
Verilog HDLVerilog HDL
Verilog HDL
 
Dc–Dc converters
Dc–Dc convertersDc–Dc converters
Dc–Dc converters
 

Similar to adc dac converter

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
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
AbhinavSharma374939
 
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
 
Data convertors
Data convertorsData convertors
Data convertors
Priyansh Thakar
 
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
 
Adc and dac
Adc and dacAdc and dac
Adc and dac
boarddk1
 
Pic ppt 13104022(4th_year)
Pic ppt 13104022(4th_year)Pic ppt 13104022(4th_year)
Pic ppt 13104022(4th_year)
Daman Singh
 
Adc by anil kr yadav
Adc by anil kr yadavAdc by anil kr yadav
Adc by anil kr yadavAnil Yadav
 
analog to digital converter.ppt
analog to digital converter.pptanalog to digital converter.ppt
analog to digital converter.ppt
Dreamers6
 
adcanddac hai kya bhayy me know if-01.pptx
adcanddac hai kya bhayy me know if-01.pptxadcanddac hai kya bhayy me know if-01.pptx
adcanddac hai kya bhayy me know if-01.pptx
shivraj3252
 
Top schools in noida
Top schools in noidaTop schools in noida
Top schools in noida
Edhole.com
 
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
 
Microprocesser
MicroprocesserMicroprocesser
Microprocesser
فرخ شعیب
 
Top schools in noida
Top schools in noidaTop schools in noida
Top schools in noida
Edhole.com
 
Chap 3. signal processing elemnt part three
Chap 3. signal processing elemnt part threeChap 3. signal processing elemnt part three
Chap 3. signal processing elemnt part three
YemaneBayray
 
Adc.pptx ashvani 151503
Adc.pptx ashvani 151503Adc.pptx ashvani 151503
Adc.pptx ashvani 151503
Ashvani Shukla
 

Similar to adc dac converter (20)

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
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
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
 
Data convertors
Data convertorsData convertors
Data convertors
 
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
 
Adc and dac
Adc and dacAdc and dac
Adc and dac
 
Analog to digital converter
Analog to digital converterAnalog to digital converter
Analog to digital converter
 
Pic ppt 13104022(4th_year)
Pic ppt 13104022(4th_year)Pic ppt 13104022(4th_year)
Pic ppt 13104022(4th_year)
 
Adc by anil kr yadav
Adc by anil kr yadavAdc by anil kr yadav
Adc by anil kr yadav
 
analog to digital converter.ppt
analog to digital converter.pptanalog to digital converter.ppt
analog to digital converter.ppt
 
adcanddac hai kya bhayy me know if-01.pptx
adcanddac hai kya bhayy me know if-01.pptxadcanddac hai kya bhayy me know if-01.pptx
adcanddac hai kya bhayy me know if-01.pptx
 
Top schools in noida
Top schools in noidaTop schools in noida
Top schools in noida
 
ADC - Types (Analog to Digital Converter)
ADC - Types (Analog to Digital Converter)ADC - Types (Analog to Digital Converter)
ADC - Types (Analog to Digital Converter)
 
Microprocesser
MicroprocesserMicroprocesser
Microprocesser
 
Top schools in noida
Top schools in noidaTop schools in noida
Top schools in noida
 
Adc f05
Adc f05Adc f05
Adc f05
 
dsd.pptx
dsd.pptxdsd.pptx
dsd.pptx
 
Chap 3. signal processing elemnt part three
Chap 3. signal processing elemnt part threeChap 3. signal processing elemnt part three
Chap 3. signal processing elemnt part three
 
Prese000
Prese000Prese000
Prese000
 
Adc.pptx ashvani 151503
Adc.pptx ashvani 151503Adc.pptx ashvani 151503
Adc.pptx ashvani 151503
 

Recently uploaded

Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 

Recently uploaded (20)

Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 

adc dac converter

  • 1. NAME GAURAV RAI BRANCH INSTRUMENTATION ENGG. ROLL NO. 131234010013
  • 2. D/A or DAC and A/D or ADC
  • 3. Contents 1)Introduction to Analog and digital signals 2)Process of conversion of A to D & D to A signals 3)Types of D to A convertors 4)Types of A to D convertors 5)Applications of ADC & DAC
  • 4. Analog Signals: Analog signals are the signals which may have infinite number of different magnitudes or values. They vary continously with time. Sine wave, triangluar wave etc. are the few examples of analog signals. Digital signals: A signal is known as a digital signal if it has only a finite number of predominated distint magnitudes. Depending upon the number of distinct magnitudes , the digital signals may have classified as under: S.NO NO. of distinct magnitudes Types of digital signal 1 2 Binary 2 8 Octal 3 16 hexadecimal
  • 5. Real world (lab) is analog V t t Computer (binary) is digital D/A Conversion Computer DAC Computer DAC A/D Conversion V
  • 6. Digital to Analog Conversion (DAC or D/A) 8 bits Computer A/D Digital to Analog conversion involves transforming the computer’s binary output in 0’s and 1’s (1’s typically = 5.0 volts) into an analog representation of the binary data
  • 7. 4 - bit DAC Converter Resistor values correspond to binary weights of the number D3 D2 D1 D0 , i.e. 1/8, 1/4, 1/2, and 1 Difficulties: 1. This setup requires a wide range of precision resistors and (SPDT) switches A 10 bit DAC needs resistors ranging from R to R/1024. 2. The circuit driving the DAC (usually a computer) must supply a wide range of currents for a constant Vout Important points for a 8-bit weighted DAC 1it is possible to connect the op-amp in the non-inverting summing amplifier configuration instead of using the inverting configuration. 2 In this circuit op amp operates as a voltage to current convertor.
  • 8. R-2R LADDER DACR-2R LADDER DAC * The problem of using the wide range of resistor values can be solved by using the R-2R ladder type DAC. * It shows that only two values of resistors are required. This method is therefore suitable for integrated circuit realization. * We can increase the number of bits just by adding more sections of same R-2R values. * Due to the small resistance spread (only 1 to 2) , the R-2R ladder can be fabricated monolithically , with a high accuracy and stability .
  • 9. Analog-to Digital Conversion (ADC or A/D) A/D 8 bits Computer
  • 10. An 8-bit converter can represent a voltage to within one part in 256, or about 0.25 %. This corresponds to an inherent uncertainty of ± ½ LSB (least significant bit). Decimal 128 = 0 1 1 1 1 1 1 1 Bit 1 Bit 2 Bit 3 Bit 4 Bit 5 Bit 6 Bit 7 Bit 0 LSBMS B Notice the bits are designated B7 - B0. Bit B7 is the Most Significant Bit while B0 is the Least Significant Bit Some important points on ADC An ideal A/D converter takes an input analog voltage and converts it to a perfectly linear digital representation of the analog signal If you are using an 8-bit converter, the binary representation is 8-bit binary number which can take on 28 or 256 different values. If your voltage range were 0 - 5 volts, then 0 VOLTS 0000 0000 5 VOLTS 1111 1111
  • 11. Types of Analog to Digital Converters 1. Counter Type 2. Integrating or Dual Slope 3. Parallel or Flash 4. Successive Approximation
  • 12. Counter Type Control Logic D A C Counter START Vin Comparator Digital Output clock •When START is received, •control logic initializes the system, (sets counter to 0), and •turns on Clock sending regular pulses to the counter. As the Clock sends regular pulses to the counter, the counter outputs a digital signal to the Digital-to-Analog converter
  • 13. Control Logic D A C Counter START Vin Comparator Digital Output clock As the counter counts, its output to the D A C generates a staircase waveform ramp also increases to the comparator. As the ramp voltage increases to the comparator, it rises closer and closer to Vin at which point the comparator shifts states
  • 14. When the ramp voltage exceeds Vin , the comparator output shifts which signals the control logic to turn off the clock Vin Conversion time V’in Conv.time With the clock off, the counter reading is proportional to Vin Note that the conversion time depends on the size of the input signal Vin Comparator
  • 15. Track & Hold Logic D A C Up/Down Counter Vin Comparator Digital Output clock Tracking ADC - similar to the counter type except it uses an up/down counter and can track a varying signal more quickly
  • 16. Vin -Vref Control logic Counter clock comparator integrator Digital Output As conversion is initiated, the control logic enables the clock which then sends pulses to the counter until the counter fills (9999) When conversion is initialized, the switch is connected to Vin which is applied to the op amp integrator. The integrator output (>0) is applied to the comparator. Integrating or Dual Slope A/D
  • 17. Vin -Vref Control logic Counter clock comparator integrator Digital Output overflow As the counter resets (9999 → 0000), an overflow signal is sent to the control logic this activates the input switch from Vin to -Vref , applying a negative reference voltage to the integrator
  • 18. The negative reference voltage removes the charge stored in the integrator until the charge becomes zero. The total number of counts on the counter (determined by the time it took the fixed voltage Vref to cancel Vin ) is proportional to the input voltage, and thus is a measure of the unknown input voltage. At this point, the comparator switches states producing a signal that disables the clock and freezes the counter reading.
  • 19. fixed time measured time IntegratorOutputVoltage full scale conversion quarter scale conversion half scale conversion The operation of this A/D requires 2 voltage slopes, hence the common name DUAL-SLOPE. charging up the capacitor discharging the capacitor
  • 20. If very high speed conversions are needed, e.g. video conversions, the most commonly used converter is a Flash Converter. While such converters are extremely fast, they are also very costly compared to other types. Flash Converters
  • 21. IMPORTANT POINTS ON FLASH ADC The resistor network is a precision voltage divider, dividing Vref (8 volts in the sample) into equal voltage increments (1.0 volts here) to one input of the comparator. The other comparator input is the input voltage Each comparator switches immediately when Vin exceeds Vref . Comparators whose input does not exceed Vref do not switch. A decoder circuit (a 74148 8-to-3 priority decoder here) converts the comparator outputs to a useful output (here binary) The speed of the converter is limited only by the speeds of the comparators and the logic network. Speeds in excess of 20 to 30 MHz are common, and speeds > 100 MHz are available. DISADVANTAGE 1)The biggest disadvantage of this type of ADC is that a large number of comparators are required to be used. 2)For 2 bit: 3 comparators, for 3 bit: 7 comparators ; for 4 bit 15 comparators.
  • 22. Successive-Approximation A/D Successive Approximation Register D/A Converter Vref clock analog input Digital Output Data At initialization, all bits from the SAR are set to zero, and conversion begins by taking STRT line low. comparator STRT
  • 23. Successive Approximation Register D/A Converter Vref clock analog input Digital Output Data comparator STRT Successive-Approximation A/D First the logic in the SAR sets the MSB bit D1 equal to 1 while other bits to zero.
  • 24. Successive Approximation Register D/A Converter Vref clock analog input Digital Output Data comparator STRT Successive-Approximation A/D The output of the SAR feeds the D/A converter producing an output compared to the analog input voltage. If the D/A output is < Vin then the MSB is left at 1 and the next bit is then tested.
  • 25. Successive Approximation Register D/A Converter Vref clock analog input Digital Output Data comparator STRT Successive-Approximation A/D If the D/A output is > Vin then the MSB is set to 0 and the next bit is set equal to 1. Successive bits are set and tested by comparing the DAC output to the input Vin in an 8 step process (for an 8-bit converter) that results in a valid 8- bit binary output that represents the input voltage.
  • 26. Successive approximation search tree for a 4-bit A/D 1111 1110 1101 1100 1011 1010 1001 1000 0111 0110 0101 0100 0011 0010 0001 D/A output compared with Vin to see if larger or smaller Note that the successive approximation process takes a fixed time - 8 clock cycles for the 8-bit example. For greater accuracy, one must use a higher bit converter, i.e. 10-bit, 12-bit, etc. However, the depth of the search and the time required increases with the bit count.
  • 27. S.No Parameters Flash type ADC Successive approximation type ADC Dual slope type ADC 1 CONVERSION TIME Shortest Moderately long Longest 2 SPEED Fastest Faster than dual slope Slowest 3 ACCURACY OF CONVERSION Less accurate Moderately accurate Very accurate 4 COST Very costly Moderately high Low 5 ADVANTAGES High speed and no input hold time Constant conversion of time, good speed High accuracy , low cost 6 DISADVANTAGES Low accuracy, high cost Not many Long conversion time, low speed 7 APPLICATIONS All high speed applications such as CRO, fibre optic communication All data acquisition systems All those applications which need very high accuracy