Why ss2tf changes the dynamics of model

조회 수: 5 (최근 30일)
pippo
pippo 2014년 7월 28일
댓글: pippo 2014년 8월 18일
Hi all,
I am working on converting a state space model to a Partial Fraction Expansion. My idea is first convert the state space to transfer function by 'tf2ss', then obtain the Partial Fraction Expansion by command 'residue'.
However, when I tried converting my state space model with 33 dimensions to a transfer function, the obtained transfer function gives different zero-pole plot, as well as bode plots. Anyone has any insight about why they are not consistent?
Or even better, anyone know how to obtain a Partial Fraction Expansion from state space model?
Thank you very much!

답변 (1개)

Aykut Satici
Aykut Satici 2014년 8월 18일
Anytime you convert from one model type to another in MATLAB, there is some accuracy lost due to the numerical accuracy of the computations. You can read more about these in the following link:
For instance, if you do not have a minimal realization of your model in state space, then the conversion may lead to two systems whose behavior is different. Consider finding a minimal realization of your system either by hand or by using MATLAB's "minreal" function. This function eliminates uncontrollable or unobservable states in the state-space models leading to a minimal realization of your system. You can read more about this function here:
  댓글 수: 1
pippo
pippo 2014년 8월 18일
Thanks for the reply. You are correct about it. My issue has beee solved by avoiding the ss2tf command.

댓글을 달려면 로그인하십시오.

카테고리

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