Changeset 39e6f84
- Timestamp:
- Jul 11, 2012, 3:42:40 AM (12 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:
- 6882e73
- Parents:
- 988f580
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
interfaces/python/demo_filterbank.py
r988f580 r39e6f84 4 4 freq_list = [60, 80, 200, 400, 800, 1600, 3200, 6400, 12800, 15000, 24000] 5 5 freqs = fvec(freq_list) 6 f.set_triangle_bands(freq _list, 48000)6 f.set_triangle_bands(freqs, 48000) 7 7 f.get_coeffs().T 8 8
Note: See TracChangeset
for help on using the changeset viewer.