Click or drag to resize

EmpiricalModeDecompositionMaximumAllowedAvgByDiff Property

Gets the maximum allowed average by difference value.

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

Property Value

Double
Remarks
If for any point of the waveform, the mean value of the lower and upper envelope, divided by the difference of upper and lower envelope, exceeds this value, the sifting process is proceeded until this criterion is met.
See Also