- Timestamp:
- Aug 9, 2005, 10:58:47 AM (20 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 32669d9
- Parents:
- 876c5e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/tests/test-fft.c
r876c5e7 rb4b0324 20 20 spec[i] = AUBIO_ARRAY(fft_data_t,win_s); 21 21 /* initialize the window (see mathutils.c) */ 22 window(w,win_s, hanningz);22 window(w,win_s,aubio_win_hanningz); 23 23 24 24 /* fill input with some data */
Note: See TracChangeset
for help on using the changeset viewer.