필터 지우기
필터 지우기

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.

조회 수: 9 (최근 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 CenterFile Exchange에서 Additional Math and Discrete에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by