LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Peak Detection for XY graph

I have already collected an array data with X and Y values.  I have plotted that data on an XY graph and interested in getting the peaks and their locations.  When using the Peak Detector.vi, I can get the peaks by feeding in the Y values from the array, but of course the X data will not be plotted to give me the locations.  How can I add my X values to the peak detector as it is only giving me the locations with repect to time.

Thanks.
0 Kudos
Message 1 of 5
(4,109 Views)
try something along the lines of this
- there is always an easy way, but it is always the hardest to find
0 Kudos
Message 2 of 5
(4,097 Views)
can you please save for version 8.0. Thanks.
0 Kudos
Message 3 of 5
(4,095 Views)
here
- there is always an easy way, but it is always the hardest to find
0 Kudos
Message 4 of 5
(4,092 Views)
thanks for the quick help beaton.
 
the problem i have is that my data is not a waveform, but simply x and y points.  In you have a chance to look at my program, frame 2 has my X and Y seperated to graph in my XYGRAPH and the next frame is used to find the peaks of that graph.
0 Kudos
Message 5 of 5
(4,089 Views)