Changeset 2a2636a for src/mathutils.h


Ignore:
Timestamp:
Mar 2, 2013, 8:25:49 PM (11 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:
f9d5346
Parents:
c0608bd
Message:

src/mathutils.h: improve doc, fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mathutils.h

    rc0608bd r2a2636a  
    1919*/
    2020
    21 /** @file
    22  *  various math functions
     21/** \file
     22
     23  Various math functions
     24
     25  \example test-mathutils.c
     26
    2327 */
    2428
     
    180184void fvec_min_removal (fvec_t * v);
    181185
    182 /** compute moving median theshold of a vector
     186/** compute moving median threshold of a vector
    183187
    184188  This function computes the moving median threshold value of at the given
    185 position of a vector, taking the median amongs post elements before and up to
     189position of a vector, taking the median among post elements before and up to
    186190pre elements after pos.
    187191 
Note: See TracChangeset for help on using the changeset viewer.