Directory Image
This website uses cookies to improve user experience. By using our website you consent to all cookies in accordance with our Privacy Policy.

What is the Use of Analog to Digital Converter?

Author: Chandler Buff
by Chandler Buff
Posted: Apr 26, 2021

IntroductionPeople live in an analog world, however, we are surrounded by digital devices. Light, temperature, speed, pressure, sound etc, they are analog signals. If you want to use them, how do you convert analog signal to digital signal? Here we introduce a device Analog-to-Digital (ADC) Converter. What is ADC Converter? How does it work? Why do we need digital to digital conversion? Let's find the answers below.

An analog-to-digital converter, or A/D converter, or ADC for short, usually refers to an electronic device that converts an analog signal into a digital signal. It is mainly used to the digital acquisition of analog signals for for data processing purposes. The signals around us are generally continuously changing analog quantities, such as light, temperature, speed, pressure, sound, etc. However, most of us use digital equipment. If we want to use and process information easily, it is necessary to convert the analog quantity into a digital quantity and transmit it to the microcontroller or microprocessor. So how is ADC conversion realized? What kind of process is it? Reading the following note, you will definitely have a more comprehensive and systematic understanding of the analog-to-digital converter.

1 ADC Converter DefinitionThe ADC converter is a system that converts analog signals into digital signals. It is a process of filtering, sample-and-hold, quantization and encoding. The analog signal passes band-limited filtering, sample-and-hold circuit, and becomes a ladder-shaped signal, and then passes through the encoder to make each level in the ladder-shaped signal become a binary code. Finally, the analog quantity is converted into a digital quantity and then transmitted to the CPU. That is to say, almost all energized data need ADC conversion. For example, electric energy metering of electric energy meters, weight measurement of electronic scales, temperature measurement of electronic thermometers, and communication fields.

2 Analog to Digital Conversion ProcessingThe process of converting analog quantities into digital quantities is called analog-to-digital conversion, abbreviated as A/D, and the circuit that completes this function is called analog-to-digital converter, or ADC for short.Sampling refers to replacing the original continuous signal in time with a sequence of signal samples at regular intervals, that is, discretizing the analog signal in time.Quantization uses a limited number of amplitude values to approximate the original continuously changing amplitude value, that is, changing the continuous amplitude of the analog signal into a limited number of discrete values with a certain interval.Encoding is based on a certain rule, the quantized value is represented by binary numbers, and then converted into a binary or multi-value digital signal stream. The digital signal obtained in this way can be transmitted through digital lines such as cables, microwave trunk lines, and satellite channels.The higher the signal frequency, the higher the operating frequency of the A/D circuit. The more digits, the more accurate the restoration accuracy of the signal. The I/O port of the MCU needs program cooperation to complete the A/D conversion. What’s more, the A/D chip can also be used alone to complete the analog-to-digital conversion.

3 Why do We Need ADC Converter?Computer software, radio, and digital image acquisition all need the assistance of ADC converters, that is, the wave of human digitization has promoted the invention, development and continuous change of ADC converters. In short, the ADC converter plays an important role in human digitization.

