An Overview of Analog-to-Digital Converter
The article discusses the significance of Analog-to-Digital Converters in modern electronic communication technologies. It elaborates on working principles and key factors affecting its performance and highlights different types of converters.
One of the important foundations for modern digital communication technologies is the analog-to-digital converter, which makes the conversion smooth and effective.
These components are essential for the functioning of numerous forms of electronic communication, ranging from simple cellphone devices to advanced video conferencing systems, scientific instruments, etc.
Analog-to-Digital converter?
An electronic device that transforms continuous analog signals into discrete digital signals is called an analog-to-digital converter, or ADC, as shown in Fig. 1.
Fig. 1 Diagrammatic illustration of analog to digital converter. Source: Rakesh Kumar, Ph.D.
What is the need for an ADC converter?
real-world signal, such as temperature, pressure, acceleration, and speed, is usually analog. These analog signals make up the majority of the signals in our environment. The difficulties with these analog signals are:
- Challenging to process
- Challenging to store
- Affected by noise
On the other hand, digital signals are:
- Less susceptible to noise
- Easy to process
- Easy to store
The ADC is used in all electronic communications that analyses and outputs analog signals into digital signals that computers and microcontrollers can process and store.
How does an ADC work?
Regarding time and amplitude, analog signals are continuous, while digital signals are discrete. Continuous analog signals must be converted into digital signals using the processes listed below:
- Sampling
- Quantization
- Encoding
Sampling
Taking samples of an analog signal at regular intervals is known as sampling in an ADC. This step is necessary to transform the continuous analog signal into a digital signal that systems can handle.
The output digital signal will be incorrect if the input analog signal changes continuously during conversion. A sample and hold (S/H) circuit may be utilized during the sampling phase to keep the input analog voltage steady during conversion, as shown in Fig. 2. This ensures the conversion has a stable input.
Fig. 2 Diagrammatic illustration of sample and hold circuit. Source: Rakesh Kumar, Ph.D.
Quantization
Sampling is followed by quantization. It is the process of assigning a sampled signal a value from the discrete set of values.
Encoding
Lastly, a digital binary representation of the quantized values is created.
Factors Affecting the Analog-to-Digital Converter
Two factors that play an important role in ADC are:
- Sampling rate
- Resolution
Sampling Rate
The sampling rate is important in reconstructing digital signals from input analog signals. The sampling rate is calculated based on the Nyquist theorem.
Nyquist Theorem
A band-limited analog signal that has been sampled can be perfectly reconstructed from an infinite sequence of samples if the sampling rate fs exceeds 2fmax samples per second, where fmax is the highest frequency in the original signal.
fs > 2 fmax
To simplify, the input analog signal consists of the minimum (fmin) and maximum (max) frequencies. The sampling rate must be equal to or more than twice the maximum frequency.
- An aliasing error will occur if the sampling rate is less than twice the maximum frequency
- Aliasing is when the output digital signal appears to have a different frequency than the original signal, as shown in Fig. 3
Fig. 3 Aliasing Error where the output signal (black line) is a different frequency than the input signal (yellow line). Source: Rakesh Kumar, Ph.D.
For instance, if the maximum frequency in the analog signal is 1000 kHz, according to the Nyquist theorem, the sampling rate of the ADC must be greater than or equal to 2000 kHz, So the original analog signal can be successfully reconstructed.
The input signal also contains harmonics, which can result in aliasing. To void this, an anti-aliasing filter can be added before sampling. The low pass filters are the antialiasing filters commonly used.
Resolution
The smallest change in the analog input signal that affects the digital output value in an analog-to-digital converter is referred to as resolution. The unit of expression for it is usually bits.
The amount of discrete digital values an ADC can generate within the permitted range of analog input values is defined as resolution.
Resolution can be expressed as the full-scale range of ADC divided by 2 to the power of n bits. The full-scale range is the maximum voltage range that the ADC can convert.
Example 1
For an 8-bit ADC with a full-scale range of 1V
Example 2
For a 2-bit ADC with a full-scale range of 1V
It has four levels of voltage: 0.25 V, 0.50 V, 0.75 V, and 1 V.
As shown in example 2, in a small bit ADC, the converter's resolution is reduced, as it can only tell the system of four voltage levels. On the other hand, as shown in example 1, the ADC with increased bits has a higher resolution of 3.9 mV and can tell about 256 voltage levels.
Thus, the resolution of an ADC converter can be increased by increasing the number of bits. An ADC's resolution is important since it influences measurement precision.
Smaller changes in the input signal can be detected by higher-resolution ADCs, which is crucial for applications needing extreme precision and accuracy.
Types of Analog to Digital Converter
There are several types of ADC converter
- Successive approximation ADC
- Tracking-type ADC
- Counter-type ADC
- Dual-slope ADC
- Flash-type ADC
All the ADC mentioned above can be used for various applications based on their features.
Some of Analog to Digital Converters to Consider
A few of the notable ADC models for various applications are briefed below
Texas Instruments ADS1158
TI ADS1158 is a 16-channel, 16-bit ADC with high resolution and low noise. Medical imaging and industrial automation benefit from its large channel count and precise digital filtering.
Adafruit ADS1115
Adafruit ADS1115 is a 16-bit, 4-channel ADC with a variable gain amplifier. The I2C interface makes it compatible with Arduino and Raspberry Pi.
Analog Devices AD9634
AD’s AD9634 is a high-speed 12-bit ADC that can acquire data at up to 250 MSPS, making it ideal for digital oscilloscopes and wireless communication systems.
Texas instruments ADS5481/ADS5482/ADS5483
These 16-bit ADCs operate at 80–135 MSPS. They are for high-speed data conversion in medical imaging and radar systems.
Texas Instruments TLC5540
It is an 8-bit high-speed ADC capable of sampling rates up to 40 MSPS. Its high sampling rate and low power consumption make it handy in video and high-speed signal processing.
Summarizing the Key Points
- Analog-to-digital converters are vital in converting analog signals to digital for efficient processing and storage in electronic devices
- The article also outlines the working principles of ADCs, covering sampling, quantization, and encoding processes
- Sampling rate and resolution are crucial factors affecting ADC performance, ensuring accurate signal reconstruction
- Various types of ADCs, like Tracking-type, Successive approximation, and Dual-slope ADCs, are used for various applications
Reference
IIT Kharagpur July 2018. “Lecture 47: Digital-to-Analog Converter (Part I).” YouTube, September 18, 2018. https://www.youtube.com/watch?v=kMGap-0XwGs
ALL ABOUT ELECTRONICS. “Introduction to ADC and DAC.” YouTube, May 12, 2019. https://www.youtube.com/watch?v=HicZcgdGxZY
Electronics, Arrow. “Analog-to-Digital Converters Basics.” Arrow.com, March 20, 2024. https://www.arrow.com/en/research-and-events/articles/engineering-resource-basics-of-analog-to-digital-converters