Simulink integrator for piecewise-constant / variable time step input

1 回表示 (過去 30 日間)
Bardo
Bardo 2017 年 9 月 20 日
コメント済み: Bardo 2017 年 9 月 21 日
Hi,
I am trying to write an efficient integrator (S-function preferred) for piecewise-constant / variable time step input.
Output y should update when
  • input x changes
  • integration reaches ydelta since last output change (timestep = ydelta/x).
Taking the input as continuous requires derivative data and ultimatively gives timestep control to the solver.
Using variable sample time for the output (Level 1 C-code) and NextTimeHit could be useful, but would need to be triggered on a change of the input signal.
Ideas?
  1 件のコメント
Bardo
Bardo 2017 年 9 月 21 日
See my submission to File Exchange for an implementation in Stateflow.
Still looking for an S-function implementation.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeVerification, Validation, and Test についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by