simulink -dervitive in the s domain

15 ビュー (過去 30 日間)
tomer polsky
tomer polsky 2018 年 5 月 7 日
回答済み: Birdman 2018 年 5 月 7 日
hello I have a simple question . if for exmaple I use PID controle and its transfer function is :
G1=K*(1+(R/S)+T*S)
and as we know S in the time domain us derivative . the question is there a block in the simulink of derivitive in the S domain and not the time domain

回答 (1 件)

Birdman
Birdman 2018 年 5 月 7 日
The only possible way that you are going to implement that is to use a Transfer Fcn block and set its numerator to s and its denominator to something like s+1000, which means that the pole of the transfer function will fade out so quickly that it will not affect the overall response of the transfer function. Run the attached model and see if it works.

カテゴリ

Help Center および File ExchangeSimulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by