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:
x(k+1) = Ax(k) + Bu(k)
y(k) = Cx(k)
The vector y(k) comes from the sensors measurements and u(k) is what is sent to the actuator, right?
x(k+1) = Ax(k) + Bu(k)
y(k) = Cx(k)
The vector y(k) comes from the sensors measurements and u(k) is what is sent to the actuator, right?