The aim of the experiment is to perform Fast Fourier Transform.
The objective is to develop a program to perform FFT of N point signal.
The input specifications were Length of Signal N and Signal values.
Fast Fourier Transform reduces the number of computations required as compaired to by DFT.
We take any four-point sequence x[n] and find X[k] using forward FFT.
In FFT, the number of computation done is in the power of 2 to accelerate computation.
https://drive.google.com/drive/folders/0ByMxeH1FMa8uRUpfRjdlcmZJZ1E
The number of complex multiplications and additions are reduced inFFt
ReplyDeletein 1965 Cooley and Tukey developed this algorithm
ReplyDeleteTotal no of complex addition and multiplication ,real addition and multiplication of FFT are less than that of DFT
ReplyDeleteMagnitude spectrum is periodic.
ReplyDelete