PeakEnhancementHilbertHuangExecute Method |
Executes the transformation for the provided spectrum, processing each region independently.
Namespace: Altaxo.Science.Spectroscopy.PeakEnhancementAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic (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,
Int32The transformed spectrum, and the (unchanged) region information.
See Also