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 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Philoxy4
le 29 Juil 2018
Réponse apportée : Aquatris
le 30 Juil 2018
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 commentaires
Aquatris
le 30 Juil 2018
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?
Réponse acceptée
Aquatris
le 30 Juil 2018
Integral in discrete time using Forward Euler method;
x(k+1) = x(k) + dt*u;
y(k) = x(k);
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Additional Math and Discrete dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!