Basic HTML version of Foils prepared April 22 2000

Foil 13 The Computational Complexity of DIF FFT

From Parallel FFT and use in PDE Solvers Computational Science Class CPS615 -- Winter Semester 2000. by Geoffrey C. Fox


We can now apply the same idea recursively; chop off the lowest binary digit of k so as to derive a formula for each FFT in terms of two more half the size.
Let C(N) be computational complexity of the FFT of size N
Let Tbutterfly = 2T+ + T* be the time to calculate fE and fO for one value of m-
Here T+ is time for a complex addition and T* the time for a complex multiplication.
We assume that complex number TN(m-) has been precalculated and is available by table lookup
Then C(N) = 2C(N/2) + (N/2) Tbutterfly
This can be solved as C(N) = NlogNTbutterfly/2



© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Mon Apr 24 2000