Click or drag to resize

EmpiricalModeDecompositionS Property

Maximum number of siftings, during which the number of extrema and the number of zero crossings remain constant, before the sifting process is stopped.

Namespace: Altaxo.Science.Signals
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int S { get; init; }

Property Value

Int32
Remarks
In Ref. [1], a default value of 4 is proposed for this number. Here, we have additional stopping criteria, so this number can be slightly higher.
See Also