how can i implement a time delay in time domain in SIMULINK?

5 ビュー (過去 30 日間)
ADNAN KIRAL
ADNAN KIRAL 2018 年 12 月 16 日
コメント済み: ADNAN KIRAL 2018 年 12 月 19 日
hi there,
I need to implement a time delay to my controller in Simulink, but my system and controller are in a time domain so that my time delay function should be in a time domain. if it is, how can I do that in Simulink?
by the way, the dealy is a first-order lag element;
TIME_DELAY = 1/(0.1*T+1);
thanks in advance,

採用された回答

Mark Sherstan
Mark Sherstan 2018 年 12 月 16 日
I believe a transport delay would work for you? Reference it here.
  6 件のコメント
Mark Sherstan
Mark Sherstan 2018 年 12 月 19 日
Apply the time delay in your transfer function derivation. As you are working in discrete time you can only delay by a number of samples.
ADNAN KIRAL
ADNAN KIRAL 2018 年 12 月 19 日
cheers.

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

その他の回答 (0 件)

カテゴリ

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

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by