SlideShare uma empresa Scribd logo
1 de 28
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

Mais conteúdo relacionado

Mais procurados

Successive approximation adc
Successive approximation adcSuccessive approximation adc
Successive approximation adcMaria Roshan
 
ANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTORANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTORAnil Yadav
 
Pulse width modulation (PWM)
Pulse width modulation (PWM)Pulse width modulation (PWM)
Pulse width modulation (PWM)amar pandey
 
Analog to digital converter
Analog to digital converterAnalog to digital converter
Analog to digital convertershrutishreya14
 
Analog to Digital Conversion
Analog to Digital ConversionAnalog to Digital Conversion
Analog to Digital ConversionSyed Umair
 
Small signal analysis of bjt amplifiers
Small signal analysis of bjt amplifiersSmall signal analysis of bjt amplifiers
Small signal analysis of bjt amplifiersPRAVEENA N G
 
Dual Slope ADC.pptx
Dual Slope ADC.pptxDual Slope ADC.pptx
Dual Slope ADC.pptxhepzijustin
 
Delays in verilog
Delays in verilogDelays in verilog
Delays in verilogJITU MISTRY
 
Digital electronics logic families
Digital electronics logic familiesDigital electronics logic families
Digital electronics logic familiesBLESSINAR0
 
DAC Interfacing with 8051.pdf
DAC Interfacing with 8051.pdfDAC Interfacing with 8051.pdf
DAC Interfacing with 8051.pdfSrikrishna Thota
 
Differential amplifier
Differential amplifierDifferential amplifier
Differential amplifiersarunkutti
 
Successive Approximation ADC
Successive Approximation ADC Successive Approximation ADC
Successive Approximation ADC AbhayDhupar
 

Mais procurados (20)

Successive approximation adc
Successive approximation adcSuccessive approximation adc
Successive approximation adc
 
ANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTORANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTOR
 
Pulse width modulation (PWM)
Pulse width modulation (PWM)Pulse width modulation (PWM)
Pulse width modulation (PWM)
 
Analog to digital converter
Analog to digital converterAnalog to digital converter
Analog to digital converter
 
Analog to Digital Conversion
Analog to Digital ConversionAnalog to Digital Conversion
Analog to Digital Conversion
 
Small signal analysis of bjt amplifiers
Small signal analysis of bjt amplifiersSmall signal analysis of bjt amplifiers
Small signal analysis of bjt amplifiers
 
Power amplifiers
Power amplifiersPower amplifiers
Power amplifiers
 
Dual Slope ADC.pptx
Dual Slope ADC.pptxDual Slope ADC.pptx
Dual Slope ADC.pptx
 
Delays in verilog
Delays in verilogDelays in verilog
Delays in verilog
 
CMOS Logic Circuits
CMOS Logic CircuitsCMOS Logic Circuits
CMOS Logic Circuits
 
Digital electronics logic families
Digital electronics logic familiesDigital electronics logic families
Digital electronics logic families
 
Pll ppt
Pll pptPll ppt
Pll ppt
 
Tuned amplifire
Tuned amplifireTuned amplifire
Tuned amplifire
 
DAC Interfacing with 8051.pdf
DAC Interfacing with 8051.pdfDAC Interfacing with 8051.pdf
DAC Interfacing with 8051.pdf
 
Differential amplifier
Differential amplifierDifferential amplifier
Differential amplifier
 
Adc &amp;dac ppt
Adc &amp;dac pptAdc &amp;dac ppt
Adc &amp;dac ppt
 
MOSFETs
MOSFETsMOSFETs
MOSFETs
 
Successive Approximation ADC
Successive Approximation ADC Successive Approximation ADC
Successive Approximation ADC
 
8051 interfacing
8051 interfacing8051 interfacing
8051 interfacing
 
Counters
CountersCounters
Counters
 

Destaque

Analog to digital converter
Analog to digital converterAnalog to digital converter
Analog to digital converterAshutosh 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 CONVERTERSripati Mahapatra
 
DAC , Digital to analog Converter
DAC , Digital to analog ConverterDAC , Digital to analog Converter
DAC , Digital to analog ConverterHossam 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) wwMoon Light
 
Verilog overview
Verilog overviewVerilog overview
Verilog overviewposdege
 
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 displayHari Teja Joshi
 
rudder actuation system
rudder actuation systemrudder actuation system
rudder actuation systemNaga Raju
 
Digital to analog convertor
Digital to analog convertorDigital to analog convertor
Digital to analog convertorsartaj ahmed
 
Analog-to-Digital Conversion
Analog-to-Digital ConversionAnalog-to-Digital Conversion
Analog-to-Digital ConversionMariia Kreposna
 
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 PLANTGaurav Rai
 
The Fast Fourier Transform (FFT)
The Fast Fourier Transform (FFT)The Fast Fourier Transform (FFT)
The Fast Fourier Transform (FFT)Oka Danil
 

Destaque (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
 

Semelhante a adc dac converter

Semelhante a 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
 
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
 

Último

High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 

Último (20)

High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 

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