Analog-to-Digital Converters, ADCs 101

Analogue or analog to digital converters bridge the gap between the analogue and digital worlds converting continuously varying analogue voltages to a stream of digital words - discover how they work.


    Home   » Electronic components » this page

Analogue to Digital Converter Includes:
ADC introduction    


In the realm of electronics, information exists in two fundamental forms: analogue or analog and digital.

Analogue signals are continuous and constantly varying, resembling a smooth curve. Signals like sine waves, ramp waves and the like are common examples, but they may also vary less or change in other ways.

These analogue signals represent real-world phenomena like temperature, sound, or light. Digital signals, on the other hand, are discrete and exist in distinct voltage levels, typically represented by a series of digital words, i.e. 0s and 1s.

Concept of an analogue to digital converter, ADC
Analogue to Digital Converter, ADC concept

Analog-to-Digital Converters (ADCs) play a crucial role in enabling communication and processing between these two domains.

They are electronic circuits that transform continuously varying analog signals into a sequence of discrete digital values. This conversion is essential for modern electronic systems because most processing and communication occur in the digital domain.

The Need for ADCs

It can be easiest to imagine where ADCs may be used by imagining a microphone capturing sounds.

The microphone generates an analogue voltage signal that fluctuates continuously in response to the sound waves. The electrical signals match those of the sound.

However, computers process information in the digital realm. To analyse this audio signal, the computer needs a way to understand these continuous variations in voltage. This is where ADCs come in.

The analogue audio signal is converted into a series of discrete digital values, and in this way the computer can interpret the amplitude and frequency of the sound.

This digital representation allows the computer to perform various operations on the audio, such as storing it as a digital file, playing it back through a speaker, or applying a variety of digital signal processing techniques.

Basic Principles of ADC Operation

In essence, analogue to digital converters, ADs, achieve the conversion through a process which has two main steps: sampling and quantisation.

  • Sampling:   In this stage, the ADC takes periodic "snapshots" of the analog signal voltage at specific intervals.

    These snapshots are essentially discrete values captured at fixed points in time. The sampling rate, measured in samples per second (SPS), determines how often these snapshots are taken.

    A higher sampling rate results in more accurate representation of the original analog signal.

  • Quantisation:   After sampling, the ADC quantises the sampled values. Quantisation involves assigning each sampled voltage level to a specific digital code, usually a binary number.

    The number of bits in this digital code determines the resolution of the ADC. A higher resolution, represented by more bits in the digital code, allows for more precise representation of the original analog signal.

The concept can be visualised by imagining a staircase with several steps. The closer together the steps are, the more accurately the staircase can represent a smooth incline.

Similarly, a higher resolution ADC, with more digital levels (steps), can provide a more precise representation of the original analog signal.

Nyquist-Shannon theorem

A theorem referred to as the Nyquist-Shannon teorem is central to sampling in this way and understanding the various parameters and limitations.

Nyquist-Shannon Sampling Theorem:

This fundamental theorem states that to perfectly reconstruct an analog signal from its digital representation, the sampling rate must be at least twice the highest frequency component present in the analog signal. This ensures capturing all the necessary information from the original signal for accurate reconstruction.

Types of ADCs

As will no doubt be imagined, there are several ways or techniques used for analogue to digital converters. Each one has its own advantages and disadvantages, so its necessary to understand what options are available and their characteristics.

Here are some of the more common types of ADC.

  • Successive Approximation ADCs (SAR ADCs):   These ADCs utilize a binary search algorithm to progressively refine an approximation of the analog signal voltage. They are fast and offer good resolution but may have higher power consumption.

  • Flash ADCs:   These ADCs use an array of comparators to simultaneously compare the analog input to multiple reference voltages. They achieve very high sampling rates but have lower resolution and higher complexity due to the large number of comparators required.

  • Delta-Sigma or 'Integrating' ADCs:   These ADCs integrate the difference between the analog input and a reconstructed digital signal over time. They are power-efficient and offer good noise performance but may have slower conversion times.

  • Pipeline ADCs:   These combine the features of SAR and flash ADCs, offering high speed and good resolution. They achieve this by dividing the conversion process into multiple stages, improving performance compared to individual SAR or flash ADCs.

Analogue to digital converter characteristics

As with any device, when selecting one for a circuit, its necessary to know what the key parameters are and what they mean.

  • Resolution:   The number of bits in the digital output code, determining the precision of the analog signal representation.

  • Sampling Rate:   The number of samples taken per second, influencing the ability to capture high-frequency components of the analog signal.

  • Conversion Time:   The time it takes for the ADC to convert a single analog sample into its digital representation.

  • Signal-to-Noise Ratio (SNR):   The ratio of the desired signal to the noise introduced by the ADC itself.

  • Power Consumption:   The amount of power required by the ADC to operate.

  • Dynamic Range:   The range of analog input voltages that the ADC can accurately convert.

Although there are many other specification parameters used, these represent the most widely used and important.



Analogue to digital converters are an essential part of today's electronics scene. With so many signals being processed digitally, it is necessary to move from the analogue domain into the digital domain - this is done using an ADC.

Ian Poole   Written by Ian Poole .
  Experienced electronics engineer and author.



More Electronic Components:
Batteries     Capacitors     Connectors     ADC     DAC     Diodes     FET     Inductors     Memory types     Phototransistor     Quartz crystals     Relays     Resistors     RF connectors     Switches     Surface mount technology     Thyristor     Transformers     Transistor     Unijunction     Valves / Tubes    
    Return to Components menu . . .