フィルターのクリア

Controllable, Observable and Jordan or Diagonal Form from Transfer function

6 ビュー (過去 30 日間)
1582251394
1582251394 2016 年 12 月 6 日
コメント済み: Star Strider 2016 年 12 月 7 日
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.
  2 件のコメント
1582251394
1582251394 2016 年 12 月 6 日
Thank you! I couldn't find anything. The only thing I could find was tf2ss
Star Strider
Star Strider 2016 年 12 月 7 日
My pleasure!
If my Answer solved your problem, please Accept it!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDynamic System Models についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by