Ignore:
Timestamp:
Mar 2, 2013, 8:18:00 PM (12 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:
2a2636a
Parents:
867084e
Message:

src/spectral/: improve documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/filterbank_mel.h

    r867084e rc0608bd  
    2222/** \file
    2323
    24   Mel frequency filter bankd coefficients
     24  Filterbank object coefficients initialization
    2525
    26   Set filter bank coefficients to Mel frequency bands.
    27 
    28   The filter coefficients are built according to Malcolm Slaney's Auditory
    29   Toolbox available at http://cobweb.ecn.purdue.edu/~malcolm/interval/1998-010/
    30   (see the file mfcc.m).
     26  Functions to create set the ::aubio_filterbank_t coefficients to
     27    - ::aubio_filterbank_set_triangle_bands: overlapping triangular bands,
     28    - ::aubio_filterbank_set_mel_coeffs_slaney: Mel frequency bands.
    3129
    3230*/
     
    5856  \param samplerate audio sampling rate
    5957
    60   This function fills the filterbank coefficients according to Malcolm Slaney.
     58  The filter coefficients are built according to Malcolm Slaney's Auditory
     59  Toolbox, available at http://cobweb.ecn.purdue.edu/~malcolm/interval/1998-010/
     60  (see file mfcc.m).
    6161
    6262*/
     
    6868#endif
    6969
    70 #endif                          // FILTERBANK_MEL_H
     70#endif // FILTERBANK_MEL_H
Note: See TracChangeset for help on using the changeset viewer.