Applications of Delta-Sigma ADC

Publisher:czm721002Latest update time:2012-02-11 Keywords:ADC Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

The delta-sigma ADC may look complex on the surface, but it is actually a series of simple components that make up a precise data converter. The delta-sigma ADC consists of two main building blocks: a delta-sigma modulator that performs the analog-to-digital conversion and a digital low-pass filter/decimation circuit. The basic building blocks of the delta-sigma modulator (integrated op amp, summing node, comparator/1-bit ADC, and 1-bit DAC) are shown in Figure 1. The modulator's charge balancing circuit forces the comparator's digital output bit stream to represent the average analog input signal. The comparator output is processed by a low-pass digital filter while being fed back to the modulator's 1-bit DAC. This filter essentially counts the number of 0s and 1s and removes much of the noise, allowing for data converters up to 24 bits.

Figure 1: A delta-sigma ADC consists of a delta-sigma modulator that performs the analog-to-digital conversion followed by a digital filter and decimator.

analog: simulation

integrator: integrator

comparator: Comparator

1-bit ADC:1 位 ADC

digital filter: digital filter

decimator: extractor

digital output: digital output

1-bit DAC: 1-bit DAC

1-bit data stream: 1-bit data stream

A major obstacle to achieving more bits of resolution is noise. Noise can be a major problem for designers trying to discern microvolt (μV) changes from thermocouples, sensors, or other low-level signal sources. The noise floor is composed of the sum of all the unwanted external and modulator-surrounding noise sources. And the thicker the noise floor, the harder it is to detect real changes in the analog input signal you are trying to test.

Oversampling, noise shaping, digital filtering, and decimation are four important methods that delta-sigma converters use to reduce noise and produce high-resolution output data. Assuming that a data converter's input signal is sampled at a frequency fS, according to the Nyquist theorem for data, fS must be at least twice the input frequency (fIN=fS/2). Oversampling is sampling the input signal at a frequency that is twice the input signal frequency. A larger oversampling ratio (k) will produce a more complete digital bit stream representation. The more "1" or "0" that make up the bit stream, the better the digital approximation of the input signal. Figure 2 shows how oversampling at a sampling rate of kx fS/2 allows the modulator to spread the same amount of noise over a wider frequency range. This greatly reduces the noise floor in the frequency band of interest. For every 2x increase in the oversampling ratio, the ideal signal-to-noise ratio (SNR) improves by 3dB. A larger SNR means that the delta-sigma converter can better resolve smaller changes in the analog input.

Figure 2: Oversampling reduces the noise floor in the frequency band of interest

Power: Power

Noise floor after oversampling: Noise floor after oversampling

orignal noise floor: initial noise layer

frequency: frequency

Oversampling ratio: oversampling ratio

The delta-sigma converter can accurately measure the analog input by using an integrator in the modulator control loop to perform noise shaping. The noise shaping process of the integrator is to force more noise to higher frequencies, as shown in Figure 3. The digital low-pass filter then removes the high frequency portion of the noise, which greatly improves the SNR. The digital filter can also be used to greatly reduce noise at 50Hz, 60Hz or other unwanted frequencies.

Figure 3: The integrator forces the noise to a higher frequency

Signal Amplitude : Signal amplitude

Digital Filter Rsponse: Digital filter response

power: power

1. The integrator forces the noise out of the frequency band of interest;

2. Digital filter filters out high-frequency noise

frequency: frequency

Oversampling ratio: oversampling ratio

There will always be some noise in the digital bit stream from the input signal. But through averaging and filtering, delta-sigma ADCs significantly reduce the noise floor. The oversampling ratio and the "order" of the internal delta-sigma modulator determine the noise level. The term order refers to the number of integrators. For example, a 3rd order modulator has 3 integrator stages.

Although adding integrator stages and increasing oversampling ratios can further reduce noise, stability is a major concern for 3rd-order or higher delta-sigma converters. Once delta-sigma modulators become unstable, they often do not become stable again unless power is cycled. All Linear Technology delta-sigma converters use 3rd-order modulators, and the modulator and filter are reset for each conversion. Even if the modulator becomes unstable (which is likely to happen with low reference voltages and large input signals), Linear Technology's delta-sigma ADCs can restore stability on their own without periodically cycling power, which may not be possible with other ADCs.

After the modulator loop is stable and the noise is shaped by the integrator, the next step is to filter and decimate the generated digital signal. Decimation is to discard some samples, mainly to remove redundant signal information caused by oversampling. If the oversampling rate is 256, the ADC takes the average of 256 samples, and the decimator produces 1 digital output for every 256 samples. The digital signal generated after filtering and decimation is then output from the ADC, which adopts a serial format.

