Changeset aba718a


Ignore:
Timestamp:
Sep 5, 2015, 11:53:26 AM (9 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:
f8340e1
Parents:
385a06e2
Message:

src/spectral/mfcc.h: add link to reference implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/mfcc.h

    r385a06e2 raba718a  
    2222/** \file
    2323
    24   Mel-frequency cepstrum coefficients object
     24  Mel-Frequency Cepstrum Coefficients object
     25
     26  This object computes MFCC coefficients on an input cvec_t.
     27
     28  The implementation follows the specifications established by Malcolm Slaney
     29  in its Auditory Toolbox, available online (see file mfcc.m).
     30
     31  http://engineering.ecn.purdue.edu/~malcolm/interval/1998-010/
    2532
    2633  \example spectral/test-mfcc.c
Note: See TracChangeset for help on using the changeset viewer.