07-03-2012 01:57 PM
I would ideally like to display a value alongside a chart that represents the average value of every three peaks. Right now I am only able to display a live value for the peaks. Is this possible?
07-03-2012 04:26 PM - edited 07-03-2012 04:26 PM
Well, if you have the three values, how do you find the average?
Hint: Look in the Mathematics -> Probability & Statistics palette.
Or you could also simply do it the brute force way of adding and dividing.
07-06-2012 02:44 PM
Are you using the peak detector VI linked below? Using the index of peak locations and their corresponding values, you could try using a loop to build an array of the peak locations then averaging every 3 indexes of the array.
07-09-2012 09:29 AM
Is there anyway you could show an example of how to do that?
07-09-2012 09:44 AM
This is what I have so far
07-10-2012 12:33 PM
Are you doing a moving average of the peaks of your signal?
Regards,
Isaac S.