How I can model the limit of the speed and acceleration using a Simulink block?

18 ビュー (過去 30 日間)
Francesca Fanfoni
Francesca Fanfoni 2011 年 7 月 21 日
I have to simulate a behaviour of a valve.
How I can model the limit of the speed and acceleration in opening?
For the speed I think to use the block "Rate limiter", but for the acceleration, what I can use?

回答 (1 件)

Arnaud Miege
Arnaud Miege 2011 年 7 月 21 日
Presumably, you're feeding your valve block with a signal representing the opening of the valve. How is that signal generated?
If it is integrated twice from an acceleration signal, you can use two rate limiter blocks (as you found out) to limit both the acceleration and speed rate before integrating. Note that limiting the speed rate is equivalent to limiting the acceleration, and limiting the acceleration rate is equivalent to limiting the derivative of the acceleration. If you want to limit the speed and acceleration, rather than their respective rates, use Saturation blocks instead.
If your opening signals are generated differently, please provide more details as to how they are generated.
HTH,
Arnaud

カテゴリ

Help Center および File ExchangeTwo-Phase Fluid Library についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by