Analyzes the set of input data for valid peaks and detects the set of points that exceed the threshold in a valid peak. Details
![]() |
initialize, when TRUE, initializes the internal state of the VI. |
![]() |
input data is a set of input data. |
![]() |
threshold is the level that all valid peaks must equal or exceed for the duration of width samples. |
![]() |
width determines the minimum width, in number of samples, for the set of input data. detected becomes TRUE when width remains at or above the threshold value. The default of width is 1. |
![]() |
detected is TRUE when the set of samples in width exceeds the threshold. |
![]() |
error returns any error or warning condition from the VI. Refer to Point By Point Error Codes for more information about these conditions. |
A peak is valid where the elements of the input data exceed threshold and then return to a value less than or equal to threshold, and the number of elements that exceed threshold is at least equal to width.