The Nyquist Sampling Theorem is a fundamental principle in signal processing and communication systems. It states the minimum sampling rate required to convert a continuous-time signal into a discrete-time signal without losing information.
Table of Contents
Statement of Nyquist Sampling Theorem
The Nyquist sampling theorem states:
“A band-limited signal can be perfectly reconstructed from its samples if the sampling frequency is at least twice the highest frequency present in the signal.”
\[
f_s \geq 2f_m
\]
where
\(f_s\) = sampling frequency
\(f_m\) = maximum frequency present in the signal
The quantity \(2f_m\) is called the Nyquist rate.
Sampling Frequency and Sampling Period
If the sampling period is \(T_s\), then
\[
f_s = \frac{1}{T_s}
\]
Thus, the Nyquist condition can also be expressed in terms of the sampling period.
Frequency Domain Explanation
When a signal is sampled, its spectrum is replicated periodically in the frequency domain.
If the sampling frequency satisfies the Nyquist condition, the spectral replicas remain separated, allowing the original signal to be recovered
using a low-pass reconstruction filter. If the sampling frequency is too low, the replicas overlap, causing distortion.
Aliasing
Aliasing occurs when the sampling frequency is less than the Nyquist rate.
\[
f_s < 2f_m
\]
In this case:
• Spectral replicas overlap
• High-frequency components appear as low-frequency components
• The original signal cannot be reconstructed correctly
Aliasing causes loss of information.
Prevention of Aliasing
Aliasing can be avoided by using an anti-aliasing filter before sampling.
The anti-aliasing filter is a low-pass filter that removes frequency components higher than \(f_m\).
Reconstruction of the Signal
If the Nyquist condition is satisfied, the original signal can be recovered using an ideal low-pass filter with cutoff frequency \(f_m\).
This process is known as signal reconstruction.
Important Terms
Nyquist Rate
\[
f_N = 2f_m
\]
Minimum sampling frequency required for perfect reconstruction.
Nyquist Interval
\[
T_N = \frac{1}{2f_m}
\]
Maximum allowable sampling period.
Applications
Nyquist sampling theorem is widely used in:
• Analog-to-digital conversion (ADC)
• Digital communication systems
• Audio and speech processing
• Image and video processing
• Digital signal processing
Conclusion
The Nyquist sampling theorem provides the fundamental condition for converting
analog signals into digital form without losing information. It states that
the sampling frequency must be at least twice the highest frequency present
in the signal. If this condition is not satisfied, aliasing occurs, leading
to distortion. Therefore, the Nyquist theorem plays a crucial role in the
design of modern digital communication and signal processing systems.