|
KalmanFilter
|
The steady state of continuous_continuous Kalman filter which is equivalent to when time derivative of P(t) goes to zero and reduces the Differential Riccati equation to the Continuous Algebraic Riccati equation (works in Matlab only). The code example is available in matlab_implementation/steady_state/examples/ss_example.m and the code for the filter is in matlab_implementation/steady_state of https://github.com/mannyray/KalmanFilter:
produces
1.8.13