Effacer les filtres
Effacer les filtres

Controllable, Observable and Jordan or Diagonal Form from Transfer function

6 vues (au cours des 30 derniers jours)
Hi, I have the following transfer function:
>> num = [2 3];
>> den = [1 3 3 1 0];
>> G = tf(num,den);
I was wondering how to convert the transfer function to specifically in the form of controllable, observable and Jordan?

Réponse acceptée

Star Strider
Star Strider le 6 Déc 2016
See the ctrb and obsv functions in the Control System Toolbox. The jordan function is a core MATLAB function.
  2 commentaires
1582251394
1582251394 le 6 Déc 2016
Thank you! I couldn't find anything. The only thing I could find was tf2ss
Star Strider
Star Strider le 7 Déc 2016
My pleasure!
If my Answer solved your problem, please Accept it!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Dynamic System Models dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by