📊 Nyquist Sampling

Written by MySimulator Team · Reviewed by MySimulator Editorial Review

Last updated: 5 July 2026

When digital captures analogue

✓ Nyquist satisfied
Nyquist rate (2f)
Nyquist freq (fs/2)
Apparent freq
Samples / cycle

Frequently asked questions

What is the Nyquist sampling theorem? A continuous signal can be reconstructed perfectly from its samples only if the sampling rate fs is greater than twice the highest frequency present. That threshold, 2f, is the Nyquist rate.

What is the Nyquist frequency? It is half the sampling rate, fs/2 — the highest frequency representable unambiguously at a given sample rate. Anything above fs/2 aliases.

What is aliasing? When a signal is sampled too slowly (fs < 2f), the high-frequency component appears as a different, lower frequency in the samples and cannot be distinguished from a real low-frequency signal.

How do I calculate the aliased frequency?

Fold the true frequency about multiples of the sample rate: f_alias = | f − round(f / fs) × fs |. The result always lies between 0 and the Nyquist frequency fs/2.

Why does CD audio use 44.1 kHz?

Human hearing tops out near 20 kHz, so Nyquist needs more than 40 kHz. 44.1 kHz leaves a transition band for the anti-aliasing filter while keeping the data rate modest.

What is sinc interpolation?

It reconstructs the continuous signal by summing shifted, scaled sinc functions (sin(x)/x) centred on each sample. When Nyquist is satisfied, this is the exact reconstruction.

What is an anti-aliasing filter?

A low-pass filter applied before sampling that removes any content above the Nyquist frequency so nothing can alias. Real converters always use one.

Can I recover a signal after aliasing?

No. Once frequencies above Nyquist fold down they overlap genuine low frequencies and the information is lost permanently. Aliasing must be prevented before sampling.

What is oversampling?

Sampling well above the Nyquist rate. It relaxes anti-aliasing filter requirements, spreads quantisation noise over a wider band, and is common in modern audio converters.

Why does an undersampled wheel look like it spins backwards on film?

Film samples at about 24 frames per second. If a wheel rotates faster than the Nyquist rate for that frame rate, its motion aliases to a slower — or even reversed — apparent rotation: the wagon-wheel effect.