
Free News Alerts by Keyword
Interested in embedded technology? Are you an engineer or designer? e-clips helps you follow the latest news on key topics like multicore, FPGAs, 8051, ESL, PC/104 and more!

| |
best websites for fft:
-
books a-f
(9 records)
overviews
(7 records)
showcase, examples, portals...
(5 records)
projects, papers, comparisons
(7 records)
tutorials
(6 records)
top ten, free stuff, & vendors for fft:
e-clips
"eReport: "
best websites for fft
demos, shareware & freeware for fft
fft vendor guide
fft services guide

Definition: A fast Fourier transform (FFT) is an efficient algorithm to compute the discrete Fourier transform (DFT) and its inverse.
FFTs are of great importance to a wide variety of applications, from digital signal processing and solving partial differential equations to algorithms for quick multiplication of large integers.
This article describes the algorithms, of which there are many; see discrete Fourier transform for properties and applications of the transform.
Let x0, ...., xN-1 be complex numbers.
The DFT is defined by the formula Evaluating these sums directly would take O(N 2) arithmetical operations.
An FFT is an algorithm to compute the same result in only O(N log N) operations.
In general, such algorithms depend upon the factorization of N, but (contrary to popular misconception) there are FFTs with O(N log N) complexity for all N, even for prime N. Many FFT algorithms only depend on the fact that is an Nth primitive root of unity, and thus can be applied to analogous transforms over any finite field, such as number-theoretic transforms.
Since the inverse DFT is the same as the DFT, but with the opposite sign in the exponent and a 1/N factor, any FFT algorithm can easily be adapted for it as well.
Source: Wikipedia (http://en.wikipedia.org/wiki/Fast_fourier_transform)
| |
|