Suggestions for improving ADC performance

Publisher:oplkjjjLatest update time:2012-11-25 Keywords:ADC Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere
Although ADCs look very simple, they must be used correctly to achieve optimal performance. ADCs have the same performance limitations as simple analog amplifiers, such as limited gain, offset voltage, common-mode input voltage limitations, and harmonic distortion. The sampling nature of ADCs requires us to consider clock jitter and aliasing more. The following guidelines can help engineers get the most out of ADCs in their designs .

Analog Input

Take the analog input signal of the ADC seriously and try to keep it clean. "Useless input" usually leads to "digital useless output". The analog signal path should be kept away from any fast switching digital signal lines to prevent noise from coupling into the analog path from these digital signal lines.

Although the simplified block diagram shows single-ended analog inputs, differential analog inputs are often used on high-performance ADCs. Driving the ADC differentially provides greater common-mode noise rejection and generally achieves better ac performance due to smaller on-chip signal swings. Differential drive is typically implemented using a differential amplifier or transformer. Transformers can provide better performance than amplifiers because active amplifiers introduce additional noise sources that affect overall performance. However, if the signal being processed has a dc component, transformers with dc blocking properties cannot be used. The noise and linearity performance of the driver amplifier must be considered when designing the pre-driver circuit. It is important to note that because high-performance ADCs typically have very high input bandwidths, filtering directly at the ADC input pins can reduce the amount of broadband noise that is mixed into the baseband.

Reference input

The reference input should be treated as another analog input and must be kept as clean as possible. Any noise on the reference voltage (VREF) is indistinguishable from noise on the analog signal. The required decoupling capacitors are specified in the data sheet of the general ADC. These capacitors should be placed as close to the ADC as possible. In order to save board area, PCB designers sometimes place decoupling capacitors on the back of the PCB, which should be avoided as much as possible because the inductance of the vias will reduce the decoupling performance of the capacitors at high frequencies. VREF is usually used to set the full-scale range of the ADC, so reducing the VREF voltage value will reduce the LSB value of the ADC, making the ADC more sensitive to system noise (the LSB value of a 1V full-scale 10-bit ADC is equal to 1V/210=1mV).

Figure 1: Typical analog-to-digital converter functional block diagram

Clock Input

Depending on the application, the digital clock input may be as important as the analog input. There are two major sources of noise in ADCs: one is caused by the quantization of the input signal (proportional to the number of bits in the ADC), and the other is caused by clock jitter (sampling the input signal at the wrong time). According to the following formula, quantization noise will limit the maximum possible signal-to-noise ratio (SNR) value in non-oversampled ADC applications.

Where N is the number of bits of the ADC and SNR is the signal-to-noise ratio.

This makes intuitive sense: for every additional bit, the total number of ADC codes doubles, and the quantization uncertainty is reduced by half (6dB). Therefore, a 10-bit ADC can theoretically provide an SNR of 61.96dB. Any jitter on the sampling clock will further degrade the SNR according to the following equation:

where SNRj is the jitter-limited SNR, fa is the analog input frequency, and tj is the root mean square (rms) value of the clock jitter.

Digitizing a 70MHz analog signal with a sampling clock that has 8ps jitter gives a jitter-limited SNR of approximately 49dB, which is equivalent to reducing the performance of a 10-bit ADC to approximately 8 bits. The clock jitter must be less than 2ps to achieve an SNR equivalent to a 10-bit ADC. There are many second-order factors that affect SNR, but the above equation is a very good first-order approximation. Differential clocks are often used to reduce jitter.

Power Input

Most ADCs have separate power inputs, one for analog circuitry and one for digital circuitry. It is recommended to use sufficient decoupling capacitors as close to the ADC as possible. Minimize the number of PCB vias and the trace length from the ADC power pins to the decoupling capacitors to minimize the inductance between the ADC and the capacitors. Just like the reference voltage decoupling, board designers sometimes place the decoupling capacitors on the back of the PCB under the chip to save board area. For the same reason, this should also be avoided. The ADC data sheet generally provides recommended decoupling solutions. In order to achieve specific performance, power and ground are often implemented using dedicated PCB layers.

