Click or drag to resize

PeakFinderSavitzkyGolayLocatePeakIndices Method

Locates the Indices in the vector preceeding the peak.

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.
See Also