Fast Fourier Transform
This was great learning experience the objective of this experiment was to perform Fast Fourier Transform and to develop a program to perform FFT of N-point signal.Then we did programming in C on Linux terminal and compiled a program to find FFT( N=4,8). Then we did the computation of real and complex multiplication and addition.Speed plays a very vital role and hence FFT algorithms are preferred to obtain DFT of a sequence. Fast Fourier Transform reduces the number of computations required considerably. Thus, improving the efficiency by reducing the time and memory requirements of the system.
Good explanation
ReplyDeleteThanks please read my other blogs also
DeleteRadix2 fft is faster than radix3
ReplyDeleteyes decomposition reduces calculations
DeleteDecomposition reduces calculation s
ReplyDeleteyes
Deletedecimation means sampling
ReplyDeleteDITFFT and DIFFFT computationally both the algorithms are exactly same
ReplyDeleteyes they give the same result
Delete