Peak |
The PeakFinderBase type exposes the following members.
Name | Description | |
---|---|---|
PeakFinderBase | Builds an instance of the abstract peak finding base class. |
Name | Description | |
---|---|---|
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. |
Name | Description | |
---|---|---|
ApplySortOrder | Applies the desired sort order on the found peaks. | |
GetAllPeaks |
Returns a list of all C# Extrema | |
LocatePeakIndices | Locates the Indices in the vector preceeding the peak. | |
LocatePeaks | Locates the all peak abscissae and their smoothed values in current data set. | |
RetainPeaks(FuncExtrema, Boolean) |
Retains C# Extrema C# this C# FilterDelegate | |
RetainPeaks(FuncExtrema, Extrema, Extrema, Boolean, Boolean) |
Retains C# Extrema C# this C# FilterDelegate C# DropEdgePeaks | |
SelectPeaks | Obsolete. Deprecated. Selects and returns a list of C# Extrema C# FilterDelegate | |
SelectPeaksForwardOrder |
Selects and returns a list of C# Extrema C# FilterDelegate | |
SelectPeaksReverseOrder |
Selects and returns a list of C# Extrema C# FilterDelegate |
Name | Description | |
---|---|---|
peakabscissae_ | List of the peaks abscissae. | |
peakvalues_ | List of peaks ordinates. |