home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef fftmainH
- #define fftmainH
- //---------------------------------------------------------------------------
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- void cleanup(int exitcode);
- float fftmain(long sample_rate, long fft_size, float freq);
-
-
- #ifdef __cplusplus
- }
- #endif
-
- extern float *sig,*fftsig;
- extern float *weights;
- extern float *fftreal;
- extern long num_samps,fsize;
- extern float bin_width;
-
- //---------------------------------------------------------------------------
- #endif
-