diff options
author | simon | 2008-10-09 09:46:19 +0000 |
---|---|---|
committer | simon | 2008-10-09 09:46:19 +0000 |
commit | e7912d57a997a6e20ce95458ea8b561521277bed (patch) | |
tree | bdae57ea9253e0a8c5bcfe246aa98d5a9e89549a /src/signalProcessing/fft/fft_internal.h | |
parent | 13381564d0570ccc23df6d042a613f4f025edc67 (diff) | |
download | scilab2c-e7912d57a997a6e20ce95458ea8b561521277bed.tar.gz scilab2c-e7912d57a997a6e20ce95458ea8b561521277bed.tar.bz2 scilab2c-e7912d57a997a6e20ce95458ea8b561521277bed.zip |
a new test passed , still some others to do
Diffstat (limited to 'src/signalProcessing/fft/fft_internal.h')
-rw-r--r-- | src/signalProcessing/fft/fft_internal.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/signalProcessing/fft/fft_internal.h b/src/signalProcessing/fft/fft_internal.h index f230a003..6c14bb96 100644 --- a/src/signalProcessing/fft/fft_internal.h +++ b/src/signalProcessing/fft/fft_internal.h @@ -19,13 +19,12 @@ #define FORWARD 0 #define INVERSE 1 void dfft2 ( double* a , double* b , int nseg , int n , int nspn , - int isn , int ierr, double* iw , int lw ); + int isn , int ierr); void dfftbi ( double* a , double* b , int nseg , int n , int nspn , - int isn , int ierr, int lout , int lnow , - int lused ,int lmax , int lbook , double* rstak , int* istakk ); + int isn , int ierr ); void fft842 (doubleComplex* b, int size , int in); |