Skip to content

ManuelZ/Kalman-Filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kalman Filter

A straightforward implementation of a Kalman Filter for linear dynamic systems. The Kalman class encapsulates the core steps of the filtering process:

  • Initialization: Set up the state, covariance, and system matrices.
  • Prediction: Propagate the current state and uncertainty forward using the system dynamics (with optional control input).
  • Update: Incorporate new measurements to correct the state estimate and reduce uncertainty.

Inline comments and references explain the theory and practical use of the Kalman Filter.

From [4]: graphical depiction of KF

Resources

About

A straightforward implementation of a Kalman Filter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages