05-01-2014 04:22 PM
I need to find the average of the data shown by white line in the graph attach. I know there are 160 peaks in the data. The graph below shows how the peak looks like when you zoomed in.
05-02-2014 04:33 PM
Are these peaks always going to be happening at the same location each run? You can just index the array and do the averaging that way.
If you have to programatically locate these peak values it will be a bit trickier...
05-05-2014 07:50 AM
I would just do a simple moving average. Look into the Mean Pt By Pt VI.