The digital output of a delta-sigma ADC is only as good as its reference. A noisy reference is a major source of error in any data converter. The 1-bit DAC of a delta-sigma modulator is biased by a positive and a negative reference voltage. The positive (or high) reference voltage is generally the upper limit of the input range, while the negative (or low) reference voltage is generally the lower limit. Some delta-sigma ADCs have both the positive and negative references connected externally, while others have the low reference connected to a common voltage, such as ground. Other ADCs have the option of using an internal bandgap reference or an external reference. Linear Technology's delta-sigma converters allow the designer to vary the reference and input common-mode voltages from ground all the way up to the supply voltage.

Conversion clock and data latency are two important factors to consider when selecting a delta-sigma converter. The clock controls the internal timing of data processing and determines the conversion time. The conversion clock can be provided internally or from an external crystal or silicon oscillator. However, since the digital filter does not suppress the oscillator frequency, there is an advantage to using an internal oscillator.

Due to data delays, the current output result lags behind the input by one sampling cycle. All of Linear Technology's No Latency Delta Sigma™ converters settle within one cycle, simplifying multiplexed applications.

Although the delta-sigma ADC is simple in nature, configuring this ADC is often a complex process, such as writing many instructions, balancing the complexity of the input stage and selecting an external oscillator. Linear Technology's delta-sigma converters have no calibration sequence, configuration registers, filter stabilization time and external oscillator, reducing the complexity of the design. Transparent offset and full-scale automatic calibration are performed in each conversion cycle to ensure high accuracy, which guarantees the ability to distinguish differences of 1 gram or 0.01 degree.

Keywords:ADC Reference address:Applications of Delta-Sigma ADC

Previous article:New MOSFET PSPICE Model Including Thermal Model
Next article:Current-to-voltage conversion circuit and simulation

Recommended ReadingLatest update time:2024-11-16 17:54

Design of smoke alarm based on 51 single chip microcomputer - ADC0809
1. Hardware Solution The fire alarm uses 51 single-chip microcomputer as the core controller, and realizes basic functions by using gas sensor MQ-2, ADC0809 analog-to-digital converter, DS18B20 temperature sensor, etc. Through these sensors and chips, when the concentration or temperature of combustible gas in the env
[Microcontroller]
Design of smoke alarm based on 51 single chip microcomputer - ADC0809
Detailed explanation of the conceptual differences between ADC accuracy and resolution
When talking to system designers who use analog-to-digital converters (ADCs), one of the questions I hear most often is: “Is your 16-bit ADC also 16 bits of accuracy?” The answer to this question depends on a basic understanding of the concepts of resolution and accuracy. Despite being two completely different con
[Power Management]
Detailed explanation of the conceptual differences between ADC accuracy and resolution
High-performance signal source for ADC and audio testing using innovative digital pre-distortion technology
summary Testing precision instrumentation requires ultra-low distortion, low noise, high-performance signal generators. New products are often required to meet high performance targets. Reference designs, such as the ADMX1002, simplify this task by leveraging high-performance precision digital-to-an
[Industrial Control]
High-performance signal source for ADC and audio testing using innovative digital pre-distortion technology
Ultra-high-speed analog-to-digital converter AD9224 and its applications
   1 Introduction   AD9224 is a 12-bit, 40MSPS high-performance analog-to-digital converter produced by AD Company in the United States. It features an on-chip high-performance sample-and-hold amplifier and voltage reference. Under a single +5V power supply, its power consumption is only 376mW, and the signal-to-noi
[Analog Electronics]
Decoupling and ADC interface
This article will take the example given in "Interfacing a Single Low Dropout (LDO) Regulator to an ADC Power Supply" a step further. This example uses fewer LDOs and consolidates the ADC's power rails while maintaining isolation with ferrite beads. Another very important consideration so far is proper power supply de
[Power Management]
Decoupling and ADC interface
The influence of sampling clock jitter on ADC signal-to-noise ratio and jitter clock circuit
ADC is the bridge between the analog signal processing part and the digital signal processing part in modern digital demodulators and software radio receivers. Its performance largely determines the overall performance of the receiver. There are many sources of noise introduced in the A/D conversion process, mainly
[Analog Electronics]
The influence of sampling clock jitter on ADC signal-to-noise ratio and jitter clock circuit
ADC program of avr microcontroller mega32
Check the manual, write the program, and discuss if there are any problems ***************************************************************** //CPU:mega32 //Compiler:iar #include ioavr.h #include "adc.h" int main(void) {         int m; adc_init();              m = adc_get(0);         m=m; while(1); } void adc_init(v
[Microcontroller]
Challenges and Recent Developments in Digital Medical Imaging
21st Century Digital Imaging Technology has brought us superior diagnostic capabilities, image archiving, and retrieval capabilities anytime, anywhere. Since the advent of digital technology in the early 1970s , digital imaging has become increasingly important. New advances in mixed-signal
[Medical Electronics]
Challenges and Recent Developments in Digital Medical Imaging
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号