Click or drag to resize

PeakFinder_peak_prominences Method

Calculate the prominence of each peak in a signal.

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public (double[] , int[] , int[] , string warnings) _peak_prominences(
	double[] x,
	int[] peaks,
	int wlen
)

Parameters

x  Double
The signal, e.g. a spectrum with peaks.
peaks  Int32
The indices of the peak positions in x.
wlen  Int32
A window length in samples (see `peak_prominences`) which is rounded up to the nearest odd integer.If smaller than 2 the entire signal `x` is used.

Return Value

ValueTupleDouble, Int32, Int32, String

[Missing <returns> documentation for "M:Altaxo.Science.Spectroscopy.PeakSearching.PeakFinder._peak_prominences(System.Double[],System.Int32[],System.Int32)"]

See Also