> anishgoyal


NotesENGR 2341: Signals and Systems Lecture 14

Aliasing and Reconstruction

calendar_today   article 767 words   access_time 5 min   replay Modified

Table of Contents

Aliases

alias sinusoidal sampling ambiguity

sampling aliases

Sampling in the Time Domain

$$ \begin{align*} x[n] &= x(t) \cdot \sum_{n=-\infty}^{\infty} \delta(t - nT_s) \\ &= \sum_{n=-\infty}^{\infty} x(nT_{s})\delta(t - nT_s) \end{align*} $$

Sampling in the Frequency Domain

$$X_{s}(j\omega) = \frac{1}{T_{s}} \sum_{k=-\infty}^{\infty} X(j(\omega - k \omega_{s}))$$

sampling in frequency domain

Reconstruction

Time Domain

$$ h_r(t) = \frac{\sin\left(\frac{\omega_s}{2} t\right)}{\frac{\omega_s}{2} t} $$

reconstruction interpolation time domain

Frequency Domain

$$ H_r(j\omega) = T_s \left[ u\left(\omega + \frac{\omega_s}{2}\right) - u\left(\omega - \frac{\omega_s}{2}\right) \right] $$ $$ H_r(j\omega) = \begin{cases} T_s, & |\omega| \leq \frac{\omega_s}{2} \\ 0, & |\omega| > \frac{\omega_s}{2} \end{cases} $$

reconstruction interpolation frequency domain

Reconstruction Formulas

$$y_r(t) = \sum_{n=-\infty}^{\infty} y[n] p(t - n T_s)$$

where $y[n]$ are the sampled values of the signal and $p(t)$ is a pulse function

Sinc Pulse

$$ y_r(t) = \sum_{n=-\infty}^{\infty} y[n] \cdot \text{sinc}\left( \frac{t - n T_s}{T_s} \right) $$

Rectangular Pulse

$$ p_{\text{rect}}(t) = \begin{cases} 1, & |t| \leq \frac{T_s}{2} \\ 0, & |t| > \frac{T_s}{2} \end{cases} $$ $$ y_{r}(t) = \sum_{n=-\infty}^{\infty} y[n] \cdot p_{\text{rect}}\left( \frac{t - n T_s}{T_s} \right) $$

Summary of both Methods

Sampling and Reconstruction Process Overview

sampling and reconstruction process overview

sampling and reconstruction example

References

Sources

Graph