Hi forum,
I am looking for a way to model a mathematical relationship
y(t) = 1/T* integral over x(tau) dtau from t-T to t
Actually it should yield moving average of x function.
One way I can think of is to transform it manually into
y'(t) = x(t) - x(t-T)
All variables in modelica are function of times, but I think
there is no way to express x(t-T).
Regards, daniel
