Controllable, Observable and Jordan or Diagonal Form from Transfer function

8 次查看(过去 30 天)
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?

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Dynamic System Models 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by