State Space Models (Power System)
조회 수: 2 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Craig
2012년 5월 24일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Power and Energy Systems에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!