Changeset c03d191 for tests/src/spectral
- Timestamp:
- Nov 17, 2018, 10:19:27 PM (6 years ago)
- Branches:
- feature/constantq
- Children:
- d1d4ad4
- Parents:
- 088760e (diff), a114fe0 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/spectral/test-filterbank.c
r088760e rc03d191 11 11 // create filterbank object 12 12 aubio_filterbank_t *o = new_aubio_filterbank (n_filters, win_s); 13 14 smpl_t power = aubio_filterbank_get_power(o); 15 smpl_t norm = aubio_filterbank_get_norm(o); 16 if (aubio_filterbank_set_power(o, power)) { 17 return 1; 18 } 19 if (aubio_filterbank_set_norm(o, norm)) { 20 return 1; 21 } 13 22 14 23 // apply filterbank ten times
Note: See TracChangeset
for help on using the changeset viewer.