State Space Models (Power System)
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hello,
I am working on power system, and I want to represent my power system dynamics in state space form
Like, I have system equations
xdot = Ax + R + Bu and y = Cx
Where X is 7x1 matrix and R is basically function of R (X1, X2, X5, Z1, Z2, Z3)
I was able to get first 3 parameters of R matrix absorbed in A matrix but how can I now apply ss command in Matlab and go ahead as Z1, Z2 and Z3 are totally other state variables OR Control variable Sizes of Matrices Xdot = {7x1}; A = {7x7}; X ={7x1}; R = {7x1} B = {7x3}; u = {3x1} C= {3x7}
Thanks in Advance.
0 Commenti
Risposte (1)
Craig
il 24 Mag 2012
If I understand your question correctly Z1,Z2, Z3 are effectivly external inputs. This means you should be able to append them to U and absorb the contribution of R with respect to these inputs into the B matrix.
-craig
0 Commenti
Vedere anche
Categorie
Scopri di più su Power and Energy Systems in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!