PartAndStock
Data Converters

What Is an ADC (Analog-to-Digital Converter)?

1 min read
Quick answer

An ADC (Analog-to-Digital Converter) is a circuit that converts a continuously changing analog voltage into digital values the processor can understand. For the general concept see the what are ADC and DAC article.

How Does It Work?

An ADC samples the signal at regular intervals and rounds each sample to the nearest digital level (quantization). The output is a binary number representing the input's magnitude at that moment.

Resolution

The number of bits sets the resolution: an 8-bit ADC distinguishes 256 levels, a 12-bit one 4096 levels. Higher resolution means finer measurement; sampling rate and resolution are considered together.

TypeProperty
SARFast, medium resolution (general purpose)
Sigma-DeltaVery high resolution, slow
FlashVery fast, low resolution

Relationship to the DAC

An ADC converts from analog to digital; a DAC does the opposite. Together they bridge digital systems and the real world.

Where Is It Used?

Sensor reading (temperature, pressure), audio recording, microcontroller input stages, measurement instruments and data-acquisition systems.

Single-Ended and Differential Input

ADC inputs come in two forms: single-ended measures the signal relative to ground, while differential measures the difference between two inputs. Because a differential input suppresses common-mode noise, it's preferred for precise measurements in long-cable or noisy environments.

Common Mistakes

  • Reference voltage: an unstable reference shifts the whole measurement.
  • Aliasing: if the sampling rate is too low, false frequencies appear; an anti-alias filter is needed.
  • Input impedance: if the source is very high-impedance, sampling is faulty; a buffer is needed.

Frequently Asked Questions

How many bits of ADC are needed?+
It depends on the application; 16-24 bits for audio, 10-12 bits usually enough for a simple sensor.
What is a SAR ADC?+
The most common general-purpose ADC, using successive approximation with a good balance of speed and resolution.

Search parts related to "What Is an ADC (Analog-to-Digital Converter)?"

Find the right part by comparing price, stock and distributors.

Search These Parts