필터 지우기
필터 지우기

Controllable, Observable and Jordan or Diagonal Form from Transfer function

조회 수: 6 (최근 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.
  댓글 수: 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 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