The output data has the same size of the input data. If the window half-size is smaller or equal to 1, then the input data is passed directly to the output data.
Arguments
inputData
The vector of values to be filtered
windowSize
The half-size of the filtering window (default windowSize = 3)
Classical implementation of a mean filter, using a sliding window. By default, the half-size of the sliding window is set to 3 unless otherwise specified.