You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

After all-hands we had a Kalman Filter meeting where we learned about state-space modelling and discussed preliminary goals for Kalman Filtering.

STATE-SPACE MODELLING

State-space modelling is a way of representing a physical system (often with high order diff eqs) by way of max first-order differential equations like so:

\dot{x} = A\vec{x} + Bu(t)

y = C \vec{x} + Du(t)

Where  ABC, and  D are matrices.

Example:

 

  • No labels