Click or drag to resize

PeakFinderSavitzkyGolay Properties

The PeakFinderSavitzkyGolay type exposes the following members.

Properties
 NameDescription
Public propertyAbscissaInterval Gets\Sets the abscissa interval for the data. This is used to scale the derivatives to the correct units.
Public propertyInputData Gets / Sets the input data. Set nullifies current peak list.
(Inherited from PeakFinderBase)
Public propertyItem Gets the extrema via index operator.
(Inherited from PeakFinderBase)
Public propertyNumberPeaks Gets the number of peaks found.
(Inherited from PeakFinderBase)
Public propertyRootFindingTolerance Gets\Sets the root finders error tolerance. Default is 0.00001;
Public propertySlopeSelectivity Slope selectivity is between [0,Double.MaxValue] (default = 0.0). Peak finding selectivity increases with larger values. A value of 0 returns all peaks (all smoothed derivative zero crossings).
Top
See Also