- Timestamp:
- Oct 2, 2009, 2:05:23 AM (16 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitchmcomb.c
r38e9732 rc0b295c 159 159 mag->data[i][j] = newmag->data[i][j]; 160 160 } 161 fvec_ dc_removal(mag); /* dc removal*/161 fvec_min_removal(mag); /* min removal */ 162 162 fvec_alpha_normalise(mag,p->alpha); /* alpha normalisation */ 163 /* skipped */ /* low pass filtering */163 /* skipped */ /* low pass filtering */ 164 164 /** \bug fvec_moving_thres may write out of bounds */ 165 165 fvec_adapt_thres(mag,tmp,p->win_post,p->win_pre); /* adaptative threshold */
Note: See TracChangeset
for help on using the changeset viewer.