ADC
ADC
Converters
Analog Signals
Analog signals – directly measurable quantities
in terms of some other quantity
Examples:
Thermometer – mercury height rises as
temperature rises
Car Speedometer – Needle moves farther
right as you accelerate
Stereo – Volume increases as you turn the
knob.
Digital Signals
Digital Signals – have only two states. For
digital computers, we refer to binary states, 0
and 1. “1” can be on, “0” can be off.
Examples:
Light switch can be either on or off
Digital Multimeters
Just what does an
A/D converter DO?
Converts analog signals into binary words
ADC Conversion Process
Two main steps of process
1.Quantizing
2.Encoding
Analog-to-Digital Converter
Encoding
Sampling and
Hold
t
Input: Analog Signal t
Analog Digital Conversion
2-Step Process:
00
K=22 00
01
10
11
ADC Process
Quantization & Coding
00
K=22 00
01
10
11
ADC Process
Quantization & Coding
K=23 000
001
010
011
100
101
110
111
ADC Process
Quantization & Coding
101
bits 110
111
ADC Process-Accuracy
The accuracy of an ADC can be improved by increasing:
t
Sampling Rate, Ts Resolution, Q
Based on number of steps
Improves accuracy in
required in the conversion
process measuring amplitude of
Increases the maximum analog signal
frequency that can be Limited by the signal-
measured to-noise ratio (~6dB)
ADC Process-Accuracy
The accuracy of an ADC can be improved by increasing:
t
Sampling Rate, Ts Resolution (bit depth),
Based on number of steps
required in the conversion Q
process Improves accuracy in
Increases the maximum
frequency that can be measuring amplitude of
measured analog signal
Sampling Rate
Nyquist Rule:
Use a sampling frequency at least twice as high
as the maximum frequency in the signal to avoid
aliasing.
Overall Better Accuracy
Increasing both the sampling rate and the resolution
you can obtain better accuracy in your AD signals.
A/D Converter Types By Danny
Carpenter
Converters
Flash ADC
Delta-Sigma ADC
Dual Slope (integrating) ADC
Successive Approximation ADC
Flash ADC
Consistsof a series of comparators, each
one comparing the input signal to a unique
reference voltage.
1
Comparator 1 - 5 => output 1
Comparator 6 - 7 => output 0 1
5.5V 1
Encoder Octal Input = sum(0011111) = 5
Encoder Binary Output = 1 0 1
Flash
Advantages Disadvantages
Simplest in terms of
operational theory Lower resolution
Expensive
Most efficient in terms For each additional
of speed, very fast output bit, the number
limited only in terms of of comparators is
comparator and gate
propagation delays
doubled
i.e. for 8 bits, 256
comparators needed
Sigma Delta ADC
Over sampled input signal goes to the
integrator
Output of integration is compared to GND
Iterates to produce a serial bit stream
Output is serial bit stream with # of 1’s
proportional to Vin
SIGMA-DELTA ADC
CLOCK
fs
INTEGRATOR Kfs
VIN A
+ N-BITS
+ DIGITAL
FILTER
_ AND
_
DECIMATOR
fs
LATCHED
COMPARATOR
(1-BIT ADC)
B
+VREF
1-BIT,
1-BIT DATA Kfs
STREAM
1-BIT
DAC
–VREF
SIGMA-DELTA MODULATOR
SIGMA-DELTA ADC
SIGMA-DELTA ADC
Sigma-Delta
Advantages Disadvantages
0 5 10 15 20 25
Resolution (Bits)
+
_
Control
Logic
Start Stop
Cloc Counte
k r
Dual-Slope ADC – How It Works
An unknown input voltage is applied to the input of the integrator and
allowed to ramp for a fixed time period (tu)
Then, a known reference voltage of opposite polarity is applied to the
integrator and is allowed to ramp until the integrator output returns to zero
(td)
The input voltage is computed as a function of the reference voltage, the
constant run-up time period, and the measured run-down time period
The run-down time measurement is usually made in units of the converter's
clock, so longer integration times allow for higher resolutions
The speed of the converter can be improved by sacrificing resolution
td
Vin Vref
tu
Comparison of ADC’s