From: Paul Brossier Date: Sat, 2 Mar 2013 19:25:49 +0000 (-0500) Subject: src/mathutils.h: improve doc, fix typo X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2a2636a5e6d93d0fc4634e4745e799802e3de54d;p=aubio.git src/mathutils.h: improve doc, fix typo --- diff --git a/src/mathutils.h b/src/mathutils.h index fa181353..31c01f3f 100644 --- a/src/mathutils.h +++ b/src/mathutils.h @@ -18,8 +18,12 @@ */ -/** @file - * various math functions +/** \file + + Various math functions + + \example test-mathutils.c + */ #ifndef MATHUTILS_H @@ -179,10 +183,10 @@ void fvec_add (fvec_t * v, smpl_t c); */ void fvec_min_removal (fvec_t * v); -/** compute moving median theshold of a vector +/** compute moving median threshold of a vector This function computes the moving median threshold value of at the given -position of a vector, taking the median amongs post elements before and up to +position of a vector, taking the median among post elements before and up to pre elements after pos. \param v input vector