State Space Models (Power System)
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Craig
am 24 Mai 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 Kommentare
Siehe auch
Kategorien
Mehr zu Power and Energy Systems finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!