Digital Output

The ADC switching digital signal output will generate transient noise and couple back to the sensitive analog circuit part in the ADC, causing failure. Shortening the output trace length to reduce the capacitive load driven by the ADC can help reduce this effect. Placing a series resistor at the ADC output can also reduce the output current spike. The ADC data sheet usually has some design recommendations for this.

Keywords:ADC Reference address:Suggestions for improving ADC performance

Previous article:Challenges of ADC Technology in SDR Implementation
Next article:STM32 ADC sampling period determination

Recommended ReadingLatest update time:2024-11-16 20:51

Without a high-quality probe, the highest resolution of the oscilloscope ADC is meaningless
There is a common misconception that measurement accuracy is determined only by instrument specifications, such as the number of waveforms displayed on the screen. However, the factors that affect actual accuracy are much more complex. Accuracy is closely related to the measurement setup and how well it maintains th
[Test Measurement]
Without a high-quality probe, the highest resolution of the oscilloscope ADC is meaningless
ADC Key Performance Indicators and Misconceptions - A Comprehensive Guide to Analog-to-Digital Converters (ADCs)
ADC key performance indicators and misunderstandings Since the demand for ADC products is much smaller than that for network products and servers, users and integrators inevitably have some misunderstandings about key indicators when choosing products. In addition, some mainstream manufacturers deliberately
[Analog Electronics]
Low dropout (LDO) regulator to ADC power supply interface
 Considering the sampling speeds of currently available ADCs and the many different voltage and clock domains inside a typical ADC, it is generally recommended to separate the different power supply inputs. By having the different power supply inputs belong to different domains, crosstalk between the supplies can be m
[Power Management]
Low dropout (LDO) regulator to ADC power supply interface
STM32 ADC DMA USART comprehensive learning
Learn STM32 ADC conversion and write and debug programs on the development board. Four tasks: 1. AD collects one channel in interrupt mode (single) 2.AD continuously collects four channels in interrupt mode 3. AD collects one channel in DMA mode, and the DMA depth is one level 4. AD collects four channels in
[Microcontroller]
Design of Input Isolation Circuit for Σ-Δ Analog-to-Digital Converter AD7708
AD7708 is a multi-channel 16-bit Σ-Δ analog-to-digital converter ADC. It supports 4 or 5 channels of true differential input and 8 or 10 channels of pseudo differential input. This chip allows two signals to be converted simultaneously, thereby improving the throughput in multi-channel conversion applications. It al
[Power Management]
Design of Input Isolation Circuit for Σ-Δ Analog-to-Digital Converter AD7708
How to use ADC technology for data acquisition in MCU system
System designers using MCUs benefit from Moore's Law, which provides more feature-rich functionality in smaller packages at lower costs. Embedded system designers and MCU vendors are concerned with three basic functions of data acquisition systems: capture, computation, and communication. Understanding all of these fun
[Microcontroller]
How to use ADC technology for data acquisition in MCU system
Phase imbalance measurement of high-speed analog-to-digital converters
When using high-speed ADCs (analog-to-digital converters) for product development, or when evaluating these devices for use in a design, it is important to pay attention to the ADC's output harmonics. ADCs typically use differential inputs to minimize common-mode noise and distortion, but these inputs are
[Analog Electronics]
Phase imbalance measurement of high-speed analog-to-digital converters
Principle and application of 18-bit high-precision analog-to-digital converter FS511
   1 Overview   FS511 is a high-precision, low-power analog-to-digital converter launched by Fujing Semiconductor . Its core is an 18-bit precision △-∑ ADC. In addition to the △-∑ ADC, it also integrates an operational amplifier, a low-pass filter, and a digital filter, which can filter the input signal multiple tim
[Power Management]
Principle and application of 18-bit high-precision analog-to-digital converter FS511
Latest Analog Electronics Articles
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号