フィルターのクリア

How to insert in Simulink a linear system with internal delays?

2 ビュー (過去 30 日間)
Kleberson Lima
Kleberson Lima 2016 年 8 月 30 日
コメント済み: Kleberson Lima 2016 年 8 月 30 日
Dears,
I have do simulate in simulink a system with internal delay, for example G(s)= a(s)/(b(s)*exp(-tau*s)+c(s)), is it possible in simulink? Like by command line? Without pade approximation.
I've tried some trick with blocks (feedback, parallel etc..) but it did not work.

回答 (1 件)

Swarooph
Swarooph 2016 年 8 月 30 日
You can create a transfer function or state space model in MATLAB using the control system toolbox. Then import that into Simulink using the LTI System block. The workflow is explained here .
  1 件のコメント
Kleberson Lima
Kleberson Lima 2016 年 8 月 30 日
I've already tried this way. But my system (fourth order) looks like G(s)=(s+1)/((s+1)+(s+2)*exp(-s)). The LTI system works in command line (because, intrisically, the system is made an state space models) however doesn't in simulink (there's an error like "more zeros than poles").

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeClassical Control Design についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by