Next: Complex FFT Routines, Previous: FFTs, Up: FFTs
There are two main types of Discrete Fourier Transform (DFT):
ZFFT
or CFFT
, for double and single precision, respectively;
DZFFT
or
SCFFT
, for double and single precision, respectively; the names
for the latter begin with ZDFFT
or CSFFT
.
The following subsections provide definitions of the DFT for complex and real data types, and some guidelines on the efficient use of the ACML FFT routines.