Ugenteraan / Kalman-Filter-Scratch

Implementation of Kalman Filter from scratch with notes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kalman Filter from Scratch

In this example, the noisy data of displacement and velocity of a moving vehicle was used for estimation purpose using Kalman Filter. The implementation was done using Python and NumPy.

These two images below illustrates the true values and the measurement values of the displacement and velocity.

True Values vs Measurements

These two images below illustrates the true values and the estimation values calculated by Kalman Filter.

True Values vs Estimation

It can be seen that Kalman Filter is able to estimate the data as close as possible to the true values despite not knowing the true values.

License


MIT

About

Implementation of Kalman Filter from scratch with notes.


Languages

Language:Jupyter Notebook 100.0%