Click or drag to resize

PeakSearchingByCwtExecute(Double, Double) Method

Executes peak searching by CWT for a single spectral region.

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public List<PeakDescription> Execute(
	double[]? x,
	double[] y
)

Parameters

x  Double
The x-values of the spectrum. Can be ; in that case, the peak positions are returned as indices.
y  Double
The y-values of the spectrum.

Return Value

ListPeakDescription
A list of peak descriptions, sorted by ascending position.
See Also