4 Types of ADC ConvertersAfter years of development and continuous technological innovation, ADC converters have developed from Flash ADCs, Successive-Approximation ADCs, Counting/Slope Integration ADCs to sigma-delta (?-?) ADCs and Pipelined ADCs. They have their own advantages and disadvantages, and they can also meet different requirements.Successive-Approximation ADCs, Counting/Slope Integration ADCs and compression ADCs, etc. are mainly used in low-speed or medium-speed, medium-precision data acquisition and intelligent instruments. Hierarchical and pipelined ADCs are mainly used in high-speed signal processing, fast waveform storage and data recording, etc., such as video signal quantization and high-speed digital communication technology.?-? ADC is mainly used in high-precision data acquisition, especially in electronic measurement fields such as digital sound systems, multimedia, seismic exploration instruments, sonar and so on. Here a brief description of the main ADC types is given below.1) Successive-Approximation ADCThe successive-approximation ADC is widely used. It includes a comparator, a digital-to-analog converter, a successive-approximation register (SAR) and a control logic unit. It is to continuously compare the sampling input signal with the known voltage. One clock cycle completes the 1-bit conversion, and the N-bit conversion requires N clock cycles. The conversion is completed and the output binary number is output. The resolution and sampling rate of this type ADC are contradictory: when the ADC resolution is low, the sampling rate is high, and if the resolution is to be improved, the sampling rate will be limited.Advantages: when the resolution is lower than 12 bits, the price is cheap, and the sampling rate can reach 1MSPS. Compared with other types, the power consumption is quite low.Disadvantages: In the case of higher than 14-bit resolution, the price is higher. The signal generated by the sensor needs to be conditioned before analog-to-digital conversion, including gain stage and filtering, so that the cost will increase significantly.2) Counting/Slope Integration ADCCounting/Slope Integration ADC is also called dual-slope or multi-slope ADC, and its applications are also very wide. It is composed of an analog integrator with an input switch, a comparator and a counting unit. The input analog voltage is converted into a time interval proportional to its average value through two integrations. At the same time, a counter is used to count the clock pulses in this time interval, so as to realize the analog-to-digital conversion. Because the input end applies the integrator, it has a strong ability to suppress the interference of AC noise. For example, for high-frequency noise and fixed low-frequency (50Hz or 60Hz) interference suppression, it is suitable for use in noisy industrial environments. This type ADC is mainly used in low-speed, precision measurement and other fields, such as digital voltmeters.Advantages: High resolution, up to 22 bits; low power consumption and low cost.Disadvantages: The conversion rate is low, 100~300SPS at 12 bits.3) Parallel ADCThe main feature of inter ADC is fast speed, which is the fastest of all types. The sampling rate can reach above 1GSPS. However, due to the limitations of power and volume, it is difficult to improve the resolution. The conversion of all bits of the ADC with this structure is completed at the same time, and the conversion time mainly depends on the switching speed of the comparator and the transmission time delay of the encoder. In addition, increasing the output code has little effect on the conversion time, but as the resolution increases, a high-density analog design requires large number of precision divider resistors and comparator circuits for the conversion. That is to say, the output number is increased by one bit and the number of precision resistors is increased. It is about to double, and the comparator is also approximately doubled.The resolution of the parallel comparison ADC is limited by die size, input capacitance, power, etc. If the accuracy of the parallel comparators does not match, it will also cause static errors and increase the input offset voltage.4) Sigma-delta (?-?) ADCThe Sigma-delta (?-?) ADC is composed of an integrator, a comparator, a 1-bit DA converter, and a digital filter. In principle, it is similar to the integral type. The input voltage is converted into a time (pulse width) signal and processed by a digital filter to obtain a digital value.

