LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How does one move graph cursors to the x location of a peak?

I'm using the "Amplititude and Level Measurements" VI to find the max and min peaks in a waveform. I would like to be able to position graph cursors at the point on the waveform where these peaks occur. I can't find a way to extract the x-location of these peaks from the VI (it only gives the amplitudes). Any suggestions regarding how to solve my problem would be greatly appreciated.
0 Kudos
Message 1 of 2
(2,694 Views)
The example 'peak detection example.vi' shows use of the peak detection vi and it returns an array of peak locations (or minimas) as well as the values. (Search the examples with the keyword PEAK)

Then look up the graphing examples to see how to program the cursor location on your graph. (Search the examples with the keyword GRAPH see Zoom Graph)
0 Kudos
Message 2 of 2
(2,694 Views)