Go to the source code of this file.
Defines | |
#define | PI 3.14159265358979323846 |
#define | FFT_EXTRA 2 |
Functions | |
void | cfft99 (double *a, double *work, double *trigs, long *ifax, long inc, long jump, long n, long lot, long isign) |
void | cftfax (long n, long *ifax, double *trigs) |
void | fft99 (double *a, double *work, double *trigs, long *ifax, long inc, long jump, long n, long lot, long isign) |
void | fft991 (double *a, double *work, double *trigs, long *ifax, long inc, long jump, long n, long lot, long isign) |
void | fftfax (long n, long *ifax, double *trigs) |
|
Definition at line 23 of file fft99.h. Referenced by convertWave(), and gma(). |
|
|
|
Definition at line 40 of file fft99.c. References vpassm(). |
|
|
|
|
|
Definition at line 1636 of file fft99.c. References fft99a(), fft99b(), and vpassm(). Referenced by convertWave(), gma(), and respLen(). |
|
Definition at line 1804 of file fft99.c. References fax(), and fftrig(). Referenced by makeTrigs(). |