fft impl - based on CARL distribution More...
Go to the source code of this file.
Classes | |
struct | complex |
Data structure for processing complex numbers. More... | |
class | MoFFT |
Fast Fourier transform processing class. More... | |
Defines | |
#define | cmp_abs(x) ( sqrt( (x).re * (x).re + (x).im * (x).im ) ) |
complex absolute value | |
#define | FFT_FORWARD 1 |
#define | FFT_INVERSE 0 |
fft impl - based on CARL distribution
Taken from Chuck audio programming language by Ge Wang and Perry R. Cook, Code originally taken from the UCSD CARL distribution.
#define cmp_abs | ( | x | ) | ( sqrt( (x).re * (x).re + (x).im * (x).im ) ) |
complex absolute value
#define FFT_FORWARD 1 |
#define FFT_INVERSE 0 |