Clear Filters
Clear Filters

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.

16 views (last 30 days)
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.

Accepted Answer

Aquatris
Aquatris on 30 Jul 2018
Integral in discrete time using Forward Euler method;
x(k+1) = x(k) + dt*u;
y(k) = x(k);
Other methods can be found here.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!