10-29-2008 12:23 PM
While I have an audience... The goal of this program is to take a 2D array (concentration in column 0, direction in column 1), and find peaks in the concentration column. A peak must consist of atleast 5 points ( a peak with atleast two data points on either side, where the minimum point on either side is at most 50% of the peak). Of course there can be multiple peaks in the array and since we are dealing with data taken on a circle there can be half a peak at 0-10 degrees and half a peak at 350-360 degrees, this is why I tack three copies of the array together. If anyone has an elegent way to solve this problem I would love to hear it. See attached for an example of the 2D array.
Thanks!
Solved! Go to Solution.
10-29-2008 12:34 PM
Can you use the Peak Detector.vi to accomplish this task and then manually examine the endpoints? Can you send sample data?
-cb
10-29-2008 12:41 PM
10-29-2008 12:55 PM