What is the fast Fourier transform (FFT)?

Status
Not open for further replies.
Re: WHAT IS FFT

FFT is an algorithm which computes DFT very fast by utilizing properties of Nth roots of unity.

But please be specific on what really u want to in FFT .
 

Re: WHAT IS FFT


You can read up on the article on Wikipedia.
 

Re: WHAT IS FFT

Summarizing :

The major goal of DFT against FFT is that it reduces the order of matrix calculus in minor order matrices, reducing allmost exponentially processing time needed.


+++
 

Re: WHAT IS FFT

FFT gives the same result as DFT....
but FFT does the same work in N *log N iterations where as if u try t implement the DFT in the same way u would end up with N^2 iterations....

this is all that i can tell u for ur questions....if u can tell me wat exactly u want, i can help u further...
 

Re: WHAT IS FFT

FFT is an algorithm for computing DFT n is "fast fourier transform".
It can be understood in detail frm book"ppeinheim n schafer"
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…