Changeset fff2bee for src/mathutils.h


Ignore:
Timestamp:
Apr 17, 2007, 9:59:15 PM (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:
5507e9d
Parents:
3fd2dc1
Message:

mathutils.c: add aubio_zero_crossing_rate at Amaury's request

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mathutils.h

    r3fd2dc1 rfff2bee  
    205205void aubio_autocorr(fvec_t * input, fvec_t * output);
    206206/**
     207 * zero-crossing rate (number of zero cross per sample)
     208 */
     209smpl_t aubio_zero_crossing_rate(fvec_t * input);
     210/**
    207211 * clean up cached memory at the end of program
    208212 *
Note: See TracChangeset for help on using the changeset viewer.