Signals and Systems

5.2 The Fourier Transform for Periodic Signals

Imron Rosyadi

DTFT of a Complex Exponential

Consider the fundamental periodic signal:

\[ x[n]=e^{j \omega_{0} n} \quad \text{(Eq. 5.17)} \]

  • In continuous time, \(e^{j\omega_0 t}\) has a Fourier transform that is an impulse at \(\omega = \omega_0\).
  • For discrete-time, the DTFT must be periodic with period \(2\pi\).
  • This implies impulses at \(\omega_0, \omega_0 \pm 2\pi, \omega_0 \pm 4\pi\), and so on.

The DTFT of \(x[n]=e^{j \omega_{0} n}\) is an impulse train:

\[ X\left(e^{j \omega}\right)=\sum_{l=-\infty}^{+\infty} 2 \pi \delta\left(\omega-\omega_{0}-2 \pi l\right) \quad \text{(Eq. 5.18)} \]

Figure 5.8: Fourier transform of \(x[n]=e^{j \omega_{0} n}\).

Verifying the Inverse DTFT

To confirm the validity of Eq. 5.18, we apply the inverse DTFT (synthesis equation):

\[ \frac{1}{2 \pi} \int_{2 \pi} X\left(e^{j \omega}\right) e^{j \omega n} d \omega=\frac{1}{2 \pi} \int_{2 \pi} \sum_{l=-\infty}^{+\infty} 2 \pi \delta\left(\omega-\omega_{0}-2 \pi l\right) e^{j \omega n} d \omega \]

  • The integral is taken over any interval of length \(2\pi\).
  • Within any \(2\pi\) interval, there is exactly one impulse from the sum.
  • Let’s assume the interval includes the impulse at \(\omega_0 + 2\pi r\) for some integer \(r\).

Using the sifting property of the impulse function:

\[ \frac{1}{2 \pi} \int_{2 \pi} X\left(e^{j \omega}\right) e^{j \omega n} d \omega=e^{j\left(\omega_{0}+2 \pi r\right) n} \]

Since \(e^{j 2\pi r n} = (e^{j 2\pi})^{rn} = 1^{rn} = 1\) for integer \(n\) and \(r\):

\[ e^{j\left(\omega_{0}+2 \pi r\right) n} = e^{j\omega_0 n} e^{j 2\pi r n} = e^{j\omega_0 n} \cdot 1 = e^{j\omega_0 n} \]

This correctly returns our original signal \(x[n]=e^{j \omega_{0} n}\).

DTFT of a General Periodic Signal

A general periodic sequence \(x[n]\) with period \(N\) can be represented by its Discrete-Time Fourier Series (DTFS):

\[ x[n]=\sum_{k=\langle N\rangle} a_{k} e^{j k(2 \pi / N) n} \quad \text{(Eq. 5.19)} \]

Since the DTFT is a linear transform, we can apply the result for a single complex exponential to each term in the sum:

\[ X\left(e^{j \omega}\right)=\sum_{k=-\infty}^{+\infty} 2 \pi a_{k} \delta\left(\omega-\frac{2 \pi k}{N}\right) \quad \text{(Eq. 5.20)} \]

  • The DTFT of a periodic signal is an impulse train.
  • The impulses are located at multiples of the fundamental frequency \(2\pi/N\).
  • The area (strength) of each impulse is \(2\pi\) times the corresponding DTFS coefficient \(a_k\).

Visualizing the General Periodic DTFT

Let \(x[n]\) be a periodic signal with DTFS coefficients \(a_k\). Its DTFT \(X(e^{j\omega})\) is formed by summing the transforms of its individual Fourier series components.

Consider \(x[n] = a_{0}+a_{1} e^{j(2 \pi / N) n} + \ldots + a_{N-1} e^{j(N-1)(2 \pi / N) n}\).

(a) Transform of \(a_0\) (DC component)

(b) Transform of \(a_1 e^{j (2\pi/N) n}\)

