How can i get eigen values from simulink model

조회 수: 41 (최근 30일)
krishan sharma
krishan sharma 2013년 2월 5일
댓글: SinanB 2017년 7월 11일
i made my simulink model and run it in steady state and find initial operating state.i want to find eigen values around this operating point.further if i create small perturbation in system,how can i get eigen value after perturbation. please suggest me
  댓글 수: 1
Kaustubha Govind
Kaustubha Govind 2013년 2월 5일
Krishan: Please avoid repeating the same question again. You have already asked a similar question at http://www.mathworks.com/matlabcentral/answers/62258-how-can-i-get-eigenvalues-from-my-simulink-model-after-small-perturbation. It is best to continue related discussions on the same thread.

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

답변 (2개)

Ryan G
Ryan G 2013년 2월 5일
You can use the linear analysis tool to first find the operating point (using operating point snapshot). Then you can linearize the model around this operating point. From here you can find the A matrix from the result and use the EIG function.
  댓글 수: 1
SinanB
SinanB 2017년 7월 11일
I tried this but Eig(linsys1.A) don't give the expected poles (indicated in the power_PSS example such as 0.64Hz, 1.12Hz and 1.16 Hz). Please note that for the related modes, damping is so small that natural frequencies are approximately the same as the complex part of the poles.
Note that the eigenvalues can also be obtained by damp(linsys1).

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


SinanB
SinanB 2017년 7월 7일
I tried this but Eig(linsys1.A) don't give the expected poles (indicated in the power_PSS example such as 0.64Hz, 1.12Hz and 1.16 Hz). Please note that for the related modes, damping is so small that natural frequencies are approximately the same as the complex part of the poles.
Note that the eigenvalues can also be obtained by damp(linsys1).

카테고리

Help CenterFile Exchange에서 Trimming and Linearization에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by