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

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public PeakFinderSavitzkyGolay(
	DoubleVector inputdata,
	int width
)
Visual Basic (Declaration)
Public Sub New ( _
	inputdata As DoubleVector, _
	width As Integer _
)
Visual C++
public:
PeakFinderSavitzkyGolay(
	DoubleVector^ inputdata, 
	int width
)

Parameters

inputdata
Type: CenterSpace.NMath.Core..::.DoubleVector
Input data
width
Type: System..::.Int32
Width of peak finder

See Also