Changeset ea912cc
- Timestamp:
- Apr 8, 2013, 5:27:55 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:
- 95dc7f2
- Parents:
- 8a7b344
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mathutils.h
r8a7b344 rea912cc 41 41 42 42 \param s vector to compute mean from 43 44 \return the mean of v 43 \return the mean of `v` 45 44 46 45 */ … … 259 258 \param pf is the floating point index [0;2] 260 259 261 \return s0 + (pf/2.)*((pf-3.)*s0-2.*(pf-2.)*s1+(pf-1.)*s2);260 \return \f$ s0 + (pf/2.)*((pf-3.)*s0-2.*(pf-2.)*s1+(pf-1.)*s2); \f$ 262 261 263 262 */
Note: See TracChangeset
for help on using the changeset viewer.