- Timestamp:
- Jan 26, 2014, 9:18:22 PM (11 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:
- 2e17371
- Parents:
- c038740
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-cvec.c
rc038740 r491e6ea 5 5 { 6 6 uint_t i, window_size = 16; // window size 7 utils_init_random();8 7 cvec_t * complex_vector = new_cvec (window_size); // input buffer 9 8 uint_t rand_times = 4; 9 10 utils_init_random(); 10 11 11 12 while (rand_times -- ) {
Note: See TracChangeset
for help on using the changeset viewer.