Controllable, Observable and Jordan or Diagonal Form from Transfer function

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?

 Accepted Answer

See the ctrb and obsv functions in the Control System Toolbox. The jordan function is a core MATLAB function.

2 Comments

Thank you! I couldn't find anything. The only thing I could find was tf2ss
My pleasure!
If my Answer solved your problem, please Accept it!

Sign in to comment.

More Answers (0)

Categories

Find more on MATLAB 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!