Click or drag to resize

EmpiricalModeDecompositionSubtractMeanEnvelope_1_1 Method

Subtracts the mean envelope from the signal in the special case where there is exactly one minimum and one maximum.

Namespace: Altaxo.Science.Signals
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static void SubtractMeanEnvelope_1_1(
	ReadOnlySpan<double> x,
	double[] signal,
	int minIndex,
	int maxIndex
)

Parameters

x  ReadOnlySpanDouble
The x values of the signal.
signal  Double
The y-values of the signal. On return, this array is modified (mean envelope is subtracted).
minIndex  Int32
The index of the minimum.
maxIndex  Int32
The index of the maximum.
See Also