- Timestamp:
- May 14, 2016, 5:27:05 AM (9 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:
- aba0279
- Parents:
- a2ab20a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/tests/test_fft.py
ra2ab20a r2f4d9b7 38 38 from math import floor 39 39 win_s = 256 40 i = floor(random()*win_s)40 i = int(floor(random()*win_s)) 41 41 impulse = pi * random() 42 42 f = fft(win_s)
Note: See TracChangeset
for help on using the changeset viewer.