Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the basics of the Fast Fourier Transform (FFT) algorithm, which is used to efficiently calculate the Discrete Fourier Transform (DFT). Starting with the definition of FFT and its significance in signal processing, the instructor explains the process of dividing a signal into two sequences and recursively applying FFT. The lecture also delves into the steps involved in FFT, illustrating with an example of order N=8. Furthermore, the complexity of correlation and convolution of signals of length N is discussed, highlighting the advantages of FFT over direct calculation methods.