Changeset e1703b3
- Timestamp:
- Jul 27, 2012, 7:28:04 PM (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:
- 5314432
- Parents:
- 063fa5a (diff), 6fee793 (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. - Location:
- interfaces/python
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
interfaces/python/test_fft.py
r063fa5a re1703b3 90 90 #self.plot_this ( fftgrain.phas ) 91 91 assert_equal ( fftgrain.phas[0], 0) 92 assert_equal ( abs(fftgrain.phas[1]), 0) 93 assert_almost_equal (fftgrain.norm[0], impulse, decimal = 6 ) 92 # could be 0 or -0 depending on fft implementation (0 for fftw3, -0 for ooura) 93 assert_almost_equal ( fftgrain.phas[1], 0) 94 assert_almost_equal ( fftgrain.norm[0], impulse, decimal = 6 ) 94 95 95 96 def test_rdo_before_do(self):
Note: See TracChangeset
for help on using the changeset viewer.