convert a transfer function to controllable and observable canonical form
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (2)
TALAL alghattami
le 31 Mar 2020
0 votes
3 commentaires
Star Strider
le 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
le 1 Avr 2020
Star Strider
le 1 Avr 2020
As always, my pleasure!
Branislav Hatala
le 16 Déc 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.
Catégories
En savoir plus sur Tuning Goals dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
