Click or drag to resize

PeakEnhancementHilbertHuangExecute Method

Executes the transformation for the provided spectrum, processing each region independently.

Namespace: Altaxo.Science.Spectroscopy.PeakEnhancement
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public (double[] , double[] , int[] ) Execute(
	double[] x,
	double[] y,
	int[]? regions
)

Parameters

x  Double
The x-values of the spectrum.
y  Double
The y-values of the spectrum.
regions  Int32
Optional region boundaries. If provided, each region is processed separately.

Return Value

ValueTupleDouble, Double, Int32
The transformed spectrum, and the (unchanged) region information.
See Also