フィルターのクリア

Real-Time Code Execution Profiling -- how to understand the results?

2 ビュー (過去 30 日間)
Mike Buba
Mike Buba 2021 年 4 月 7 日
編集済み: Mike Buba 2021 年 4 月 7 日
I followed Real-Time Code Execution Profiling steps and recorded some data. How to understand this result, i.e. how to see if my application code is overflowing or not.
Output from executionProfile.timeline
Output from executionProfile.report
In my application code, I have several sampling times
  1. Discrete 1: 50.0000e-006 (period)
  2. Discrete 2: 100.0000e-006 (period)
  3. Discrete 3: 1.0000e-003 (period)
  4. Constant: Inf
  5. Hybrid: N/A
How to know if I need to increase sample time, modify the fundamental frequency, move the code from one sample time to another, remove the code, etc?
In the report I can see only 5e-5 sample time (ADC and filtering application code), but not 1e-4 (control) and 1e-3 (digital outputs and constants).

回答 (0 件)

カテゴリ

Help Center および File ExchangeInstrument Connection and Communication についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by