If the operational amplifier is the front door of an analog signal chain, the analog-to-digital converter (ADC) is the room it leads into — the point where the physical world becomes digits your controller can actually act on. Choose the right ADC and your measurement is clean, fast, and repeatable. Choose wrong and no amount of firmware can rescue a noisy, alias-prone, or just-too-slow conversion.
For design and procurement teams working on industrial, instrumentation, energy, and medical applications, this guide breaks down the three dominant ADC topologies — SAR, sigma-delta, and pipeline — across the specs that actually matter, shows how to pair an ADC with the analog front-end around it, and gives practical sourcing guidance for 2026.
The Three ADC Architectures at a Glance
Every ADC is a trade-off between speed, resolution, and power. The three mainstream architectures each occupy a different corner of that triangle:
| Topology | Typical Resolution | Sample Rate | Best For |
|---|---|---|---|
| SAR (Successive Approximation) | 12–18 bit | 1 kSPS – 5 MSPS | General-purpose, fast-ish, low-power, cost-effective |
| Sigma-Delta (Σ-Δ) | 16–24 bit | 10 SPS – 1 MSPS | High-resolution, low-speed, noisy environments, audio & sensors |
| Pipeline | 8–16 bit | 10 MSPS – 1 GSPS+ | High-speed, high-bandwidth (communications, radar, video) |
Rule of thumb: If you need maximum resolution at low to moderate speed and the signal is relatively slow-varying, sigma-delta wins. If you need a solid balance of speed, resolution and power for a "normal" industrial channel, SAR is the workhorse. And if you're digitizing RF, video, or wide-bandwidth bursts, you're in pipeline territory.
For the vast majority of industrial, instrumentation, and IoT designs — thermocouple, strain gauge, current sensing, battery monitoring, motor control — the choice narrows to SAR vs sigma-delta. Pipeline ADCs are a different world (high-speed comms), and we touch on them mainly so you know when to keep scrolling.
SAR ADC: The Industrial Workhorse
A successive-approximation (SAR) ADC makes a decision bit-by-bit, like a very fast, very precise balance scale. Resistor or capacitor DACs inside the converter binary-search the input toward the reference.
When to Choose SAR
- Balanced speed + resolution: 12-bit at 1 MSPS or 16-bit at a few hundred kSPS covers most control and data-acquisition channels.
- Low power: SAR ADCs draw current proportional to sample rate, so they idle beautifully in battery and portable designs.
- Latency matters: SAR converts in one clocked pass — great for multiplexed channels and closed-loop control where you need a fresh sample now.
- Cost per channel: in multi-channel systems, SAR's simple single-ended/converter topology keeps BOM cost down.
The Trade-Off
SAR resolution tops out around 18 bits in practice. Get much past ~16 bits and the internal DAC matching and noise start to fight you — that's where sigma-delta takes over.
Sigma-Delta ADC: Resolution Champion
A sigma-delta (Σ-Δ) ADC oversamples the input and uses a modulator + digital decimation filter to push quantization noise out of band, then filters it away. The result: extremely high effective resolution from a modest, largely-digital core.
When to Choose Sigma-Delta
- High resolution at low speed: 20–24 bits for thermocouples, weigh scales, pressure, chemical sensors, precision current/voltage monitoring.
- Noisy environments: the internal decimation filter does serious averaging/rejection, taming 50/60 Hz line noise and broadband interference without external heroic filtering.
- Low-input-signal scaling: Σ-Δ converters with onboard PGA (programmable gain) let you digitize millivolt-level signals directly — fewer external gain stages.
- Audio & vibration: the classic audio ADC is sigma-delta; same applies to industrial vibration monitoring.
The Trade-Off
Sigma-delta is slower and has inherent latency (the decimation filter needs time to settle). For multiplexed, fast-switching inputs or closed-loop control, SAR remains the better fit.
Pipeline ADC: When to Keep Scrolling
Pipeline ADCs cascade multiple low-resolution stages to reach very high sample rates (10 MSPS and beyond) without sacrificing too much resolution (8–16 bit). They're the right tool for:
- Software-defined radio, radar, optical/lidar front-ends
- High-speed communications and 5G base-station digitization
- Video/imaging capture and broadband instrumentation
For typical industrial control, energy metering, or sensor conditioning, a pipeline ADC is overkill — more power, more cost, more complexity than the job demands. File this architecture under "know it exists," and reach for it only when your bandwidth genuinely calls for it.
The Specs That Matter (Not the Marketing Ones)
Datasheet charts bury the details, but five numbers actually separate good ADCs from painful ones:
- ENOB (Effective Number of Bits): The real usable bits after noise. A 16-bit datasheet part might deliver 13–14 ENOB in practice. Trust ENOB, not the headline resolution.
- INL/DNL (Integral / Differential Non-Linearity): How far the actual transfer curve deviates from ideal. This rules precision measurement — not headline bits.
- Noise: For sigma-delta parts, look at the noise (µV pk-pk) at your target sample rate — it scales with oversampling ratio. Lower is better for sensitive measurement.
- Reference & input range: Make sure the ADC's full-scale input and reference voltage match your front-end swing. A poorly matched front-end wastes half your bits.
- Sample rate vs settling: For multiplexed inputs, watch how long each conversion takes to settle and the conversion latency, not just the max SPS. Fast SPS with long latency still hurts in multi-channel scanning.
Pairing the ADC with Its Analog Front-End
An ADC is only as good as the signal you feed it. This is where the earlier selection guides in this series lock in:
- Front-end conditioning: An op-amp / instrumentation amplifier ahead of the ADC handles scaling, buffering, and impedance. The op-amp choice (see our Op-Amp Selection Guide) sets the noise and bandwidth the ADC sees.
- Reference stability: Precision measurement lives or dies by the reference. A tight temperature-coefficient voltage reference (like a 2.5 V precision reference) holds the ADC's full-scale at calibration — see our Power Management IC Selection Guide for reference-family guidance.
- Anti-aliasing: Decide whether the ADC's internal decimation (σ-Δ) or an external RC/active filter (SAR) provides the anti-aliasing you need, based on your signal bandwidth and sample rate.
Getting the front-end, reference, and converter to agree on range and noise is what separates a "working" board from a "trustworthy" one.
Current Sourcing Reality for Q3 2026
The analog signal chain is riding the same wave as the rest of the IC market — AI-driven capacity pressure keeps precision analog and data-converter lead times stretched, and higher-resolution precision ADCs are among the tighter lines. For buyers, that spells two practical rules:
- Lock high-volume converters early. If a 16-bit+ precision ADC is at the heart of your product, don't leave it to tape-out to confirm. Allocation and lead-time stretch are concentrated in precisely these parts.
- Design a second-source / alternate topology option. A 16-bit σ-Δ and a 16-bit SAR can often serve the same end-application when the trade-offs are understood — flagging an alternate early keeps your pipeline moving if your primary part tightens.
At Future-IC, our current spot inventory around the analog signal chain includes precision analog and support parts across ST, ADI, and TI — including low-noise op-amps for front-end conditioning, 2.5 V/3.0 V precision voltage references, and programmable precision parts that pair naturally with data-converter front-ends. ADC-specific stock and lead times move quickly, so for a live availability check on any converter or the rest of your BOM, ask us directly — we confirm real stock before we quote.
A Practical Decision Flow
- Need fast, multi-MHz digitization (RF, video, comms)? → Pipeline ADC.
- Need 20–24 bit resolution at low speed, noisy environment, low-level sensor? → Sigma-delta with onboard PGA (e.g., a 24-bit Σ-Δ with programmable gain for thermocouples / weigh scales).
- Need balanced speed + resolution for general industrial control / DAQ? → SAR (12–16 bit).
- Designing a clean signal chain? → Pair with a low-noise op-amp front-end (see Op-Amp Selection Guide) and a precision voltage reference (see Power Management IC Selection Guide).
- Ready to lock volume? → Confirm stock and lead time now, and keep an alternate topology bookmarked.
Run any converter you pick through the five-spec screen above (ENOB, INL/DNL, noise, reference/input match, settling) and you'll be far ahead of most spec sheets — and most competitors.
Future-IC is an independent authorized-channel distributor specializing in ST, ADI, and TI components. For real-time availability, pricing, or a quote on any converter, analog front-end part, or reference in this guide — or the rest of your BOM — contact our team today.

