The state-space representation is given by:
\[ \dot{x} = Ax + Bu \]
\[ y = Cx + Du \]
where x is the state vector, u is the input vector, y is the output vector, A is the state matrix, B is the input matrix, C is the output matrix, and D is the feedforward matrix.
Show more…