The PeakFinderSavitzkyGolay type exposes the following members.

Methods

  NameDescription
Clone
Creates a deep copy of this SavitzkyGolayPeakFinder instance.
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.
(Overrides PeakFinderBase..::.LocatePeakIndices()()().)
LocatePeakIndicies Obsolete.
Locates the Indices in the vector preceeding the peak.
(Overrides PeakFinderBase..::.LocatePeakIndicies()()().)
LocatePeaks
Locates the all peak abscissae and their smoothed ordinates in current data set.
(Overrides PeakFinderBase..::.LocatePeaks()()().)
RetainPeaksOverloaded.
SelectPeaks
Selects and returns a list of
CopyC#
Extrema
e that satisfy the
CopyC#
FilterDelegate
.
(Inherited from PeakFinderBase.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also