The Nyquist rate of a bandlimited signal with maximum frequency is twice that maximum:
This is the critical rate above which sampling preserves the signal completely. Sample above the Nyquist rate → reconstruction is possible. Sample below → aliasing destroys information.
The “Nyquist frequency” sometimes refers to half the sampling rate (), the highest frequency that can be unambiguously represented at sampling rate . The two terms get used interchangeably, but the distinction matters: is the rate you need for a signal of max frequency ; is the upper limit of what a sampler at rate can resolve.
Finding it for given signals
The recipe is always the same:
- Find the Fourier transform of the signal.
- Determine the highest frequency in (the largest for which ).
- The Nyquist rate is .
Examples
: cosine at . Spectrum: two impulses at . So , Nyquist rate .
: rectangle of width 2 in time. Spectrum: — a sinc that never strictly reaches zero. So formally the signal isn’t bandlimited and the Nyquist rate is infinite. In practice, the sinc decays past its first zero at , so you make a judgment call about how much high-frequency content you can afford to lose, then anti-alias filter and sample.
Pattern: any time-limited signal (zero outside a finite interval) is not bandlimited, so technically has infinite Nyquist rate. And reverse: bandlimited signals extend over all time. This is the time-bandwidth tradeoff again.
: spectrum is — a rectangle of width 5 in frequency. So , Nyquist rate .
: spectrum is the convolution of the sinc’s spectrum (rectangle from to ) with the sin’s spectrum (impulses at ). Each impulse drags a copy of the rectangle with it, giving two rectangles centered at . The rectangle near spans to . So , and Nyquist rate .
Note: this last example is a sinc carrying narrowband information ( bandwidth) modulated onto a 250 kHz carrier. To sample it faithfully, you need , determined by the carrier, not the bandwidth. That’s why broadcast radio needs such high sampling rates even when the message is narrowband.
Boundary subtlety
The sampling theorem requires strictly , not . Sampling exactly at the Nyquist rate doesn’t always work. For pure tones, sampling at exactly can hit the zero crossings of , missing the signal entirely. Always sample strictly above.
Practical undersampling
In practice, signal engineers often choose a few times larger than the Nyquist rate for safety margin. CD-quality audio uses 44.1 kHz to capture frequencies up to ~22 kHz (a small margin above the human hearing limit of ~20 kHz). Professional audio uses 48, 96, or 192 kHz for additional headroom in mixing and processing.