Skip to content

Ugenteraan/Kalman-Filter-Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published