Is there any documentation for how MATLAB performs linearization when we turn on the UseExactDelayModel in linearizeOptioins?

조회 수: 2 (최근 30일)
I am trying to find out what MATLAB does when we linearize a model with UseExactDelayModel option turned on. It is said to be more accurate representation than Pade approxmiation but I could not find any documentation on how linearinzation is done with exact represenation of the delay.

채택된 답변

Sufiyan
Sufiyan 2024년 2월 19일
You can check out Models with Time Delays - MATLAB & Simulink (mathworks.com) where it says, When you linearize a model in MATLAB with the UseExactDelayModel option turned on, MATLAB identifies all the time delays present in the system and Instead of approximating the delays with a Pade approximation or other methods, It preserves these delays in their exact form in the linearized model.
May be it constructs a linear model that explicitly includes these delays. The model can be a state-space model with internal delays represented as delayed states or a transfer function
  댓글 수: 1
Saugat Ghimire
Saugat Ghimire 2024년 2월 21일
Thank you for your resonse Sufiyan. I saw that when UseExactDelayModel is turned on, MATLAB gives the linearized model for which it might have represented the internal delays as delayed states or transfer function as you suggested. But the state space matrices that it returns are computed with internal delays set to 0. Do you know if these matrices can be obtained with the delays considered?

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

추가 답변 (0개)

카테고리

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

제품


릴리스

R2013b

Community Treasure Hunt

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

Start Hunting!

Translated by