diff MeanFilter.h @ 48:1343ecde267e

Add FFT test
author Chris Cannam
date Tue, 11 Sep 2012 17:30:07 +0100
parents f72a470fe4b5
children 939cf0e86268
line wrap: on
line diff
--- a/MeanFilter.h	Tue Sep 11 16:37:47 2012 +0100
+++ b/MeanFilter.h	Tue Sep 11 17:30:07 2012 +0100
@@ -46,7 +46,8 @@
 
     /**
      * Filter the n samples starting at the given offset in the
-     * m-element array "in" and place the results in "out"
+     * m-element array "in" and place the results in the n-element
+     * array "out"
      */
     void filterSubsequence(const double *in, double *out,
 			   const int m, const int n,