I have a state space system like this and I want to Augment the discrete-time plant model with an integrator, and check controllability and observability of the augmented model.

26 ビュー (過去 30 日間)
I have a state space system like this and I want to Augment the discrete-time plant model with an integrator, and check controllability and observability of the augmented model.
  2 件のコメント
Aquatris
Aquatris 2018 年 7 月 30 日
What is the actual question? Do you want the code for it or do you want to know what state space representation of an integrator is?
Philoxy4
Philoxy4 2018 年 7 月 30 日
編集済み: Philoxy4 2018 年 7 月 30 日
I would like the state space representation of an integrator.Thanks

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

採用された回答

Aquatris
Aquatris 2018 年 7 月 30 日
Integral in discrete time using Forward Euler method;
x(k+1) = x(k) + dt*u;
y(k) = x(k);
Other methods can be found here.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAdditional Math and Discrete についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by