summaryrefslogtreecommitdiff
path: root/src/signalProcessing/fft/fft_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/signalProcessing/fft/fft_internal.h')
-rw-r--r--src/signalProcessing/fft/fft_internal.h5
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);