- Timestamp:
- Sep 23, 2016, 6:57:20 AM (8 years ago)
- Branches:
- feature/cnn, feature/crepe, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch
- Children:
- 7d01fdf
- Parents:
- 3ffedf22 (diff), bd8a92d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- tests/src
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/spectral/test-fft.c
r3ffedf22 rad65346 5 5 int return_code = 0; 6 6 uint_t i, n_iters = 100; // number of iterations 7 uint_t win_s = 5 00; // window size7 uint_t win_s = 512; // window size 8 8 fvec_t * in = new_fvec (win_s); // input buffer 9 9 cvec_t * fftgrain = new_cvec (win_s); // fft norm and phase
Note: See TracChangeset
for help on using the changeset viewer.