フィルターのクリア

Has "Sample time" in Simulink some impact on generated code?

1 回表示 (過去 30 日間)
Vit Valek
Vit Valek 2018 年 8 月 9 日
編集済み: Mircea Susca 2018 年 8 月 9 日
Hello,
has "Sample time" in Configuration Parameters pane some impact on generated code (by using Simulink coder or Embedded coder)? Thanks!
Vit

回答 (1 件)

Mircea Susca
Mircea Susca 2018 年 8 月 9 日
編集済み: Mircea Susca 2018 年 8 月 9 日
Hello,
If you are planning to run the generated code in an interrupt routine which fires periodically according to its sampling period (compared to an infinite loop in the "main" function), the sampling time should be enough to run all code and have a small margin in case of delays (about 10%).
If the code takes longer to run than the sampling times allows it, the microprocessor will keep adding tasks to be executed and errors will occur (stack overflowing etc.). By running the same code in a "while" loop for example, as soon as the execution will finish, it will start again.
Hope I answered your question.
Mircea

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by