diff options
Diffstat (limited to 'fourier.c')
-rw-r--r-- | fourier.c | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -11,6 +11,18 @@ ** FOURIER COEFFICIENTS ** *************************/ +static unsigned long DoFPUTransIteration(double *abase, + double *bbase, + unsigned long arraysize); +static double TrapezoidIntegrate(double x0, + double x1, + int nsteps, + double omegan, + int select); +static double thefunction(double x, + double omegan, + int select); + /************** ** DoFourier ** *************** |