5 ADC Parameters1) Sampling RateThe sampling rate indicates the rate at which the analog signal is converted into a digital signal, which is related to the manufacturing technology of the ADC device and depends on the judgment ability provided by the comparator in the ADC.Generally speaking, the sampling rate and resolution are mutually restrictive. Each time the sampling rate is doubled, the resolution losses 1bit. This is mainly due to the jitter during sampling, that is, aperture jitter or aperture uncertainty.2) ADC ResolutionThe resolution indicates the number of bits after the analog signal is converted into a digital signal. It directly determines the quantization level of the ADC, that is, the minimum analog signal level value that the ADC can distinguish. Assuming that the ADC's input voltage range is (?V, V) and the resolution is N (bit), then the ADC has a 2N quantization level, so that the quantization level is:?V=2V/2N, where?V is the conversion accuracy. It can be seen from the above formula that the higher the resolution of the ADC and the smaller the voltage input range, the higher its conversion accuracy.3) Signal-to-Noise Ratio (SNR)The signal-to-noise ratio (SNR) of the ADC reflects the ratio of the root mean square value of the noise-free signal part generated during the quantization process to the root mean square value of the quantization noise. If the input signal is a normalized sine wave 1/2sin(?t+?).Among them, N is the resolution of ADC. It can be seen that the signal-to-noise ratio of the ADC mainly depends on the resolution. Every time the resolution increases by one bit, the SNR will increase by 6dB. However, as the resolution increases, the quantization level of the ADC becomes smaller, and the sampling process is more likely to be disturbed.4) Effective Number of Bits (ENOB)ENOB is a measure of the dynamic range of an ADC converter. For the actual A/D conversion system, due to the influence of factors such as electrical noise, external interference, and non-linear distortion of analog circuits, it is not enough to measure system performance with ideal resolution. In order to better reflect the system performance, on the basis of the measured SNR, the above factors can be converted into quantization noise to get the ENOB.ENOB is based on the equation for an ideal ADC's SNR: SNR = 6.02 × N + 1.76 dB, where N is the ADC's resolution.The difference between ENOB and ADC resolution reflects the degree of decrease in sampling accuracy caused by the decrease in SNR(here SNR caused by the error source).5) Non-Linearity ErrorNon-linear error is an important accuracy index of the converter, which represents the difference between the actual conversion value of the ADC and the theoretical conversion value. Non-linear errors mainly include two types: Differential Non-Linearity (DNL) errors and Integral Non-Linearity (INL) errors.6) Inter Modulation Distortion (IMD)When two sinusoidal signals are input to the ADC at the same time, due to the nonlinearity of the device, except the components of these two frequencies, the output spectrum will also produce many distortion products. The resulting distortion is called inter modulation distortion ( IMD, Inter Modulation Distortion), where the value of m+n represents the order of distortion. Among all inter-modulation distortions, the second-order and third-order inter-modulation products are the most important. The former is easily filtered out by a digital filter, while the latter is difficult to filter out.7) Total Harmonic Distortion (THD)Due to the nonlinearity of the ADC, many high-order harmonics of the input signal appear in the output spectrum. These high-order harmonic components are called harmonic distortion components, and the resulting distortion is called Total Harmonic Distortion. Harmonic distortion and modulation distortion are two different concepts. The former is a distortion of the original signal waveform, even if a single frequency signal passes through the ADC, this phenomenon will occur, while the latter is mutual interference and influence between different frequencies.

6 ADC Applications and IC Modes6.1 ADC ApplicationsMost ADC applications today belong to four segments: (a) Data acquisition(b) Precision industrial measurement(c) Voiceband and audio(d) High speed (sampling rates greater than about 5 MSPS)

6.2 ADC IC Modes ExplainedThere are many ADC ICs available in the market which can be used along to do conversion. Here lists several ADC ICs and their features and specifications as ADC selection references:AD762116-Bit, 2 LSB INL, 3 MSPS PulSAR® ADC, High sampling rate, Available in a 48-lead LQFP or a 48-lead LFCSP

AD764118-Bit, 2 MSPS, Charge Redistribution SAR ADC

AD79088-Channel, 1 MSPS, 8-Bit ADC with Sequencer in 20-Lead TSSOP

AD79188-Channel, 1 MSPS, 10-Bit ADC with Sequencer in 20-Lead TSSOP

AD79288-Channel, 1 MSPS, 12-Bit ADC with Sequencer in 20-Lead TSSOP

AD5555Precision DUAL 16-Bit 14-Bit-DACs in Compact TSSOP Packages

AD823016 V Rail-to-Rail, Zero-Drift, Precision Instrumentation Amplifier

AD77993-Channel, Low Noise, Low Power, 24-Bit, Sigma Delta ADC with On-Chip In-Amp

AD944414-Bit, 80 MSPS A/D Converter

AD944514-Bit, 105 MSPS / 125 MSPS A/D Converter

AD944616-Bit, 80 MSPS / 100 MSPS A/D Converter

AD923512-Bit, 20/40/65 MSPS, 3 V Analog-to-Digital Converter

If you want to get more details about ADC Converter, you can visit Analog to Digital Converter Overview (enclose data source: https://www.apogeeweb.net/electron/what-the-role-of-adc-converter-overview.html). Good to you all.

About the Author

An electronic amateur and big foodie, and I like cooking and traveling.

Rate this Article
Leave a Comment
Author Thumbnail
I Agree:
Comment 
Pictures
Author: Chandler Buff

Chandler Buff

Member since: Jul 30, 2020
Published articles: 4

Related Articles