Converters
Converters
100101… DAC
DAC
DAC: Digital To Analog Converter
2 Methods
1) Weighted Resistor D/A Converter
2) R-2R Ladder D/A Converter
Weighted Resistor D/A Converter
LSB MSB
Weighted Resistor D/A Converter
Summing Amplifier
In this circuit
Advantages
1) Simple Construction/Analysis
2) Fast Conversion
Drawbacks:
1) It requires wide range of resistors about R to (2 n-1 x R)
for n bit & each resistor has different value.
2) It is difficult to fabricate such a wide range of resistors
with integrated circuit technique.
3) Since the MSB bit has lowest value of R, it has to
handle very large current if input size is too big.
R-2R Ladder D/A Converter
1 0 1 0 1 0
R-2R Ladder D/A Converter
Vin 2R
Vin
2R
+V +V
R-2R Ladder D/A Converter
n
1
Vout Vref bn i i
i 1 2
R-2R Ladder D/A Converter
1 1 1
Vout Vref b2 b1 b0
2 4 8
R-2R Ladder D/A Converter
Advantages
Only two resistor values (R and 2R)
Does not require high precision resistors
Disadvantage
Lower conversion speed than binary
weighted DAC
What is a ADC?
A analog to digital converter (ADC) converts a
analog voltage or current to digital output.
100101…
ADC
What is a ADC?
ADC: Analog To Digital Conversion
2-Step Process
Quantizing – Whole range of analog voltage is
represented suitably in 2N intervals. (N-bit A/D
Converter)
Quantizing
4V
3V
2V
1V
0V
-1 V
-2 V
-3 V
-4 V
Step 1: Quantizing
Encoding
Vin
Vr7=7 V
C7
Vr6=6 V
C6
Vr5=5 V
C5
Vr4=4 V
C4
Vr3=3 V
C3
Vr2=2 V
C2
Vr1=1 V
C1
If Vref> Vin o/p= 0
How Flash Works?
0<Vin<Vr1 0 0 0 0 0 0 0 0 0 0
Vr1<Vin<Vr2 0 0 0 0 0 0 1 0 0 1
Vr2<Vin<Vr3 0 0 0 0 0 1 1 0 1 0
Vr3<Vin<Vr4 0 0 0 0 1 1 1 0 1 1
Vr4<Vin<Vr5 0 0 0 1 1 1 1 1 0 0
Vr5<Vin<Vr6 0 0 1 1 1 1 1 1 0 1
Vr6<Vin<Vr7 0 1 1 1 1 1 1 1 1 0
Vr7<Vin<Vref 1 1 1 1 1 1 1 1 1 1
Flash
Advantages Disadvantages
Simplest in terms of Lower resolution
operational theory Expensive
For each additional
Most efficient in terms
output bit, the number
of speed, very fast
of comparators is
doubled
limited only in terms i.e. for 8 bits, 256
of comparator and gate
comparators needed
propagation delays
Successive Approximation ADC
Circuit consists of
3) Comparator(OP-Amp)
Successive Approximation ADC
Successive Approximation ADC
½+1/4+1/8 Kg 111
?????
½+1/4 Kg 110
½+1/8 Kg 101
½ Kg 100
¼+1/8 Kg 011
010
1/8 Kg
1/4 Kg 001
000
Successive Approximation ADC
Digital
Display Unit
+
Successive Approximation ADC
WORKING
Circuit consists of
1) Up Counter
2) D/A converter
3) Comparator(OP-Amp)
Counter Type A/D
converter
UP
Counter
Digital
Display Unit
+
Counter Type A/D converter
Working
1) Input analog signal which is to be converted
in to digital is given to non-inverting i/p of
Op-Amp.
2) Counter is RESET by using a clear pulse.
(000)
3) The O/p of counter is given to D/A converter
which converts 000 in to analog equivalent
signal which is the given to Inverting I/p of
Op-Amp.
Counter Type A/D converter