Fast Fourier transformation. More...
Include dependency graph for FFT.h:
This graph shows which files directly or indirectly include this file: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.