Description: Sliding Sum Averaging Filter
Smoothes data by sliding it past itself, one sample at a time, and summing.
The length of the output is the same as the length of the input. The output
will be normalized. Equivalent to a moving average (lowpass) filter, but
more efficient.
File list (Check if you may need any files):
slidefilter.m