Changeset acd97d1 for src/mathutils.h


Ignore:
Timestamp:
Oct 15, 2013, 10:57:38 PM (11 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:
735a739
Parents:
69c39ca
Message:

src/mathutils.{c,h}: remove fvec_quadint, use fvec_quadratic_peak_pos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mathutils.h

    r69c39ca racd97d1  
    232232smpl_t fvec_median (fvec_t * v);
    233233
    234 /** finds exact peak index by quadratic interpolation*/
    235 smpl_t fvec_quadint (fvec_t * x, uint_t pos);
    236 
    237234/** finds exact peak index by quadratic interpolation
    238235
Note: See TracChangeset for help on using the changeset viewer.