Analog To Digital Converters
Analog To Digital Converters
Analog To Digital Converters
What is ADC
An electronic integrated circuit which
transforms a signal from analog (continuous)
to digital (discrete) form.
Analog signals are directly measurable
quantities.
Digital signals only have two states. For
digital computer, we refer to binary states, 0
and 1.
Why ADC is needed
Microprocessors can only perform complex
processing on digitized signals.
When signals are in digital form they are less
susceptible to the deleterious effects of
additive noise.
ADC Provides a link between the analog
world of transducers and the digital world of
signal processing and data handling.
Application of ADC
ADC are used virtually everywhere where an
analog signal has to be processed, stored, or
transported in digital form.
Some examples of ADC usage are digital volt
meters, cell phone, thermocouples, and digital
oscilloscope.
Microcontrollers commonly use 8, 10, 12, or
16 bit ADCs, our micro controller uses an 8 or
10 bit ADC.
ADC process
Input analog Output digital
signal signal
Dn
uI(t) Quantizing
…
& 1
S C uI(t) Encoding
D1
D0
S/H circuit
2 steps
Sampling and Holding (S/H)
110 2.2762
Quant. levels
101 1.3657
100 0.4552
PROS CONS
Very Fast (Fastest) Expensive
- DAC
VIN SAR
+ Vref
10000000
0100 0000
Example
10 bit ADC
device)
Vref=1 volts
N=(Vi/Vref)2N
How does it work
A dual-slope ADC (DS-ADC) integrates an unknown input voltage (VIN) for
a fixed amount of time (TINT), then "de-integrates" (TDEINT) using a
known reference voltage (VREF) for a variable amount of time.
The key advantage of this architecture over the single-slope is that the final
conversion result is insensitive to errors in the component values. That is, any
error introduced by a component value during the integrate cycle will be
cancelled out during the de-integrate phase.
How Does it Work Cont.
At t<0, S1 is set to ground, S2 is closed, and
counter=0.
At t=0 a conversion begins and S2 is open, and S1
is set so the input to the integrator is Vin.
S1 is held for TINT which is a constant
predetermined time interval.
When S1 is set the counter begins to count clock
pulses, the counter resets to zero after TINT
Vout of integrator at t=TINT is VINTINT/RC is linearly
proportional to VIN
At t=TINT S1 is set so -Vref is the input to the
integrator which has the voltage VINTINT/RC stored
in it.
The integrator voltage then drops linearly with a
slop -Vref/RC.
A compartor is used to determine when the output
voltage of the integrator crosses zero
When it is zero the digitized output value is the
state of the counter.
Dual Slope A/D Converter
Pros and Cons
PROS CONS
Conversion result is insensitive Slow
to errors in the component Accuracy is dependent on the
values. use of precision external
Fewer adverse affects from components
“noise” Cost
High Accuracy
ADC Types Comparison
ADC Resolution Comparison
Dual Slope
Flash Successive Approx
Sigma-Delta
0 5 10 15 20 25
Resolution (Bits)