Click or drag to resize

PeakFinderBase Methods

The PeakFinderBase type exposes the following members.

Methods
 NameDescription
Public methodApplySortOrder Applies the desired sort order on the found peaks.
Public methodGetAllPeaks Returns a list of all
C#
Extrema
found.
Public methodLocatePeakIndices Locates the Indices in the vector preceeding the peak.
Public methodLocatePeaks Locates the all peak abscissae and their smoothed values in current data set.
Public methodRetainPeaks(FuncExtrema, Boolean) Retains
C#
Extrema
in
C#
this
instance that don't satisfy the
C#
FilterDelegate
.
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
.
Public methodSelectPeaksObsolete.
Deprecated. Selects and returns a list of
C#
Extrema
e that satisfy the
C#
FilterDelegate
.
Public methodSelectPeaksForwardOrder Selects and returns a list of
C#
Extrema
e that satisfy the
C#
FilterDelegate
.
Public methodSelectPeaksReverseOrder Selects and returns a list of
C#
Extrema
e that satisfy the
C#
FilterDelegate
.
Top
See Also