Analog To Digital Converters
Analog To Digital Converters
CONVERTERS
Analog to digital Conversion
• Analog-to-digital conversion is the process of converting analog
signals to digital form.
• ADCs are used for data acquisition.
• ADC process occurs in three steps:
• Sampling
• Quantization
• Encoding
3-bit conversion example
Quantization levels
Eg 5V divided into 8
levels – each 0.625
Each binary representation is a “range”
3
Quantization Error
• The difference between actual analog value and quantized digital
value.
ENCODING
• Encoding is the process that assigns ones and zeros (stream of bits)
for every quantization level.
• The number of bits assigned for each level (n) depends on the level’s
number (L); such that 2^n=L
Types of Analog to Digital Converters
• Sigma-delta ADC
Successive Approximation Register ADC
• The Successive Approximation ADC is the ADC of choice for low-cost medium to high-
resolution applications, the resolution for SAR ADCs ranges from 8 - 18 bits, with sample
speeds up to 5 mega-samples per second (MSPs). Also, it can be constructed in a small form
factor with low power consumption, which is why this type of ADC is used for portable
battery-powered instruments.
• As the name implies, this ADC applies a binary search algorithm to convert the values, which
is why the internal circuitry may be running at several MHZ. Still, the actual sample rate is
much less due to the Successive Approximation algorithm.
Successive Approximation Register ADC
• As this is the most commonly used ADC, it's used for many applications like
uses in biomedical devices that can be implanted in the patient, these types
of ADCs are used because they consume very little power. Also, many
smartwatches and sensors use this type of ADC.
Sigma- Delta Analog to Digital converter