KalmanFilter
|
The states evolves continuously in time and the measurements are also continuous in time. In this implementation only the covariance P(t)
is solved for through the Differential Riccati equation and that only works for linear systems. A basic numerical scheme is used so the code should only be used for small state count and care taken in setting timestep. The code example is available in matlab_implementation/continuous_continuous/examples/cc_example.m
and the code for the filter is in matlab_implementation/continuous_continuous
of https://github.com/mannyray/KalmanFilter.
produces