#include <fft99.h>
Go to the source code of this file.
Compounds | |
struct | _FACT |
Defines | |
#define | N_FAC 30 |
#define | N_RADIX 3 |
Typedefs | |
typedef _FACT | FACT |
Functions | |
long | buildFacList (long n) |
void | trimFacList (long n) |
long | prepFFT (long n, FACT **pf) |
void | printFacList () |
void | fftPrepDebug (int) |
|
Definition at line 23 of file fft_prep.h. |
|
Definition at line 24 of file fft_prep.h. Referenced by buildFacList(). |
|
|
|
Definition at line 56 of file fft_prep.c. References Debug, _FACT::fact_power, fft_list, last_nfft, logit(), N_RADIX, _FACT::next, _FACT::nfft, prime, and printFacList(). Referenced by prepFFT(). |
|
Definition at line 37 of file fft_prep.c. References Debug. |
|
Definition at line 169 of file fft_prep.c. References buildFacList(), fft_list, last_nfft, and makeTrigs(). Referenced by convertWave(), gma(), and respLen(). |
|
Definition at line 198 of file fft_prep.c. References fft_list, and logit(). Referenced by buildFacList(). |
|
Definition at line 214 of file fft_prep.c. |