Hi all,
I have an array that I acquired from Peak Detection that returns all elements above a threshold. I have pretty good results but (because of some noise) I have some indexes that I want to remove because they are too close together. I want the peaks to be separated by at least 200 samples. I tried using a for loop by comparing points within 200 samples and return the higher amplitude but, since I'm very new to Labview, I can't seem to figure out how to make this work. I hope this makes sense.
Regards,
Chris