- #1
NeuralNet
- 24
- 0
I am trying to implement a digital state space control and am confused about something. The system has the standard state space form:
[itex] x(k+1) = Ax(k) + Bu(k)[/itex]
[itex]y(k) = Cx(k)[/itex]
The vector y(k) comes from the sensors measurements and u(k) is what is sent to the actuator, right?
[itex] x(k+1) = Ax(k) + Bu(k)[/itex]
[itex]y(k) = Cx(k)[/itex]
The vector y(k) comes from the sensors measurements and u(k) is what is sent to the actuator, right?