Inverse function of "place function" - State Feedback Control
古いコメントを表示
Hello!
Is there a function in which the value of the gain constant (K) is a paramenter and the result are the poles?
Example:
1) As it is: p1 = a + b*1i (any set point i've chosen) p2 = a - b*1i (any set point i've chosen) A and B are canonical controlable state feedback matrices (no problems here)
K = place(A,B,[p1 p2]);
K = gain of the feedback to produce the control efect (no problem here)
2) What i want to do:
[pa pb] = (place)^-1(A,B,K); I want to discover pa and pb values, as A, B and K are already determined.
(i know i can solve that just by doing the inverse eqs., but i want to know if there's any fast-usage-matlab-made function!)
Thx all.
Fávero
回答 (2 件)
Azzi Abdelmalek
2013 年 4 月 30 日
編集済み: Azzi Abdelmalek
2013 年 4 月 30 日
eig(A-B*K)
Fávero
2013 年 4 月 30 日
0 投票
2 件のコメント
Azzi Abdelmalek
2013 年 4 月 30 日
Can you provide an example of A,B and K
Arkadiy Turevskiy
2013 年 4 月 30 日
カテゴリ
ヘルプ センター および File Exchange で Pole and Zero Locations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!