The PeakFinderBase type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
LocatePeakIndices
Locates the Indices in the vector preceeding the peak.
LocatePeakIndicies Obsolete.
Locates the Indices in the vector preceeding the peak.
LocatePeaks
Locates the all peak abscissae and their smoothed values in current data set.
RetainPeaksOverloaded.
SelectPeaks
Selects and returns a list of
CopyC#
Extrema
e that satisfy the
CopyC#
FilterDelegate
.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
InputData
Gets / Sets the input data. Set nullifies current peak list.
Item
Gets the extrema via index operator.
NumberPeaks
Gets the number of peaks found.

See Also