Ramp rate %/min limiter in simulink

11 次查看(过去 30 天)
Jay
Jay 2023-9-18
评论: Jay 2023-9-20
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

回答(1 个)

Fangjun Jiang
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
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 CenterFile Exchange 中查找有关 Simulink 的更多信息

产品


版本

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by