Control Design without using s ”acker , place.
61 ビュー (過去 30 日間)
古いコメントを表示
i have a LTI system and i want to state feedback controller in matlap but i must not use acker and place functions.how i can this solution?
4 件のコメント
回答 (2 件)
Luna
2019 年 12 月 3 日
Basically you can check below link and videos how a state-space model created in Simulink.
0 件のコメント
Raynier Suresh
2020 年 3 月 16 日
The "Acker" and "Place" function will give you the feedback gain matrix K for a specified closed loop poles, Now to do state feedback control through the pole placement technique or by Ackerman method but without using those function's you need to calculate the feedback gain matrix K manually using the formula's or you can write your own script using the formulas which can give you those gains matrix. Another alternative would be to use the LQR , if LQR function is also not allowed you can solve the Algebraic Riccati equation for a specified closed loop poles to find the optimal gain matrix K.
For more information refer these links
Referring to the following might be helpful: https://www.mathworks.com/help/physmod/sps/ref/statefeedbackcontroller.html
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!