Peak |
The PeakFinderSavitzkyGolay type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplySortOrder |
Applies the desired sort order on the found peaks.
(Inherited from PeakFinderBase) | |
| Clone | Creates a deep copy of this SavitzkyGolayPeakFinder instance. | |
| GetAllPeaks |
Returns a list of all C# Extrema (Inherited from PeakFinderBase) | |
| LocatePeakIndices |
Locates the Indices in the vector preceeding the peak.
(Overrides PeakFinderBaseLocatePeakIndices) | |
| LocatePeaks |
Locates the all peak abscissae and their smoothed ordinates
in current data set.
(Overrides PeakFinderBaseLocatePeaks) | |
| RetainPeaks(FuncExtrema, Boolean) |
Retains C# Extrema C# thisC# FilterDelegate (Inherited from PeakFinderBase) | |
| RetainPeaks(FuncExtrema, Extrema, Extrema, Boolean, Boolean) |
Retains C# Extrema C# thisC# FilterDelegate C# DropEdgePeaks (Inherited from PeakFinderBase) | |
| SelectPeaks | Obsolete. Deprecated. Selects and returns a list of C# Extrema C# FilterDelegate (Inherited from PeakFinderBase) | |
| SelectPeaksForwardOrder |
Selects and returns a list of C# Extrema C# FilterDelegate (Inherited from PeakFinderBase) | |
| SelectPeaksReverseOrder |
Selects and returns a list of C# Extrema C# FilterDelegate (Inherited from PeakFinderBase) |