comparison data/fft/FFTapi.h @ 293:7c53640bb9ba

...
author Chris Cannam
date Mon, 03 Sep 2007 13:58:48 +0000
parents a867be73b638
children bdebff3265ae
comparison
equal deleted inserted replaced
292:8c5762634f42 293:7c53640bb9ba
44 fftf_plan fftf_plan_dft_c2r_1d(int n, fftf_complex *in, float *out, unsigned); 44 fftf_plan fftf_plan_dft_c2r_1d(int n, fftf_complex *in, float *out, unsigned);
45 void fftf_execute(const fftf_plan p); 45 void fftf_execute(const fftf_plan p);
46 void fftf_destroy_plan(fftf_plan p); 46 void fftf_destroy_plan(fftf_plan p);
47 47
48 #define FFTW_ESTIMATE 0 48 #define FFTW_ESTIMATE 0
49 #define FFTW_MEASURE 0
49 50
50 #endif 51 #endif
51 52
52 #endif 53 #endif
53 54