smooth2ΒΆ
smooth2 is a function to smooth a matrix using the Savitzky-Golay algorthim.
- rmZSmooth = smooth2(rmZ, smoothFactor)
Return Value
rmZSmooth is the smoothed matrix.
Parameters
- rmZ
rmZ is a real matrix.
- smoothFactor
smoothFactor is a value in the range 1 (low smoothing) to 5 (high smoothing).
History
Version |
Description |
---|---|
5.20 |
New |
See also
id-1772855