Real-world signals such as temperature, pressure, sound, light, and vibration are analog, but processors can only work with digital data. An analog-to-digital converter (ADC) connects these two areas by measuring an analog voltage and changing it into a digital value. However, choosing an ADC involves more than comparing resolution and sampling rate. The converter must also match the signal bandwidth, accuracy target, response time, channel count, power limit, and operating environment. The voltage reference, driver circuit, filtering, clock quality, PCB layout, and system noise can also determine whether the final measurement is reliable.

A flash ADC is an analog-to-digital converter designed for extremely fast signal conversion. It converts an analog input voltage into digital data by comparing the input with multiple reference voltages simultaneously. Because these comparisons happen in parallel, the converter can produce a result in one main comparison step. Flash ADC architecture is commonly selected when conversion speed is more important than high resolution, low power consumption, or small circuit size.'
A basic flash ADC contains a reference-voltage ladder, a bank of comparators, and a digital encoder. The voltage ladder divides the ADC’s full-scale input range into equal threshold levels. The same analog input is supplied to every comparator, while each comparator receives a different reference voltage. An n-bit flash ADC requires 2^n-1comparators. For example, a 4-bit converter uses 15 comparators, while an 8-bit converter needs 255.

As shown in the flash ADC architecture image, each comparator determines whether AIN is above or below its assigned threshold. When the input voltage rises, more comparators change state. Their outputs create a thermometer code, which consists of an ordered pattern of active and inactive outputs. The level decoder converts this pattern into the corresponding n-bit binary digital value. Practical flash ADCs may also contain a sample-and-hold circuit, output latches, and error-correction logic to improve conversion stability.
The main advantage of a flash ADC is its exceptional conversion speed. Since all comparators operate at the same time, the architecture offers high sampling rates and very low latency. It is well suited to capturing fast pulses, wide-bandwidth signals, and other rapidly changing inputs.
Its main disadvantage is the large number of comparators required as resolution increases. A high comparator count consumes more power, occupies more chip area, raises manufacturing costs, and increases input capacitance. Comparator offset errors can also cause missing codes or incorrect transitions if the components are not carefully matched. Flash ADCs are therefore normally used for high-speed, low-to-moderate-resolution applications rather than precision measurements.
• Digital oscilloscopes and logic analyzers
• Radar and electronic warfare receivers
• High-speed wireless communication systems
• Video and image-processing equipment
• Optical communication receivers
• Fast data-acquisition systems
• Pulse-detection and timing circuits
• High-speed laboratory test equipment
A pipelined ADC is a high-speed analog-to-digital converter that divides the conversion process among several stages. Each stage determines a small portion of the digital result and sends the remaining analog information to the next stage. By allowing multiple stages to process different samples at the same time, the pipelined ADC architecture provides high throughput without requiring as many comparators as a flash ADC of the same resolution.

A typical pipeline stage contains a sample-and-hold circuit, a low-resolution sub-ADC, a DAC, a subtractor, and a residue amplifier. As shown in the image, the sample-and-hold circuit first captures the incoming analog signal. The ADC/comparator then estimates part of its value and produces several digital bits for that stage. The DAC converts this partial digital result back into an analog voltage.
The reconstructed DAC voltage is subtracted from the sampled input to obtain a residue, which represents the part of the signal that has not yet been converted. The amplifier increases this residue to the correct level before passing it to the next stage. The process continues until all stages have processed the signal. Finally, digital alignment and error-correction circuits combine the partial results into one complete digital output.
A pipelined ADC normally needs several clock cycles before the first complete result becomes available. However, after the pipeline is filled, different stages can process consecutive samples simultaneously. This allows the converter to produce a new result on nearly every clock cycle, depending on its design.
The main advantages of a pipelined ADC are its high sampling rate, moderate-to-high resolution, and efficient comparator use. It can process wide-bandwidth signals while using far fewer comparators than an equivalent high-resolution flash ADC. This makes pipeline architecture suitable for applications that need both speed and reasonable accuracy.
Its main disadvantage is conversion latency because each sample must travel through several stages before the final result is ready. The architecture is also more complex and may consume more power than SAR or sigma-delta converters used at lower sampling rates. Errors in stage gain, comparator thresholds, DAC accuracy, and timing can reduce performance, so many modern pipeline ADCs use calibration and digital error correction.
• Wireless base stations and communication receivers
• Radar and electronic warfare systems
• Medical imaging equipment
• Digital oscilloscopes
• High-speed data-acquisition systems
• Video and image-processing equipment
• Cable and broadband communication systems
• Industrial measurement and test instruments
A successive approximation register ADC, commonly called a SAR ADC, converts an analog voltage into digital data through a step-by-step binary search. It tests each output bit in order, beginning with the most significant bit and ending with the least significant bit. This architecture offers a practical balance of speed, resolution, power consumption, accuracy, and cost, making it one of the most widely used ADC types.

