Changeset ad76ce2 for src/spectral


Ignore:
Timestamp:
Dec 17, 2013, 4:59:26 PM (10 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

src/spectral/fft.h: improve doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/fft.h

    rb155ed03 rad76ce2  
    2323  Fast Fourier Transform
    2424
     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
    2530  \example src/spectral/test-fft.c
    2631
     
    3641/** FFT object
    3742 
    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.
    4244
    4345*/
Note: See TracChangeset for help on using the changeset viewer.