I'm looking for a solution to my problem: I need to display the average of the WindVector values of the last 2 minutes, with 15 second sampling and display every 1 second. What would be the best solution? I'm implementing a ring buffer to store the 8 sampled points, but it's getting complex.
Hi. You could look at the "AvgRun" instruction. From your description, it sounds as though this may do the job.
Sorry for the delay in responding. In fact AvgRun solved the problem, I just needed to analyze it better. Thank you very much!