The discrete-time Fourier series (DTFS) describes a periodic discrete-time signal in terms of a finite sum of complex DT exponential signals. This is similar to the continuous-time Fourier series.

The DTFS is given by:

And the coefficients are given by:

captures the amount of harmonic contained in . Importantly, the DTFS Fourier coefficients are always periodic with period , i.e.:

Both sums are finite, and both sums can be taken over any window of length .

Computations

Make sure to leverage the orthogonality property below. If needed, convert and functions into their exponential representations.

We are not restricted by the ranges of the summation in the coefficients! We can theoretically take over any period, as we do in the CTFS.

Properties

The orthogonality property is a useful relationship:

Its relationship with the DTFT is given below:1

Footnotes

  1. From Prof Simpson-Porco’s lecture notes.