Is there any documentation for how MATLAB performs linearization when we turn on the UseExactDelayModel in linearizeOptioins?
6 ビュー (過去 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.
0 件のコメント
採用された回答
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
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Dynamic System Models についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!