A typical SAR ADC contains a sample-and-hold circuit, comparator, digital-to-analog converter, successive approximation register, and control logic. In the image, the block marked “ADC” represents the comparison stage. The sample-and-hold circuit first captures the analog input and keeps it stable throughout the conversion. The SAR then sets a trial digital code, which the DAC converts into an analog comparison voltage.
The first trial normally sets the most significant bit to 1, producing a DAC voltage near half of the full-scale range. The comparator checks this voltage against the sampled input. If the input is equal to or greater than the trial voltage, the SAR keeps the bit. If the input is lower, the bit is cleared. The register repeats this process with every remaining bit, using progressively smaller voltage steps. After all bits have been tested, the SAR provides the completed binary digital output.
An n-bit SAR ADC normally requires ncomparison steps, in addition to signal-acquisition time. For example, a 12-bit converter performs 12 bit decisions during one conversion. This gives a predictable conversion time regardless of the input voltage.
The main advantages of a SAR ADC are good resolution, moderate-to-high conversion speed, low power consumption, and relatively low latency. It does not require the large comparator bank used in flash converters or the complex digital filtering found in sigma-delta ADCs. SAR ADCs can also begin a conversion when triggered, making them suitable for measuring non-periodic signals and scanning multiple sensor channels.
However, a SAR ADC is generally slower than flash and high-speed pipeline architectures. The analog input must remain stable while the bit decisions are made, and the input driver must charge the ADC’s internal sampling capacitor within the available acquisition time. Noise, poor reference-voltage stability, inadequate settling, or excessive input impedance can reduce accuracy. An external anti-aliasing filter may also be required before the ADC.
• Microcontrollers and embedded systems
• Industrial sensors and process-control equipment
• Battery-powered and portable devices
• Data-acquisition systems
• Medical measurement instruments
• Motor-control and power-conversion systems
• Automotive electronic systems
• Multichannel sensor interfaces
• Programmable logic controllers
• General-purpose test equipment
A sigma-delta ADC, also called a delta-sigma ADC, is a high-resolution analog-to-digital converter that uses oversampling, feedback, noise shaping, and digital filtering. Instead of directly producing a complete multi-bit result for every sample, it first creates a high-speed stream of digital values. A digital filter then processes this stream to generate the final high-resolution output.
Sigma-delta architecture is especially useful for accurately measuring low-frequency or slowly changing signals. Its strong noise performance makes it a common choice when precision and resolution are more important than extremely fast response.

The basic sigma-delta ADC shown in the image contains a summing circuit, integrator, comparator, 1-bit DAC, digital filter, and decimator. These first four blocks form the sigma-delta modulator. The analog input enters the summing circuit, where the DAC feedback voltage is subtracted from it. The integrator accumulates this difference over time and passes the result to the comparator.
The comparator acts as a 1-bit quantizer, changing the integrator output into a stream of ones and zeros. This bit stream also controls the 1-bit DAC in the feedback loop. The DAC converts each bit into an analog feedback level, which helps the modulator continuously track the input. A higher input voltage generally creates a greater density of ones, while a lower input produces a greater density of zeros.
The modulator operates at a sampling rate much higher than the final output-data rate. This oversampling and feedback process shapes much of the quantization noise toward higher frequencies, away from the signal band. The digital filter removes out-of-band noise, and the decimator reduces the data rate while producing a multi-bit digital result. More advanced sigma-delta ADCs may use several integrators or a multi-bit quantizer and DAC.
The main advantages of a sigma-delta ADC are high resolution, good linearity, excellent low-frequency noise performance, and strong rejection of interference. Oversampling also makes the analog anti-aliasing filter easier to design because the filter usually does not need such a sharp cutoff. A 1-bit DAC can also provide good inherent linearity because it switches between only two reference levels.
The main disadvantages are limited signal bandwidth and digital-filter latency. The output does not respond immediately because the filter must process many modulator samples before delivering a stable result. This delay can make sigma-delta ADCs unsuitable for very fast control loops, radar, and other wideband applications. Their performance also depends on clock quality, reference stability, filter settings, and sufficient settling time after an input or channel change.
• Digital audio recording and playback equipment
• Precision temperature and pressure sensors
• Electronic weighing scales and load-cell systems
• Digital multimeters and laboratory instruments
• Industrial process-monitoring equipment
• Medical measurement devices
• Energy meters and power-monitoring systems
• Seismic and vibration measurement equipment
• Bridge sensors and strain gauges
• Low-frequency data-acquisition systems
A dual-slope ADC is an integrating analog-to-digital converter that measures an unknown input voltage by comparing it with a precise reference voltage over two timed phases. Its name comes from the two slopes created at the integrator output: one while integrating the input voltage and another while returning the output to zero using the reference voltage.
Dual-slope ADC architecture prioritizes accuracy, stability, and noise rejection rather than conversion speed. It is particularly effective at rejecting periodic interference, such as 50 Hz or 60 Hz power-line noise, when the integration period is selected correctly.

