Click or drag to resize

PeakFinderRuleBasedLocatePeakIndices Method

Locates the indices in the vector of the peaks.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override List<int> LocatePeakIndices()

Return Value

ListInt32
A integer
C#
List
of peak indices. If the peak is flat only the first index is returned.
See Also