An FFT superclass. Adapted from the Pd version of FFT.
More...
#include <fft.h>
|
void | mayer_fht (double *fz, int n) |
|
void | mayer_fft (int n, double *real, double *imag) |
|
void | mayer_ifft (int n, double *real, double *imag) |
|
void | mayer_realfft (int n, double *real) |
|
void | mayer_realifft (int n, double *real) |
|
An FFT superclass. Adapted from the Pd version of FFT.
The documentation for this class was generated from the following files:
- PdMaster/fft.h
- PdMaster/fft.cpp