The PeakFinderSavitzkyGolay type exposes the following members.

Properties

  NameDescription
AbscissaInterval
Gets\Sets the abscissa interval for the data. This is used to scale the derivatives to the correct units.
InputData
Gets / Sets the input data. Set nullifies current peak list.
(Inherited from PeakFinderBase.)
Item
Gets the extrema via index operator.
(Inherited from PeakFinderBase.)
NumberPeaks
Gets the number of peaks found.
(Inherited from PeakFinderBase.)
RootFindingTolerance
Gets\Sets the root finders error tolerance. Default is 0.00001;
SlopeSelectivity
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).

See Also