Azzera filtri
Azzera filtri

Controllable, Observable and Jordan or Diagonal Form from Transfer function

6 visualizzazioni (ultimi 30 giorni)
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?

Risposta accettata

Star Strider
Star Strider il 6 Dic 2016
See the ctrb and obsv functions in the Control System Toolbox. The jordan function is a core MATLAB function.

Più risposte (0)

Categorie

Scopri di più su Dynamic System Models in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by