EmpiricalModeDecompositionMaximumAllowedAvgByDiff Property |
Gets the maximum allowed average by difference value.
Namespace: Altaxo.Science.SignalsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double MaximumAllowedAvgByDiff { get; init; }
Property Value
DoubleRemarks 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