- Analog to Digital Converter Definition: An Analog to Digital Converter (ADC) is a device that changes a continuous analog signal into a discrete digital signal.
- ADC Process: The conversion process involves Sampling and Holding, and Quantizing and Encoding.
- Quantizing and Encoding in ADC: Quantizing divides the signal into levels, and Encoding assigns digital codes to these levels.
- Improving ADC Accuracy: Accuracy can be improved by increasing the resolution and the sampling rate.
- Types and Applications of ADCs: ADCs include types like Successive Approximation and Flash ADCs and are used in various devices like computers and cell phones.
An analogue-to-digital converter turns a continuously varying (analogue) signal into a digital code. It is usually an integrated circuit. Names in use are A/D, A-to-D, A-D and ADC. The analogue input can sit anywhere in a range. An N-bit converter can report only 2N output codes. That A/D converter sits between analogue transducers and digital processing. A digital-to-analogue converter (DAC) does the reverse. The block diagram is below.
ADC Process
There are mainly two steps involves in the process of conversion. They are
- Sampling and Holding
- Quantizing and Encoding
The whole ADC conversion process is shown in figure 2.
Sampling and Holding
In Sampling and Holding (S/H), the continuous signal is sampled and held steady for a short period. This removes variations in the input signal that could affect conversion accuracy. The minimum sampling rate must be twice the maximum frequency of the input signal.
Quantizing and Encoding
For understanding quantizing, we can first go through the term Resolution used in ADC. It is the smallest variation in analog signal that will result in a variation in the digital output. This actually represents the quantization error.
V → Reference voltage range
2N → Number of states
N → Number of bits in digital output
Quantizing is the process of dividing the reference signal into several discrete levels, or quanta, and then matching the input signal to the correct level.
Encoding assigns a unique digital code to each discrete level (quantum) of the input signal. The process of quantizing and encoding is demonstrated in the table below.
From the above table we can observe that only one digital value is used to represent the whole range of voltage in an interval. Thus, an error will occur and it is called quantization error. This is the noise introduced by the process of quantization. Here the maximum quantization error is
Improvement of Accuracy in ADC
To improve ADC accuracy, two methods are commonly used: increasing the resolution and increasing the sampling rate. This is shown in figure below (figure 3).
Types of Analog to Digital Converter
- Successive Approximation ADC: This converter compares the input signal with the output of an internal DAC at each successive step. It is the most expensive type.
- Dual Slope ADC: It have high accuracy but very slow in operation.
- Pipeline ADC: It is same as that of two step Flash ADC.
- Delta-Sigma ADC: It has high resolution but slow due to over sampling.
- Flash ADC: It is the fastest ADC but very expensive.
- Other: Staircase ramp, Voltage-to-Frequency, Switched capacitor, tracking, Charge balancing, and resolver.
Application of ADC
- Used together with the transducer.
- Used in computer to convert the analog signal to digital signal.
- Used in cell phones.
- Used in microcontrollers.
- Used in digital signal processing.
- Used in digital storage oscilloscopes.
- Used in scientific instruments.
- Used in music reproduction technology etc.





