Click or drag to resize

PeakFinderSavitzkyGolay Methods

The PeakFinderSavitzkyGolay type exposes the following members.

Methods
 NameDescription
Public methodApplySortOrder Applies the desired sort order on the found peaks.
(Inherited from PeakFinderBase)
Public methodClone Creates a deep copy of this SavitzkyGolayPeakFinder instance.
Public methodGetAllPeaks Returns a list of all
C#
Extrema
found.
(Inherited from PeakFinderBase)
Public methodLocatePeakIndices Locates the Indices in the vector preceeding the peak.
(Overrides PeakFinderBaseLocatePeakIndices)
Public methodLocatePeaks Locates the all peak abscissae and their smoothed ordinates in current data set.
(Overrides PeakFinderBaseLocatePeaks)
Public methodRetainPeaks(FuncExtrema, Boolean) Retains
C#
Extrema
in
C#
this
instance that don't satisfy the
C#
FilterDelegate
.
(Inherited from PeakFinderBase)
Public methodRetainPeaks(FuncExtrema, Extrema, Extrema, Boolean, Boolean) Retains
C#
Extrema
in
C#
this
instance that satisfy the
C#
FilterDelegate
, simultaneously for each Extrema, FilterDelegate(extrema[i-1], extrema[i], extrema[i+1]). This allows the filtering of extrema based on the two immediate neighbors. End-point extrema can be dropped at will based on boolean
C#
DropEdgePeaks
.
(Inherited from PeakFinderBase)
Public methodSelectPeaksObsolete.
Deprecated. Selects and returns a list of
C#
Extrema
e that satisfy the
C#
FilterDelegate
.
(Inherited from PeakFinderBase)
Public methodSelectPeaksForwardOrder Selects and returns a list of
C#
Extrema
e that satisfy the
C#
FilterDelegate
.
(Inherited from PeakFinderBase)
Public methodSelectPeaksReverseOrder Selects and returns a list of
C#
Extrema
e that satisfy the
C#
FilterDelegate
.
(Inherited from PeakFinderBase)
Top
See Also