How to update simulink model sample time dynamically during simulation?

12 ビュー (過去 30 日間)
Kepler
Kepler 2022 年 9 月 17 日
回答済み: Joel Van Sickel 2022 年 9 月 19 日
Some ECUs run with dynamic sample time. For example, motor control unit's sample time is changing dynamically based on motor speed and torque.
The sample time for the next step is calculated by the MCU algorithm in the present step.
In simulink, we use fix-step sample time to simulate a MCU. But how to update the sample time dynamically to match the real situation?
Please help me. Thank you.

回答 (1 件)

Joel Van Sickel
Joel Van Sickel 2022 年 9 月 19 日
Hello Kepler,
This is a common issue where execution of code does not happen at fixed intervals. The main way of modelling this is with interrupt driven blocks in Simulink though blocks like triggered subsystems.
Regards,
Joel

カテゴリ

Help Center および File ExchangeSimulink についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by