Changeset 0dbdb40 for src/mathutils.h


Ignore:
Timestamp:
Apr 18, 2007, 1:07:48 AM (17 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:
c8b80cd
Parents:
5507e9d
Message:

mathutils.c: add aubio_spectral_centroid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mathutils.h

    r5507e9d r0dbdb40  
    209209smpl_t aubio_zero_crossing_rate(fvec_t * input);
    210210/**
     211 * spectrum centroid computed on a cvec
     212 */
     213smpl_t aubio_spectral_centroid(cvec_t * input, smpl_t samplerate);
     214/**
    211215 * clean up cached memory at the end of program
    212216 *
Note: See TracChangeset for help on using the changeset viewer.