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 Center および File ExchangeSubsystems についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by