Changeset b60d414e
- Timestamp:
- Jul 27, 2012, 7:29:49 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:
- 7af7c32
- Parents:
- fc197b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
interfaces/python/test_fft.py
rfc197b0 rb60d414e 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.