Time Average Function.
I am trying to make a program that calculates the average value of an hour ago in AC800M.
It seems impossible with functions within the AC800M.
If you have any samples you have made, please share them.
It seems impossible with functions within the AC800M.
If you have any samples you have made, please share them.
Answers
I think exactly such a function is not available in the standard AC800M libraries. Similar function AVG exists in Pulp&Paper Element Lib that calculates a moving average per max 3600 samples.
If it is enough to calculate an average hour by hour (non moving average), you can use Integrator that in fact calculates an average per time period set as its input time constant.
If it is enough to calculate an average hour by hour (non moving average), you can use Integrator that in fact calculates an average per time period set as its input time constant.
Add new comment