Changeset 9771488 for src/mathutils.h


Ignore:
Timestamp:
Mar 21, 2006, 7:05:23 PM (18 years ago)
Author:
Paul Brossier <piem@altern.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:
d94f98b
Parents:
1d4fc4a
Message:

add interpolation to yin
add interpolation to yin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mathutils.h

    r1d4fc4a r9771488  
    212212smpl_t vec_median(fvec_t * input);
    213213
    214 /** finds exact peak position by quadratic interpolation*/
     214/** finds exact maximum position by quadratic interpolation*/
    215215smpl_t vec_quadint(fvec_t * x,uint_t pos);
     216
     217/** finds exact minimum position by quadratic interpolation*/
     218smpl_t vec_quadint_min(fvec_t * x,uint_t pos, uint_t span);
    216219
    217220/** Quadratic interpolation using Lagrange polynomial.
Note: See TracChangeset for help on using the changeset viewer.