Changeset c0b295c for src/pitch


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/pitch/pitchmcomb.c

    r38e9732 rc0b295c  
    159159    mag->data[i][j] = newmag->data[i][j];
    160160  }
    161   fvec_dc_removal(mag);               /* dc removal           */
     161  fvec_min_removal(mag);              /* min removal          */
    162162  fvec_alpha_normalise(mag,p->alpha); /* alpha normalisation  */
    163   /* skipped */                      /* low pass filtering   */
     163  /* skipped */                       /* low pass filtering   */
    164164  /** \bug fvec_moving_thres may write out of bounds */
    165165  fvec_adapt_thres(mag,tmp,p->win_post,p->win_pre); /* adaptative threshold */
Note: See TracChangeset for help on using the changeset viewer.