Dac Annd Adc
Dac Annd Adc
Dac Annd Adc
Introduction
Analog to Digital to
Digital Analog
Analog Digital Analog
System output
input Converter Converter
If input voltage is within the range Vo/14 < VA < 3Vo/14 then ADC will
be 001 and corresponding DAC output will be 2Vo/14 volt. Quantization
error will be Vo/14.
If input voltage is within the range 13Vo/14 < VA < Vo then ADC will be
111 and corresponding DAC output will be Vovolt. Quantization error
will be Vo/14.
-
This shows that the output of the counter is proportional to the analog voltage Va.
The count recorded in the counter is numerically equal to analog voltage Va if VR =
2N.
This type of ADC is often used in digital voltmeters-because of its good conversion
accuracy and low cost. The disadvantage of the dual slope ADC is its slow speed.
Consider an object of unknown weight in the range 0 to 1 kg. Suppose that
a balance and a set of known weights of 1/2, 1/4 and 1/8 kg are available.
These known weights are to be used in a succession of trails to determine
the unknown weight (Wa).
When the start command is applied, the SAR sets the MSB, while other
bits are made zero, so that trail code becomes 1 followed by zeros.
The time required to perform the calculation is the sum of (i) the time
required for resetting SAR before performing the conversion and (ii) the
time required for performing the conversion. So for an n-bit
successive approximation ADC, total number of clock pulses required
for the conversion is (n+1) cycles.
3-bit Successive Approximation ADC
Counting ADC
The counter type ADC is very simple and needs less hardware. This is suitable for
digitizing applications with high resolution. But conversion time is very long,
variable and proportional to the amplitude of the analog input voltage. The
average conversion time is 2n-1 times the clock period, which can be very long
For longer value of n.
Tracking ADC
In practice, the analog input voltage is within 1 LSB of variable reference voltage
leading to oscillation between two adjacent digital values. This can be eliminated
by adjusting the comparator in such a way that the comparator output line will not
reach high unless the analog input voltage is higher than the variable reference
Voltage by ½ LSB.
6. Format: An ADC can usually be obtained for any standard code:
unipolar binary, ones complement, and 2’s complement.
Thank You