smoothdata2
Syntax
Description
specifies additional parameters for smoothing using one or more name-value arguments. For
example, S
= smoothdata2(___,Name=Value
)smoothdata2(A,SmoothingFactor=0.5)
adjusts the level of
smoothing by specifying a factor that scales the window size that
smoothdata2
determines from the entries in A.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
More About
Algorithms
When the window size for the smoothing method is not specified,
smoothdata2
computes a default window size based on a heuristic. For a
smoothing factor τ, the heuristic estimates a moving average window size that attenuates
approximately 100*τ percent of the energy of the input data.
Version History
Introduced in R2023b