フィルターのクリア

How can I apply step signal input to a system after 20secs of delay?

2 ビュー (過去 30 日間)
Khashayar Asadi
Khashayar Asadi 2021 年 9 月 10 日
編集済み: Paul 2021 年 9 月 10 日
Hello guys,
I defines a step input signal with this command:
>> opt = stepDataOptions('InputOffset',25,'StepAmplitude',5);
now how can I apply this signal to system after 20secs of dealy to plot it?
to clarify the input signal value is 25 until t=20 sec and after that it increases to 30.

採用された回答

Paul
Paul 2021 年 9 月 10 日
編集済み: Paul 2021 年 9 月 10 日
Set the InputDelay property of the system to 20. If h is the system
h.InputDelay = 20;
step(h,opt)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSignal Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by