Changeset 2a2636a
- Timestamp:
- Mar 2, 2013, 8:25:49 PM (12 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:
- f9d5346
- Parents:
- c0608bd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mathutils.h
rc0608bd r2a2636a 19 19 */ 20 20 21 /** @file 22 * various math functions 21 /** \file 22 23 Various math functions 24 25 \example test-mathutils.c 26 23 27 */ 24 28 … … 180 184 void fvec_min_removal (fvec_t * v); 181 185 182 /** compute moving median th eshold of a vector186 /** compute moving median threshold of a vector 183 187 184 188 This function computes the moving median threshold value of at the given 185 position of a vector, taking the median among spost elements before and up to189 position of a vector, taking the median among post elements before and up to 186 190 pre elements after pos. 187 191
Note: See TracChangeset
for help on using the changeset viewer.