08-13-2013 10:19 PM
Hi everyone!
I'd like to know how to choose the highest peak like from the graph. Can anyone show me how can this be done?
Thanks!
Solved! Go to Solution.
08-13-2013 10:22 PM
08-13-2013 10:50 PM
You might check out Peak Detector VI. This library function lets you specify a threshold so that only peaks over the threshold are returned. You can also specify a minimum width for peaks as a simple noise filter.
08-13-2013 11:19 PM
It is really difficult from the image to even tell how the peaks looks like. You have many, many plots on this graph (many colors!) and there is huge overlap, especially in the middle. Can you zoom it to show how the pile of peaks in the center actually looks like? (... or even attach the VI containing typical data).
08-13-2013 11:56 PM
@altenbach wrote:
It is really difficult from the image to even tell how the peaks looks like. You have many, many plots on this graph (many colors!) and there is huge overlap, especially in the middle. Can you zoom it to show how the pile of peaks in the center actually looks like? (... or even attach the VI containing typical data).
The input is a 2D array. But I want to extract the highest plot and plot in another graph.
i can't attach the VI because it has some hardware dll in it and this is the zoomed in version of the graph before. (The x and y axis are different because I adjusted the hardware a little)
08-14-2013 12:02 AM - edited 08-14-2013 12:03 AM
As Altenbach said: Array Max & Min.
For 2d arrays, it returns row and column. Use the row: