Changeset ad76ce2
- Timestamp:
- Dec 17, 2013, 4:59:26 PM (11 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:
- 52a25e5
- Parents:
- b155ed03
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/fft.h
rb155ed03 rad76ce2 23 23 Fast Fourier Transform 24 24 25 Depending on how aubio was compiled, FFT are computed using one of: 26 - [Ooura](http://www.kurims.kyoto-u.ac.jp/~ooura/fft.html) 27 - [FFTW3](http://www.fftw.org) 28 - [vDSP](https://developer.apple.com/library/mac/#documentation/Accelerate/Reference/vDSPRef/Reference/reference.html) 29 25 30 \example src/spectral/test-fft.c 26 31 … … 36 41 /** FFT object 37 42 38 This object computes forward and backward FFTs, using the complex type to 39 store the results. The phase vocoder or aubio_mfft_t objects should be 40 preferred to using directly aubio_fft_t. The FFT are computed using FFTW3 41 (although support for another library could be added). 43 This object computes forward and backward FFTs. 42 44 43 45 */
Note: See TracChangeset
for help on using the changeset viewer.