Click or drag to resize

PeakFinderSavitzkyGolay(DoubleVector, Int32) Constructor

An instance of a Savitkzy-Golay peak finder, using a third degree polynomial.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public PeakFinderSavitzkyGolay(
	DoubleVector inputdata,
	int width
)

Parameters

inputdata  DoubleVector
Input data
width  Int32
Width of peak finder
See Also