Smoothing |
expsmooth(v, a) Returns a smoothed version of the data in vector v generated by exponential smoothing with weight a.
medfilt1d(M, n) Returns the multichannel signal M, filtered with a median filter of length n.
movavg(v, n) Returns a smoothed version of the data in vector v created by taking a moving average with a window of width n.