I have a state space system like this and I want to Augment the discrete-time plant model with an integrator, and check controllability and observability of the augmented model.
18 次查看(过去 30 天)
显示 更早的评论
I have a state space system like this and I want to Augment the discrete-time plant model with an integrator, and check controllability and observability of the augmented model.
2 个评论
Aquatris
2018-7-30
What is the actual question? Do you want the code for it or do you want to know what state space representation of an integrator is?
采纳的回答
Aquatris
2018-7-30
Integral in discrete time using Forward Euler method;
x(k+1) = x(k) + dt*u;
y(k) = x(k);
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Additional Math and Discrete 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!