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