for the reading pwm, what is the unit of the 200 in the block? because it can be tune more than 255.

조회 수: 1 (최근 30일)

채택된 답변

Joel Van Sickel
Joel Van Sickel 2022년 8월 9일
Simulink by default can tune a constant block to any value, it does not know that the input must be limited to 255 unless you specify that. However, as in the documentation, the input to this block is between 0 and 255 so you can calculate the duty cycle by n/255. So the 200 is a duty cycle of 0.78. If you pass a higher value, it probably defaults to a duty cycle of 1, or it might throw an error. It would be betst to use a saturation block or the appropriate data type to keep the range between 0 and 255 at all times.
Regards,
Joel

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Subsystems에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by