Analog-to-digital converters quantize real-world signals into 2^N digital levels and sample them in time. Texas Instruments' 16-bit ADS1115 delta-sigma converter produces 65,536 levels at 860 SPS across 4 channels, while Nyquist-rate rules require sampling above twice the input signal's highest frequency to prevent aliasing.
What is an analog-to-digital converter, and how does it convert real-world signals into digital form?
Analog Devices defines an ADC as a device that translates real-world analog signals — temperature, pressure, voltage, current, distance, or light intensity — into a digital representation of that signalCITE:E1. This translation is the foundational step that lets electronic systems process physical-world measurements using digital logic.
How does an ADC's resolution determine how many digital values it can represent?
An ADC's resolution sets a hard ceiling on how many distinct digital values it can output. Analog Devices states that an ADC with N output bits produces 2^N digital values, where N is the number of binary output bitsCITE:E2. NI illustrates this formula with a concrete case: a 16-bit converter divides its measurement range into 2^16, or 65,536, discrete levelsCITE:E6. The relationship is exponential — each added bit doubles the number of levels available to represent the same analog range.
What is quantization error, and how does it arise during ADC conversion?
Quantization error is the inherent uncertainty created when an analog input signal falls between two quantization levels. Analog Devices explains that because a converter has finite resolution, the analog input will land between quantization levels, producing this inherent uncertaintyCITE:E4. In other words, quantization error is not a flaw in a specific converter — it is a structural consequence of representing a continuous analog value with a finite set of discrete digital levels.
How do the Nyquist theorem and Nyquist criterion prevent signal aliasing?
Both Analog Devices and NI describe the same sampling constraint from different angles. Analog Devices' Nyquist theorem states that signal frequency must be less than or equal to one half the sampling frequency to prevent aliasingCITE:E3. NI's Nyquist criterion frames the same requirement from the sampling side: the sample rate fs must be greater than twice the highest frequency component of interest in the measured signalCITE:E7. Together, these two statements define the boundary condition that any sampling system must satisfy to avoid misrepresenting a signal's frequency content.
How does Texas Instruments' ADS1115 apply 16-bit delta-sigma technology for high-resolution conversion?
Texas Instruments' ADS1115 is a 16-bit, 860-SPS, 4-channel delta-sigma ADC with a programmable gain amplifier, oscillator, voltage reference, comparator, and I2C interfaceCITE:E5. At 16 bits of resolution, the ADS1115 resolves its input range into 2^16, or 65,536, discrete quantization levels — the same figure NI cites for a generic 16-bit instrumentCITE:E6. The ADS1115 datasheet thus serves as a concrete, commercially available example of the resolution formula and quantization-level count described above.
| Metric | Value | Source |
|---|
| ADC resolution formula | 2^N digital values for N output bits | CITE:E2 |
| 16-bit quantization levels | 65,536 (2^16) discrete levels | CITE:E6 |
| ADS1115 sample rate | 860 SPS | CITE:E5 |
| ADS1115 channel count | 4 channels | CITE:E5 |
| Nyquist theorem (signal side) | Signal frequency ≤ 1/2 sampling frequency | CITE:E3 |
| Nyquist criterion (sampling side) | Sample rate fs > 2× highest frequency component | CITE:E7 |
What this means: the evidence shows two independent axes governing any ADC's fidelity — the number of discrete levels set by bit depth (2^N, concretely 65,536 at 16 bits) and the timing constraint set by the Nyquist relationship. Texas Instruments' ADS1115 anchors both axes to a single real product, pairing 16-bit resolution with an 860-SPS sample rate across 4 channels. Notably, Analog Devices and NI state the same underlying sampling constraint from opposite directions — one bounds signal frequency from above (≤ half the sampling rate), the other bounds sample rate from below (> twice the signal frequency) — a phrasing difference around the same boundary condition rather than a contradiction in substance.