What I want:
I want to have a numeric control that controls the amount of data that will be averaged.
(ex: numeric control set to 10)
This control results in the 10 data points before and the 10 data points after the current iteration will be averaged
My guess at a solution:
The numeric control will be combined with the iteration in a for loop.
My array of data will enter this for loop and combine with this.
My output of the for loop will be the averaged data.
I will then delete the first 10 lines of the array but I can do that.
An example vi of this would be awesome, I figured it will take someone no time at all to implement this.
Thanks!
Christian