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?