page = 461

We can implement this in a fast way using the FFT- Fast Fourier Transform

THIS IS DIFFERENT THAN DTFT - Discrete Time Fourier Transform

DTFT - Discrete Time Fourier Transform

DTFT is a way of looking at the signal in the frequency domain. The formula is given by

Link to original
This is not a convenient representation because our starts at . We want to implement this on a computer.

  1. We reduce the limit from
  2. We start at
  3. is continuous, but a computer needs discrete values.

We can therefore write the DFT as

where , and

Frequency-domain sampling

DTFT

Where , and

We need to have large enough that we don’t experience Time Domain Aliasing.

Shifting of DFT signals

Read the book (?) Something about a circle or smth