Ramp rate %/min limiter in simulink
23 ビュー (過去 30 日間)
古いコメントを表示
How to add ramp rate limiter to implement 5%/min output?
Below is my model but it lacks the running 5%/min . I want to limit output to 5%/minute of the running Kw input signal.
Thanks

0 件のコメント
回答 (1 件)
Fangjun Jiang
2023 年 9 月 18 日
Feed constant value of 0.05 to "up" and -0.05 to "lo". If you want to prevent a value from increasing more than 5% per minute, the actual rate for that is: 0.05/60.
You could use the static rate limiter for this.
3 件のコメント
Fangjun Jiang
2023 年 9 月 19 日
Time step has been taken into consideration. It should be 0.05/60. Take a look at the Help document. Make an experiment.
参考
カテゴリ
Help Center および File Exchange で Sources についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!