convert a transfer function to controllable and observable canonical form
Show older comments
Hi, I want to convert a transfer function to controllable and observable canonical form for the
num = [4];
den = [1 0.8 4];
Gp = tf (num , den)
Gp =
4
---------------
s^2 + 0.8 s + 4
Accepted Answer
More Answers (2)
TALAL alghattami
on 31 Mar 2020
0 votes
3 Comments
Star Strider
on 31 Mar 2020
I have very little experience with Simulink. I cannot help you with it.
Use the place function to do pole placement. (This is a Control System Toolbox function. I have no idea how to do it in Simulink.)
TALAL alghattami
on 1 Apr 2020
Star Strider
on 1 Apr 2020
As always, my pleasure!
Branislav Hatala
on 16 Dec 2020
0 votes
I would like to ask how can I convert SIMO system to controllable form. I did not find anything about SIMO or MIMO systems and this cannot be applied since C and B matrices will result in frong dimensions.
Categories
Find more on Control System Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!