7.2 Signal Reconstruction
From Samples to Continuous Signals
Important
Goal: To recover the original continuous-time signal \(x(t)\) from its discrete samples \(x(nT)\).

System Model:
\[ x_{r}(t)=x_{p}(t) * h(t) \] Where \(h(t)\) is the impulse response of the ideal lowpass filter.
\[ x_{r}(t)=\sum_{n=-\infty}^{+\infty} x(n T) \frac{\omega_{c} T}{\pi} \frac{\sin \left(\omega_{c}(t-n T)\right)}{\omega_{c}(t-n T)} \tag{7.11} \]
Note
This equation describes band-limited interpolation. It shows that the reconstructed signal is a superposition of scaled and shifted sinc functions, where each sample \(x(nT)\) determines the amplitude of a sinc function centered at \(nT\).



sin(πx)/(πx)) is crucial for ideal reconstruction.Tip
Key Property:
sinc(0) = 1
sinc(n) = 0 for all non-zero integers n.
This ensures that at each sample point nT, only \(x(nT)\) contributes, and at other sample points kT (where k != n), \(x(nT)\)’s sinc function is zero.
Impulse Response (\(h_0(t)\)):
Output: - \(x_0(t) = \sum_{n=-\infty}^{+\infty} x(nT) h_0(t-nT)\)
Warning
Limitation: A very rough approximation. The output is discontinuous.
\[
H_0(j\omega) = T \frac{\sin(\omega T/2)}{\omega T/2} e^{-j\omega T/2}
\] The magnitude, \(|H_0(j\omega)|\), has a sinc function (unnormalized) shape.
Impulse Response (\(h_1(t)\)):
Output: - Continuous, but with discontinuous derivatives (sharp corners at sample points).
Tip
Improvement: FOH offers a better approximation to the ideal filter compared to ZOH.


\[ H(j \omega)=\frac{1}{T}\left[\frac{\sin (\omega T / 2)}{\omega / 2}\right]^{2} \tag{7.12} \]
Important
Higher-Order Holds:
Tip
Engineering Trade-offs:
Choosing an interpolation method involves balancing: