Related Notes: 4.02 Spectral Replications & Aliasing Dynamics | 4.03 Ideal, Natural & Flat-Top Sampling Techniques | 4.04 Multi-Rate Signal Processing: Decimation & Interpolation
4.01 The Shannon-Nyquist Sampling Theorem
Core Idea
The Shannon-Nyquist Sampling Theorem is the mathematical bridge that allows us to convert a continuous-time analog signal into a discrete-time sequence without any loss of information. It asserts that if a band-limited continuous-time signal has no frequency components higher than Hz, it can be uniquely and perfectly reconstructed if the sampling frequency satisfies .
1. Mathematical Definitions and Concepts
To understand sampling, we must mathematically define the transition from continuous-time to discrete-time indices under a uniform sampling period {the time interval between successive samples}.
1.1 The Sampling Equations
Let represent a continuous-time analog input signal. Uniform sampling is modeled as taking snapshots of the signal every seconds:
Here:
- = Sampling Period [seconds]
- = Sampling Frequency [Hz or samples/second]
- = Sampling Angular Frequency [rad/s]
1.2 The Nyquist Conditions
- Nyquist Rate (): The absolute minimum theoretical sampling rate that avoids overlapping spectral replicas.
- Nyquist Interval (): The maximum allowable time spacing between adjacent samples:
2. Rigorous Proof of the Sampling Theorem [PYQ 2019, 2017]
The proof of the sampling theorem relies on modeling the physical sampling switch as a continuous-time multiplication of the analog signal by a periodic impulse train :
2.1 Time-Domain Formulation
Let be an impulse train of unit area spaced by :
The sampled signal is the product:
Using the sampling property of the impulse ():
2.2 Frequency-Domain Formulation
Since multiplication in the time domain corresponds to convolution in the frequency domain (scaled by ):
Because is periodic with period , we can express it as a complex exponential Fourier Series:
The Fourier coefficients are:
Thus:
Taking the Fourier transform of this exponential series yields a train of impulses in the frequency domain:
Now, convolve with :
Since convolving any function with a shifted impulse simply shifts the function itself:
Physical Meaning of the Result
This equation proves that the spectrum of the sampled signal consists of an infinite series of replicated copies of the original analog spectrum , spaced at integer multiples of the sampling frequency and scaled in amplitude by .
3. High-Yield Solved Numericals
3.1 Example 1: Multi-Tone Composite Waveform [PYQ 2016, 2015]
Question: Calculate the Nyquist Rate and Nyquist Interval for the analog signal:
Step-by-Step Solution:
-
Extract individual frequencies:
- For Term 1 ():
- For Term 2 ():
-
Identify maximum frequency ():
-
Evaluate Nyquist parameters:
- Nyquist Rate:
- Nyquist Interval:
3.2 Example 2: Sinc and Sinc-Squared Functions
Question: Calculate the Nyquist Rate for the signal:
Step-by-Step Solution:
To solve this, we must check both standard engineering definitions of the Sinc function since different instructors use different standards.
-
Interpretation A: Normalized Sinc (Rao Standard: )
- Express the base term:
- Find the base maximum frequency:
- Because squaring in time corresponds to frequency-domain convolution, the band limit doubles:
- Calculate the Nyquist Rate:
-
Interpretation B: Unnormalized Sinc ()
- Express the base term:
- Find base maximum frequency:
- Doubling the band limit due to multiplication:
- Calculate the Nyquist Rate:
4. Common Mistakes That Cost Marks
The Sinc frequency factor error
When squaring a signal (like or convolving in frequency), the highest frequency component doubles (). Many students forget to double the base frequency and evaluate the Nyquist rate incorrectly, losing major marks.
The Angular vs. Cyclic frequency trap ( vs. )
Always verify if the question asks for the Nyquist rate in Hz or rad/s.
- Nyquist rate in Hz:
- Nyquist rate in rad/s: Confusing the two factors in the proof or numericals leads to scaling errors by .
5. PYQ Bank — Verbatim Questions & Answer Plans
5.1 PYQ 2019/2017 [10 Marks]
Question: State and prove the Shannon-Nyquist sampling theorem.
- Answer Plan:
- State the theorem formally (Section 1).
- Model uniform impulse train sampling in the time domain (Section 2.1).
- Compute the Fourier series representation of the impulse train (Section 2.2).
- Carry out the frequency-domain convolution integration to derive (Section 2.2).
- Explain the reconstruction criteria (over-sampling, Nyquist, under-sampling).
5.2 PYQ 2016/2015 [5 Marks]
Question: Determine the Nyquist Rate and Nyquist Interval of the signal .
- Answer Plan: Follow the step-by-step extraction and numerical solution laid out in Section 3.1 to secure all 5 marks.
6. Self-Check Before Moving On
- Can you state the Shannon-Nyquist theorem verbatim without skipping the “band-limited” constraint?
- Can you derive the Fourier Transform of an impulse train ?
- Can you prove that multiplication by in time replicates the spectrum in frequency?
- Do you know how to calculate the maximum frequency for composite signals and sinc-squared signals?
Source: (k.Deergha Rao) signals and systems.pdf (Chapter 6 & 7), 1.05 The Sampling Theorem Bridge & Multi-Rate Processing.md.