Kalman Filter in Continuous Time is not really doable in a realistic system. We therefore use the discrete time Kalman filter.
Quite similar to Exact Discretization. , are the same, while . Disturbance covariance - Noise covariance -
Discrete Time Kalman Gain Matrix Discrete Time Covariance Matrix of the Estimation Error
How it works
- ComputeDiscrete Time Kalman Gain Matrix,
- Update estimate with measurement,
- Update error covariance matrix,
- Project ahead, aka find and
- Repeat
Notation
We calculate the posteriori estimate based on the priori estimate. The posteriori estimate is therefore presumed better than the priori estimate.
Discrete Observer
The estimate is done in two phases, A priori estimate, , and an improved posteriori estimate, .