As shown in the image, the main dual-slope ADC components include an input switch, resistor R, integrator A_1, capacitor C, comparator A_2, clock gate, counter, control logic, and output latches. The switch connects the integrator to either the unknown analog input V_INor the opposite-polarity reference voltage -V_REF.
During the first phase, called run-up or integration, the control logic connects V_INto the integrator for a fixed number of clock cycles. The integrator output develops a ramp whose final level depends on the average input voltage. A larger input produces a greater change at the integrator output during this fixed interval.
During the second phase, called run-down or deintegration, the switch connects the known reference voltage with the opposite polarity. This causes the integrator output to move back toward zero at a controlled rate. The clock and counter measure how long this return takes, while the comparator detects the zero crossing. The measured time is proportional to the input voltage:

The control logic stops the counter when the integrator reaches zero. The latches then hold the counter value as the final binary or BCD digital output.
The main advantages of a dual-slope ADC are high accuracy, good long-term stability, and excellent rejection of electrical noise. Because the same resistor, capacitor, and clock affect both conversion phases, many component errors cancel when the two intervals are compared. The result depends mainly on the reference-voltage accuracy and the measured time ratio. This reduces the need for extremely precise integrator components.
The primary disadvantage is slow conversion. Each measurement requires a fixed integration period followed by a variable deintegration period, so the ADC cannot process rapidly changing or high-frequency signals efficiently. It also requires accurate control timing and a stable reference voltage. For this reason, dual-slope ADCs are better suited to precision measurements than high-speed communication, video, or control applications.
• Digital multimeters
• Digital panel meters
• Precision laboratory instruments
• Electronic weighing equipment
• Temperature-measurement systems
• Low-speed industrial data acquisition
• Battery and power-supply testers
• Resistance and current measurement instruments
• Precision DC voltmeters
• Sensor calibration equipment
The following examples show how signal bandwidth, channel count, resolution, sampling rate, latency, and power requirements affect ADC selection.
Consider a factory monitoring system that measures eight independent analog signals. Four pressure sensors have a bandwidth of 2 kHz, two vibration sensors have a bandwidth of 10 kHz, and two temperature sensors have a bandwidth of only 50 Hz. The required resolution is 16 bits.
The theoretical minimum sampling throughput based on the Nyquist criterion is:
fTOTAL=(4×2×2)+(2×2×10)+(2×2×0.05)
fTOTAL=56.2kSPS
In practice, the designer should provide additional sampling margin for anti-aliasing filters, channel switching, and input settling. A total ADC throughput of approximately 100 to 200 kSPS would therefore be more suitable.
A multiplexed 16-bit SAR ADC is a practical choice because it can switch quickly between independent channels and has low conversion latency. However, the input driver must settle to the required accuracy after every channel change. A sigma-delta ADC could provide better low-frequency noise performance, but a multiplexed model may require more settling time after switching channels. Another option is to use a separate low-speed sigma-delta ADC for the temperature sensors and a multichannel SAR ADC for the pressure and vibration signals.
Consider a portable audio recorder with two microphone channels. Each channel must capture frequencies from 20 Hz to 20 kHz, and the required output resolution is 24 bits. The recorder must operate for several hours from a rechargeable battery.
The theoretical minimum sampling rate for each channel is:
fS>2×20kHz=40kSPS
A standard audio sampling rate of 48 kSPS provides additional space for the anti-aliasing filter. The total output rate for two channels is 96 kSPS, although audio ADCs normally convert both channels internally and deliver the data through a serial audio interface.
A stereo sigma-delta audio ADC is the most suitable option. Important selection factors include dynamic range, signal-to-noise ratio, total harmonic distortion plus noise, microphone-input support, and power consumption. The device should also provide an I²S-compatible interface for connection to the audio processor. A SAR ADC could digitize the signals, but it would require more external filtering, amplification, and audio-processing circuitry. For this application, an integrated audio ADC generally offers a simpler and more power-efficient design.
Consider a communication receiver that must digitize a single intermediate-frequency signal with a bandwidth of 80 MHz. The system requires at least 12-bit resolution and low distortion so that weak signals can be detected near stronger signals.
The theoretical minimum sampling rate is:
fS>2×80MHz=160MSPS
A sampling rate of 200 MSPS or higher would provide practical filtering margin. However, bandwidth alone is not enough to select the ADC. The converter must also have sufficient analog input bandwidth, SNR, SFDR, and clock performance at the intended input frequency.
A pipelined ADC is usually suitable because it can provide 12-bit or higher resolution at several hundred MSPS. Its conversion latency is normally acceptable in a communication receiver because the signal-processing chain can account for a fixed delay. A flash ADC could offer lower latency but would generally consume more power and may provide lower resolution. A SAR or conventional precision sigma-delta ADC would normally be too slow for this bandwidth.
Clock jitter is especially important in this application. As the input frequency increases, sampling-clock timing errors reduce the achievable SNR. The final design therefore needs a low-jitter clock source, a suitable high-speed ADC driver, impedance-controlled PCB traces, and a properly designed anti-aliasing filter.
The right ADC must match the signal bandwidth, required accuracy, response time, power limit, operating environment, interface, and budget. Choosing more speed or resolution than necessary can increase cost and power use without improving the measurement.
Each architecture offers a different balance of speed, resolution, power, and latency. Choose SAR or sigma-delta ADCs for slow sensor signals, pipelined ADCs for high-speed signals, and flash ADCs when extremely low latency is required.
An N-bit ADC produces 2^Noutput levels. Its ideal voltage step is:

