#include "mex.h"#include "../Mediator.h"
Go to the source code of this file.
Functions | |
| void | arrayMedian (int windowsize, double *y, double *z, mwSize n) |
| void | mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
| void arrayMedian | ( | int | windowsize, |
| double * | y, | ||
| double * | z, | ||
| mwSize | n | ||
| ) |
Definition at line 5 of file medfilt.cpp.
| void mexFunction | ( | int | nlhs, |
| mxArray * | plhs[], | ||
| int | nrhs, | ||
| const mxArray * | prhs[] | ||
| ) |
Definition at line 16 of file medfilt.cpp.