Revision 48:1343ecde267e MeanFilter.h

View differences:

MeanFilter.h
46 46

  
47 47
    /**
48 48
     * Filter the n samples starting at the given offset in the
49
     * m-element array "in" and place the results in "out"
49
     * m-element array "in" and place the results in the n-element
50
     * array "out"
50 51
     */
51 52
    void filterSubsequence(const double *in, double *out,
52 53
			   const int m, const int n,

Also available in: Unified diff