#include <fft.h>
Public Member Functions | |
FFT (int bits, int inverse) | |
const uint16 * | getRevTab () const |
void | permute (Complex *z) |
void | calc (Complex *z) |
(Inverse) Fast Fourier Transform.
Used in engines:
void Common::FFT::calc | ( | Complex * | z | ) |
Perform a complex FFT.
The input data must be permuted before. No 1.0/sqrt(n) normalization is done.