Hi,
i have the attached text output from a java program.
I need to implement a 5 point moving average filter (i.e. if there are 500 values, take the values 1to 5 and make the averge, then take values 2-6 and make the average, etc).
Does anyone have an idea on how to implement this?
thanks
