Click or drag to resize

PeakFinderSavitzkyGolay Constructor

Overload List
 NameDescription
Public methodPeakFinderSavitzkyGolay(DoubleVector, Int32) An instance of a Savitkzy-Golay peak finder, using a third degree polynomial.
Public methodPeakFinderSavitzkyGolay(DoubleVector, Int32, Int32) An instance of a Savitkzy-Golay peak finder. The width of the filter must be less than the length of the data, and the polynomial degree must be less than the filter width.
Top
See Also