Changeset 8076ecd for tests/src/spectral
- Timestamp:
- Sep 22, 2016, 11:26:50 PM (8 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:
- 784de2f
- Parents:
- bf1c0e43
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/spectral/test-fft.c
rbf1c0e43 r8076ecd 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.