What is the relation between states in the original and reduced model
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello, I'm using balred to simplify a state space model. This works fine, but I want to use this to simulate and compare it with the original model results, and this from specific inital conditions. The problem is that I don't know how to convert the initial state in the original model to the states in the reduced model. I would think that there should be a conversion matrix (or maybe 2?).
So:
dX/dt = A.X + B.U
--> reduced: dZ/dt = Ar.Z + Br.U
The question: is there something like a matrix Q?
Z0 = Q.X0 (or another relationship)
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Sources 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!