|  | PeakFinderSavitzkyGolay(DoubleVector, Int32) Constructor | 
            An instance of a Savitkzy-Golay peak finder, using a third degree polynomial.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic PeakFinderSavitzkyGolay(
	DoubleVector inputdata,
	int width
)
Public Sub New ( 
	inputdata As DoubleVector,
	width As Integer
)
public:
PeakFinderSavitzkyGolay(
	DoubleVector^ inputdata, 
	int width
)
new : 
        inputdata : DoubleVector * 
        width : int -> PeakFinderSavitzkyGolayParameters
- inputdata  DoubleVector
- Input data
- width  Int32
- Width of peak finder
 See Also
See Also