Library
Back to reading

What Is Sampling?

What Is Signal Sampling?

Preview: Learn more about sampling and how continuous analogue signals are converted into digital form.

Sampling is the process of measuring the amplitude of a continuous analogue signal at regular intervals to produce a sequence of discrete values suitable for digital processing. It forms the first step in the conversion of analogue information, such as speech, music, or video, into digital data and is therefore fundamental to modern communications, signal processing, audio recording, and digital television.

A continuous analogue signal contains an infinite number of values because its amplitude varies continuously with time. Digital systems, however, cannot process continuous signals directly. Instead, the signal is measured at evenly spaced instants, known as sampling instants. Each measurement is called a sample. Together, these samples provide a digital representation of the original waveform.

The number of samples taken each second is known as the sampling frequency or sampling rate and is measured in samples per second (or hertz). A higher sampling rate generally provides a more accurate representation of the original signal because the waveform is measured more frequently.

To ensure that the original analogue signal can be reconstructed accurately, the sampling frequency must satisfy the Nyquist sampling criterion. This states that the sampling rate must be at least twice the highest frequency component present in the signal. If this condition is satisfied, the original waveform can, in theory, be recovered perfectly from its samples.

If the sampling frequency is too low, a phenomenon known as aliasing occurs. High-frequency components are incorrectly interpreted as lower frequencies, producing distortion that cannot be removed after sampling. To prevent aliasing, practical systems employ a low-pass anti-aliasing filter before the analogue-to-digital converter to remove frequency components above half the sampling frequency.

A familiar example is digital audio. The Compact Disc (CD) standard uses a sampling frequency of 44.1 kHz, allowing frequencies up to approximately 20 kHz—the upper limit of normal human hearing—to be reproduced accurately. Professional audio, video systems, medical imaging equipment, and digital oscilloscopes employ even higher sampling rates where greater bandwidth or measurement accuracy is required.

Sampling should not be confused with quantization. Sampling determines when the signal is measured, while quantization determines how accurately each measured amplitude is represented. Together, sampling and quantization form the basis of Pulse Code Modulation (PCM), the most widely used technique for converting analogue signals into digital form.

Today, sampling is fundamental to almost every digital communication and signal-processing system. Mobile telephones, satellite communications, digital broadcasting, medical instrumentation, radar, and software-defined radios all rely upon accurate sampling to convert real-world analogue signals into digital information that can be processed, stored, transmitted, and reproduced with remarkable fidelity.

In essence, sampling provides the bridge between the analogue and digital worlds. By converting continuously varying signals into sequences of discrete measurements, it enables modern electronic systems to process virtually every form of information using the power and flexibility of digital technology.

Back to reading