The idea for my first post – the one you’re reading right now – came to my mind after I attended a guest lecture at Tel-Aviv University. The latter was given by Prof. Alan V. Oppenheim from MIT. His lecture carried the title “sampling, sampling”, so you can guess what it was about. What I would like to talk about this time is a brief note, made by Prof. Oppenheim during his lecture, which yet caught my attention. Let me quickly refresh your memory with the basics of uniform sampling model, and I promise to get back to that point right afterwards.
Lets assume a continuous-time signal, X(t); sampling it yields a discrete-time signal, X[n] = X(nT), where T is the sampling period. The mathematical model commonly used to describe the sampler is multiplication of X(t) by an impulse train,
, and then converting every Dirac delta function (continuous time impulse) to a Kronecker delta function (discrete time impulse).
Under the assumption that X(t) satisfies the Nyquist–Shannon criterion, i.e. band-limited
, it can be fully recovered from its samples X[n] by using an ideal interpolator. The latter first converts every Kronecker delta function of X[n] to a Dirac delta function, and then applies an ideal LPF with a cut-off frequency of
.
The figure below describes this model:

Sampler and Interpolator Figure
The formula for the recovered signal,
, is given by:
,
which is sometimes referred to as Whittaker–Shannon interpolation formula.
If X(t) satisfies the Nyquist–Shannon criterion, we get
. The common proof is achieved in the frequency domain.
Let’s now go back to the point. Prof. Oppenheim wanted us to think of X[n] as a projection of X(t) onto a Sinc(.) basis –
. This seems very logical when one’s looking at the interpolation formula;
is the basis, and X[n] are the coefficients. The equality
is proven (for X(t) functions that satisfy the Nyquist–Shannon criterion), and everything seems to fall into place.
However, I was wondering to myself, how could it be that sampling a continuous-time signal is the same as projecting it onto a Sinc(.) basis ?
How would a “straight-forward” proof of this claim look like ? How would the given data of X(t) (band limitation) be used in that proof ?
Here are my notes, hope you find them interesting:
Let’s define:

Its Fourier transform is:

Let’s also define:

(who has just said “inner product” ?)
By Parseval’s/Plancherel’s theorem:

![=\left\{ \begin{array}{ccc} -B\cdot\frac{1}{j(n-m)T}e^{-jw(n-m)T}\mid_{-\frac{\pi}{T}}^{+\frac{\pi}{T}}=0 & , & n\neq m \\ C & , & n=m\end{array}\right.=C\cdot\delta[n-m] =\left\{ \begin{array}{ccc} -B\cdot\frac{1}{j(n-m)T}e^{-jw(n-m)T}\mid_{-\frac{\pi}{T}}^{+\frac{\pi}{T}}=0 & , & n\neq m \\ C & , & n=m\end{array}\right.=C\cdot\delta[n-m]](http://l.wordpress.com/latex.php?latex=%3D%5Cleft%5C%7B+%5Cbegin%7Barray%7D%7Bccc%7D+-B%5Ccdot%5Cfrac%7B1%7D%7Bj%28n-m%29T%7De%5E%7B-jw%28n-m%29T%7D%5Cmid_%7B-%5Cfrac%7B%5Cpi%7D%7BT%7D%7D%5E%7B%2B%5Cfrac%7B%5Cpi%7D%7BT%7D%7D%3D0+%26+%2C+%26+n%5Cneq+m+%5C%5C+C+%26+%2C+%26+n%3Dm%5Cend%7Barray%7D%5Cright.%3DC%5Ccdot%5Cdelta%5Bn-m%5D&bg=ffffff&fg=000000&s=0)
This shows that the functions
are orthogonal to one another. Now we would like to examine the projection of X(t) on
:

where
is the Fourier transform of X(t).
Thus, if X(t) is band-limited
, i.e.
, R can be re-written as:

meaning that the projection of X(t) (which satisfies the Nyquist–Shannon criterion) on
is equivalent to sampling X(t) at t=nT !
Nice, isn’t it?
Only one comment: What I have shown here is not a proof. It is merely an insight. A rigorous proof will have to show that the set of functions
is a complete orthogonal system, with an inner product as (not) defined above.