Technical Resources

Choosing an ADC: Resolution, Sampling Rate, and the Analog Front End That Feeds It

Every measurement system converges on one component: the analog-to-digital converter. And when a system measures badly, the converter usually gets blamed for errors born upstream — in the sensor, the amplifier, the reference, or the layout. Here is how to choose an ADC and design the front end so the bits you buy are bits you keep.

Resolution Is Not Accuracy

A "16-bit ADC" resolves 1 part in 65,536 — on the bench, thermal noise, reference noise, and input noise typically eat 1.5 to 3 bits. The honest number is ENOB (effective number of bits), measured at your frequency and sampling rate. When comparing converters, compare ENOB plots, not the headline; a quiet 14-bit part can outperform a noisy 16-bit one across most of its bandwidth.

Sampling Rate: The Nyquist Rule and Its Fine Print

Sample at more than twice your highest signal frequency — and read that as "the highest frequency present", not the highest you care about. Out-of-band energy folds back into your data as aliases. The cures:

  • An anti-alias filter ahead of the converter, sized for the gap between your band and Nyquist.
  • Oversampling plus digital filtering — sampling at 4×–64× your needs relaxes the analog filter enormously and buys resolution back through averaging.
  • Check aperture jitter at high input frequencies: 1 ps of sampling jitter limits SNR near 80 dB at 10 MHz input, regardless of the datasheet's bit count.

Three Architectures, Three Jobs

ArchitectureTypical RangeStrengthsBest For
SAR8–24 bits, kSPS–10 MSPSSimple, low power, no latencyIndustrial sensing, battery instruments, multiplexed channels
Delta-sigma16–32 bits, <SPS–100 kSPSHighest resolution, built-in digital filterWeight scales, precision temperature, audio, energy metering
Pipeline8–16 bits, >10 MSPSThroughputCommunications, imaging, radar, test equipment

The Front End Decides Everything

  • Input impedance and driving: SAR inputs draw charge spikes during acquisition; most need a driver amplifier and an R-C charge-kickback network tuned to the datasheet values.
  • The voltage reference is part of the signal path. Reference noise appears directly in the output — divide its noise budget just like the input's. A brilliant ADC behind a drifting reference measures nothing reliably.
  • Gain and offset belong before the converter: amplify and level-shift with a proper instrumentation amplifier so the signal uses (ideally) most of the ADC's input range; unused range is wasted resolution.
  • Layout discipline: separate analog and digital returns with a single join, keep the reference trace short and guarded, and never let a digital line cross the analog input routing.

A Short Selection Workflow

  1. Write down bandwidth, required ENOB at that bandwidth, and channel count.
  2. Pick architecture by throughput (delta-sigma for precision/slow, SAR for multiplexed/mid, pipeline for fast).
  3. Budget noise: input, amplifier, reference — the largest term wins, so improve that first.
  4. Choose an interface your MCU comfortably clocks (SPI rates add up at 24 bits × many channels).
  5. Validate with a real source impedance and a real reference, not the EVM's pristine lab supply.

JTDZ Tech supplies precision ADCs, analog front-end ICs, and voltage references from the major manufacturers, with ENOB-relevant datasheets and traceable stock. Tell us your signal chain and we will quote the converter, driver, and reference as a matched set.

Motor Drive Design Essentials: MOSFET Selection, Gate Driving, and Layout
Wide-Bandgap Semiconductors: How SiC and GaN Are Reshaping Power Design