Click or drag to resize

PolynomialDetrendingBaseExecute(ReadOnlySpanDouble, ReadOnlySpanDouble, SpanDouble) Method

Executes the baseline estimation algorithm for the provided spectrum and writes the estimated baseline into resultingBaseline.

Namespace: Altaxo.Science.Spectroscopy.BaselineEstimation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void Execute(
	ReadOnlySpan<double> xArray,
	ReadOnlySpan<double> yArray,
	Span<double> resultingBaseline
)

Parameters

xArray  ReadOnlySpanDouble
The x-values of the spectrum.
yArray  ReadOnlySpanDouble
The y-values of the spectrum.
resultingBaseline  SpanDouble
The destination to which the estimated baseline is written.
See Also