Defines the class of a Linear Kalman filter. More...
Go to the source code of this file.
Classes | |
class | stateObservation::LinearKalmanFilter |
The class of a Linear Kalman filter. More... | |
Namespaces | |
stateObservation | |
Defines the class of a Linear Kalman filter.
It implements the Kalman filter for linear systems (LTI-LTV). This is the class to instanciate when you want to use Kalman filtering for linear systems x_{k+1}=A_k x_k+ B_k u_k + v_k y_k=C_k x_k + D_k u_k + w_k