필터 지우기
필터 지우기

Ramp rate %/min limiter in simulink

조회 수: 13 (최근 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.
Jay
Jay 2023년 9월 20일
thank you

댓글을 달려면 로그인하십시오.

카테고리

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