Changeset c0b295c for src/mathutils.h


Ignore:
Timestamp:
Oct 2, 2009, 2:05:23 AM (15 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:
acf7d30
Parents:
38e9732
Message:

src/mathutils.c: rename fvec_dc_removal to fvec_min_removal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mathutils.h

    r38e9732 rc0b295c  
    120120 */
    121121smpl_t fvec_alpha_norm(fvec_t * DF, smpl_t alpha);
    122 /**  dc(min) removal */
    123 void fvec_dc_removal(fvec_t * mag);
     122/**  min removal */
     123void fvec_min_removal(fvec_t * mag);
    124124/**  alpha normalisation */
    125125void fvec_alpha_normalise(fvec_t * mag, uint_t alpha);
Note: See TracChangeset for help on using the changeset viewer.