Changeset 71 for mppenc/branches/r2d/libmpcpsy/fft_routines.c
- Timestamp:
- 10/07/06 02:49:28 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mppenc/branches/r2d/libmpcpsy/fft_routines.c
r65 r71 82 82 static float Hann_1600 [1600]; 83 83 84 void Generate_FFT_Tables ( const int, int*, float* ); 85 void rdft ( const int, float*, int*, float* ); 86 84 87 85 88 ////////////////////////////// … … 170 173 } 171 174 172 173 175 /* F U N C T I O N S */ 174 176 // generates FFT lookup-tables
Note: See TracChangeset
for help on using the changeset viewer.