Data Converters
Data Converters
(ADC)
ADC Process
Example:
We have an analog signal
varying in the range from 0-10V.
This range is separated into 8
discrete quantized states
with 1.25V increments.
(How did we get 1.25V?)
The number of output states (M) that the quantizer
can have:
M = 2N
where N is the number of bits in the A/D converter
• Example: For a 3 bit A/D converter, M = 23 = 8.
If Output
VIN
+ VOUT
VREF
VIN > VREF High
-
Advantages:
• Very Fast .
• Very simple operational theory .
• Speed is only limited by gate and comparator
propagation delay .
Disadvantages:
• Expensive.
• Each additional bit of resolution requires twice the
comparators.
Successive Approximation ADC
• It consists of a successive
approximation register (SAR), DAC
and comparator.
• The output of SAR is given to n-bit
DAC.
• The equivalent analog output
voltage of DAC, VDA is applied to
the inverting input of the
comparator.
• The second input to the
comparator is the unknown
analog input voltage VIN.
Figure: Block diagram of N-bit
• The output of the comparator is Successive Approximation ADC
used to activate the successive
approximation logic of SAR.
• A/D conversion begins by setting the MSB = 1 and keeping
rest of the bits = 0
• DAC converts the digital output of the SAR to analog signal,
VDA which is compared with VIN
• If VIN > VDA; then MSB of SAR is kept at 1 and next lower
significant bit is set to 1
• If VIN < VDA; then MSB of SAR is cleared to 0 and next lower
significant bit is set to 1
• Again, DAC converts the digital output of the SAR and
comparing VDA with VIN , the respective bit is either kept at 1
or it is cleared to 0
• This process is repeated till all the bits have been checked
• A/D conversion is then completed and the contents of SAR are
the Digital representation of VIN
3-bit Successive Approximation ADC (Example)
Let, VREF = 10V
D2 D1 D0 VDA
0 0 0 0.00
0 0 1 1.25
0 1 0 2.50
0 1 1 3.75
1 0 0 5.00
1 0 1 6.25
1 1 0 7.50
1 1 1 8.75
Figure: Block diagram of 3-bit
Table 1: Input bit pattern and o/p
Successive Approximation ADC
analog voltage range of 3-bit DAC
Let, VIN = 3.2 V
A/D conversion takes place
according to the following 3
cycles:
• MSB (D2) = 1 , D1 =0 , D0 = 0.
Input to DAC is ‘1 0 0’
According to Table 1
VDA = 5 V
As, VIN < VDA ; D2 is cleared to
0
Resulting bit pattern at this
stage:
0 0 0
• Next, D1 is set to 1.
Input to DAC is ‘0 1 0’
According to Table 1
VDA = 2.5 V
As, VIN > VDA ; D1 is unchanged
Advantages :
• Capable of high speed and reliable .
• Medium accuracy compared to other ADC types.
• Good tradeoff between speed and cost.
Disadvantages :
• Higher resolution successive approximation ADC’s
will be slower
DIGITAL TO ANALOGUE CONVERSION
(DAC)
Weighted-Resistor D/A Converter
• Can be designed using an operational amplifier
and appropriate combination of resistors
• Resistors connected to data bits are in binary
weighted proportion, and each is twice the value
of the previous one.
• Each input signal can be connected to the op amp
by turning on its switch to the reference voltage
that represents logic 1.
• If the switch is off, the input signal is logic 0.
Weighted-Resistor D/A Converter
Total Current :
Output Voltage :
Disadvantages of Binary Weighted DAC
• One disadvantage of this DAC is that N inputs require N
binary-weighted resistor values.
• Another is that the circuit require very accurate resistors, as
the DAC would require that the error in each resistor be less
than the smallest resistor value. This type requires large range
of resistors with necessary high precision for low resistors.
• Requires low switch resistances in transistors.
• Can be expensive. Hence resolution is limited to 8-bit size.
R-2R Ladder D/A Converter
Advantages:
• Only two resistor values are used in R-2R ladder type.
• It does not need as precision resistors as Binary weighted
DACs.
• It is cheap and easy to manufacture.
Disadvantages:
• It has slower conversion rate.