Understanding Discrete Fourier Transform (DFT) and Fast Fourier Transform (FFT). Simulation and Digital Implementation by means of blocks, not C-code

Citation Author(s):
Tiago Davi
Curi Busarello
Federal University of Santa Catarina
Submitted by:
Tiago Davi Curi...
Last updated:
Mon, 07/15/2019 - 16:00
DOI:
10.21227/nq40-z057
Data Format:
Links:
License:
689 Views
Categories:
Keywords:
0
0 ratings - Please login to submit your rating.

Abstract 

The DFT and FFT are used mainly to obtain the amplitude of a harmonic component from a periodic signal containing several harmonics. For instance, it is desired to know the 180 Hz harmonic amplitude from a signal. Then, the DFT and FFT are the best choices to do that.

This report presents how to implement DFT and FFT by means of simplified blocks, which are sine, cosine, sum, square, etc. It is easy to find on the internet the DFT and FFT performed in C-code. Actually, the DFT and FFT are almost always performed in C-code mainly because its modularity. However, DFT and FFT in C-code are exhaustive for those who want to learn how the DFT and FFT work. Here, the objective is to present a step-by-step way to implement DFT and FFT. An 8-point DFT and FFT is presented using simplified blocks.

The simulation used in this report is freely available on http://busarello.prof.ufsc.br/

Instructions: 

See the attached file.