(c) Transform of \(a_{N-1} e^{j (N-1)(2\pi/N) n}\)

(d) Combined DTFT \(X(e^{j\omega})\)

Example 5.5: Cosine Signal

Consider the periodic signal:

\[ x[n]=\cos \omega_{0} n=\frac{1}{2} e^{j \omega_{0} n}+\frac{1}{2} e^{-j \omega_{0} n}, \quad \text { with } \quad \omega_{0}=\frac{2 \pi}{5} \quad \text{(Eq. 5.22)} \]

Using the DTFT of complex exponentials (Eq. 5.18):

\[ X\left(e^{j \omega}\right)=\sum_{l=-\infty}^{+\infty} \pi \delta\left(\omega-\omega_{0}-2 \pi l\right)+\sum_{l=-\infty}^{+\infty} \pi \delta\left(\omega+\omega_{0}-2 \pi l\right) \quad \text{(Eq. 5.23)} \]

For the principal interval \(-\pi \leq \omega < \pi\):

\[ X\left(e^{j \omega}\right)=\pi \delta\left(\omega-\omega_{0}\right)+\pi \delta\left(\omega+\omega_{0}\right) \quad \text{(Eq. 5.24)} \]

And \(X(e^{j\omega})\) repeats periodically with a period of \(2\pi\).

Figure 5.10: Discrete-time Fourier transform of \(x[n]=\cos \omega_{0} n\).

Interactive Plot: Cosine DTFT Spectrum

Explore the DTFT of a cosine signal \(x[n] = \cos(\omega_0 n)\) for various fundamental frequencies.

Example 5.6: Periodic Impulse Train

Consider the discrete-time periodic impulse train:

\[ x[n]=\sum_{k=-\infty}^{+\infty} \delta[n-k N] \quad \text{(Eq. 5.25)} \]

Figure 5.11(a): Discrete-time periodic impulse train.

First, find its Fourier series coefficients \(a_k\):

\[ a_{k}=\frac{1}{N} \sum_{n=\langle N\rangle} x[n] e^{-j k(2 \pi / N) n} \]

Example 5.6: Periodic Impulse Train

Choosing the interval \(0 \leq n \leq N-1\), only \(\delta[0]\) is non-zero, so:

\[ a_{k}=\frac{1}{N} \cdot 1 \cdot e^{-j k(2 \pi / N) \cdot 0} = \frac{1}{N} \quad \text{(Eq. 5.26)} \]

Now, use Eq. 5.20 to find the DTFT:

\[ X\left(e^{j \omega}\right)=\frac{2 \pi}{N} \sum_{k=-\infty}^{+\infty} \delta\left(\omega-\frac{2 \pi k}{N}\right) \quad \text{(Eq. 5.27)} \]

Figure 5.11(b): Its Fourier transform.

Summary & ECE Applications

Key Takeaways for Periodic Signals:

  • The DTFT of a periodic signal is an impulse train in the frequency domain.
  • Each impulse corresponds to a harmonic component of the signal.
  • The locations of impulses are at multiples of the fundamental frequency (\(k \cdot 2\pi/N\)).
  • The strength (area) of each impulse is \(2\pi\) times its corresponding Discrete-Time Fourier Series (DTFS) coefficient (\(2\pi a_k\)).
  • This directly links the DTFS and DTFT for periodic signals.

Summary & ECE Applications

Applications in ECE:

  • Digital Communications: Understanding carrier signals, modulation schemes (e.g., QAM, PSK), and their spectral properties.
  • Sampling Theory: The DTFT of a sampled continuous-time signal (which is periodic in its spectrum) explains aliasing and reconstruction.
  • Filter Design: Analyzing how digital filters respond to periodic inputs, crucial for designing frequency-selective filters.
  • Power Spectral Density (PSD): While the DTFT of a periodic signal has infinite energy, the concept of impulses relates to power distribution in frequency.