For example, a 12-bit ADC with a 3.3 V range has an ideal step of 0.806 mV. However, higher resolution does not always provide higher accuracy because noise, reference error, offset, and nonlinearity can reduce usable performance.
The sampling rate should be more than twice the highest input frequency. A 20 kHz audio signal therefore requires more than 40 kSPS, with 44.1 or 48 kSPS commonly used. Additional margin is normally needed for anti-aliasing filters and signal processing.
Check offset error, gain error, INL, DNL, SNR, THD, and effective number of bits. DC sensor systems need low offset and drift, while audio and communication systems require good SNR, dynamic range, and distortion performance.
Latency is the delay between sampling and receiving valid data. SAR ADCs offer low latency, while pipelined and sigma-delta ADCs introduce more delay. Low latency is important in motor control, power conversion, and protection systems.
Portable devices need low-power ADCs with sleep or standby modes. High-speed ADCs normally consume more power. Include the power used by the voltage reference, driver, clock, and interface when estimating total consumption.
The interface must match the processor or FPGA. SPI is common for SAR and precision ADCs, I²C suits low-speed monitoring, and I²S is used for audio. High-speed converters may require LVDS, parallel CMOS, or JESD204 interfaces.
Multiplexed ADCs measure several channels sequentially and suit slowly changing signals. Simultaneous-sampling ADCs are better when timing between channels must be preserved, such as in three-phase power measurement and motor control.
Choose an ADC rated for the expected operating environment. Also check how temperature affects offset, gain, reference stability, and noise—not only the minimum and maximum operating limits.
Consider the cost of the ADC and its supporting components. External references, amplifiers, filters, clocks, power rails, and PCB requirements can increase the total cost. An ADC with integrated functions may simplify the design if its performance meets the application requirements.
An ADC driver circuit connects the signal source to the converter and helps the input voltage settle correctly before each conversion. It is especially important for SAR and high-speed ADCs because their internal sampling capacitors draw short current pulses. A source with high impedance or insufficient driving ability may cause inaccurate readings and signal distortion.
The driver amplifier should have low noise, low offset, sufficient bandwidth, fast settling time, and an output range that matches the ADC input. A small RC network is often placed between the amplifier and ADC to reduce high-frequency noise, supply sampling current, and improve stability. However, incorrect resistor or capacitor values may slow the settling process.
Differential ADCs may require a fully differential amplifier to convert a single-ended signal into two balanced signals. The circuit must also provide the correct common-mode voltage. Gain, output swing, distortion, stability, and settling time should be verified under actual operating conditions.
• Define the measurement requirements: Identify the input range, signal bandwidth, required accuracy, sampling rate, channel count, response time, power limit, and operating temperature.
• Select the correct ADC: Choose an architecture, resolution, sampling speed, input range, and digital interface that match the application without adding unnecessary cost or power consumption.
• Design the complete signal chain: Select a stable voltage reference, suitable ADC driver, and signal-conditioning circuit. Use amplification, attenuation, level shifting, and filtering when necessary.
• Create an error budget: Estimate errors from the sensor, amplifier, voltage reference, resistors, ADC, noise, and temperature drift to confirm that the system can meet its accuracy target.
• Optimize the PCB layout: Keep analog and reference traces short, place decoupling capacitors close to the ADC, and keep sensitive inputs away from clocks, switching regulators, and fast digital signals.
• Improve measurement performance: Use calibration to reduce offset and gain errors. Averaging, oversampling, and digital filtering may reduce random noise when applied correctly.
• Test the completed system: Verify accuracy, noise, linearity, bandwidth, distortion, settling time, and temperature stability using known input signals under real operating conditions.