LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

When using the built-in peak

detect.vi in Labview, if I have a 1-D array of elements that I am passing into this peak detect vi, how do I kind of book mark the peak values? For example, I only want to use the data from my 1D array that is between two peaks. How do I get this subarray?I am graphing my 1D array, and for my assignment, I wish to calculate the mean value of the array between two peaks. Therefore, how can I detect where the peaks are and then go back to my 1D array and locate the subsection between two peaks?
0 Kudos
Message 1 of 2
(2,396 Views)
detect.vi in Labview, if I have a 1-D array of elements that I am passing into this peak detect vi, how do I kind of book mark the peak values? For example, I only want to use the data from my 1D array that is between two peaks. How do I get this subarray?Peak Detector.vi seems to pass out the indices of detected peaks and valleys - I would think you could use these as input to Get Array Subset.

cheers,
- kevin
0 Kudos
Message 2 of 2
(2,396 Views)