C/C++
aa0295.asc
Associated article: Algorithm Alley: Faster FFTs
Tags: C/C++ Tools
Listing One
/* PCFFT.C -- by J.G.G. Dobbe -- Performs an FFT on two arrays (Re, Im) of
type float (can be changed). This unit is written in C and
doesn't call assembler routines.
*/
/* --------------------- Include directive ------------------------ */
#...


