Fast Fourier transformation. More...
Go to the source code of this file.
Classes | |
struct | fft::FFT_Exception |
Namespaces | |
fft | |
Fast Fourier transformation. | |
Enumerations | |
enum | fft::Direction { fft::DIR_XK, fft::DIR_KX } |
direction of FFT More... | |
Functions | |
template<typename A > | |
void | fft::transform (A &, Direction) |
Radix-2 FFT transformation for complex data. More... | |
const Direction | fft::reverse (Direction dir) |
reverses the direction | |
Fast Fourier transformation.
Definition in file FFT.h.