// fft.h - declaration of class // of fast Fourier transform - FFT // #ifndef _FFT_H_ #define _FFT_H_ // Include complex numbers header #include "complex.h" class CFFT { public: CFFT (const unsigned order) : N(1<