Resolution refers to the smallest change in the analog signal that can be detected by the ADC. It is defined as the full-scale voltage divided by , where n is the number of bits. Higher resolution means finer signal granularity.
The conversion rate is the reciprocal of the time it takes to complete one analog-to-digital conversion.
Integrating ADCs: milliseconds (low-speed)
SAR ADCs: microseconds (medium-speed)
Flash/Hybrid ADCs: nanoseconds (high-speed)
Sampling time is the interval between two conversions. To ensure accurate results, the sample rate must be less than or equal to the conversion rate. Common units are ksps (kilo samples per second) and Msps (million samples per second).
Caused by the ADC’s limited resolution. It’s the maximum deviation between the actual analog input and the ideal linear output. Usually expressed as ±0.5 LSB or ±1 LSB.
This occurs when the output is not zero while the input is zero. It can often be adjusted externally using a potentiometer.
The difference between the actual and ideal input signal when the ADC output is at full scale.
The maximum deviation between the steps of adjacent digital output values.
The largest deviation of the ADC’s actual transfer function from the ideal straight line across all codes.
THD measures the harmonic distortion present in the output due to ADC non-linearity. It is the sum of all harmonic components and is frequency dependent.
SNR indicates the ratio between signal and noise levels. It is typically expressed in decibels (dB) and calculated as:
Power ratio: 10log(Ps/Pn)
Voltage ratio: 20log(Vs/Vn)
SNR is affected by resolution, linearity, jitter, and other factors. ENOB (Effective Number of Bits) is commonly used to represent ADC SNR performance.
PSRR measures the ADC’s ability to suppress changes in the output caused by fluctuations in the power supply.
AC PSRR: Measured with ripple voltage at 100Hz
DC PSRR: Measured by changing supply voltage ±5%
CMRR is the ratio of differential gain to common-mode gain. It evaluates the ADC’s ability to reject common-mode noise.
Due to internal noise, an ADC’s effective resolution is often lower than its nominal resolution. For example, a 12-bit ADC may deliver only 11-bit effective resolution in practice.
Input impedance affects ADC accuracy. Low source impedance or input buffering (often built into Sigma-Delta ADCs) is recommended to ensure minimal loading and accurate conversion.
Type | Features | Applications |
---|---|---|
SAR | Medium speed, moderate accuracy | General purpose, sensors, data logging |
Integrating | High accuracy, low speed | Meters, industrial instruments |
Flash/Parallel | Ultra high speed, high power | Video, RF, transient signal processing |
Sigma-Delta (∑-Δ) | High resolution, narrow bandwidth | Audio, medical instrumentation |
Pipelined | High speed, medium-high resolution | High-speed communication, waveform capture |
Choosing the right ADC involves evaluating several criteria:
Choose a resolution that meets or exceeds your signal accuracy needs. A good rule is to select one bit higher than your minimum requirement.
Ensure the conversion rate exceeds twice the maximum frequency of the input signal to avoid aliasing.
Some ADCs integrate multiple input channels with internal multiplexers. Useful for multi-sensor systems.
Determine if your signal requires single-ended or differential input, and check voltage range compatibility.
Select from SPI, I²C, parallel, or UART depending on your system needs.
Check whether the signal is bipolar or unipolar, and whether the ADC can handle the voltage levels.
Some ADCs require dual supply (±15V), while others are optimized for single 3.3V or 5V operation.
Use a precise external reference voltage for better accuracy if supported.
Low-power ADCs are preferred in battery-operated systems. CMOS technology often offers better efficiency.
Available in DIP, SOIC, QFN, BGA, etc. Choose based on assembly and space constraints.
For high-speed or AC signals, T/H circuits are essential to capture accurate snapshots of the input.
Some ADCs (and DACs) can operate rail-to-rail, meaning their output can swing from 0V to the full supply voltage—useful for full-scale signal usage.
Understanding ADC parameters such as resolution, SNR, THD, INL, and DNL is critical when selecting the right ADC for your application. Whether you're building a battery-powered sensor or a high-speed data acquisition system, this guide offers the technical foundation you need to make an informed decision.