Click or drag to resize

PeakSearchingByTopologyExecute(Double, Double) Method

Executes the topology-based peak search.

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

Parameters

x  Double
The optional x-values of the spectrum.
y  Double
The y-values of the spectrum.

Return Value

ListPeakDescription
The detected peak descriptions.
See Also