Click or drag to resize

PeakFinder Properties

The PeakFinder type exposes the following members.

Properties
 NameDescription
Public propertyLeftBases The position of the lowest valley point to the left of each peak. This array is only set if the parameter 'Prominence' was specified.
Public propertyLeftEdges Position of the first point to the left of each peak, whose value is different from the peak's value. This array is only set if the parameter 'PlateauSize' was specified.
Public propertyLeftIps The left intersection points of each peak. This array is only set if the parameter 'Width' was specified.
Public propertyLeftThresholds The left thresholds of each peak. This array is only set if the parameter 'Threshold' was specified.
Public propertyPeakHeights The peak height of each peak. This array is only set if the parameter Height was specified.
Public propertyPeakPositions The peak positions (indices of the y-array). This array is always set after a call to Execute.
Public propertyPlateauSizes The plateau sizes of each peak. This array is only set if the parameter PlateauSize was specified.
Public propertyProminences The prominence values of each peak. This array is only set if the parameter 'Prominence' was specified.
Public propertyRightBases The position of the lowest valley point to the right of each peak. This array is only set if the parameter 'Prominence' was specified.
Public propertyRightEdges Position of the first point to the right of each peak, whose value is different from the peak's value. This array is only set if the parameter 'PlateauSize' was specified.
Public propertyRightIps The right intersection points of each peak. This array is only set if the parameter 'Width' was specified.
Public propertyRightThresholds The right thresholds of each peak. This array is only set if the parameter 'Threshold' was specified.
Public propertyWarnings The warnings during the execution of the peak finder algorithm.
Public propertyWidthHeights The height at which the width of each peak was determined. This array is only set if the parameter 'Width' was specified.
Public propertyWidths The width of each peak. This array is only set if the parameter 'Width' was specified.
Top
See Also