Skip to content

gretarmark/Kalman-Filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kalman-Filter

The Kalman Filter is an optimal recursive algorithm used to estimate the state of a dynamic system from noisy measurements. It operates in two stages: prediction, where it forecasts the system’s next state, and update, where it refines this prediction using incoming data. This makes it suitable for both static and dynamic systems.

In this code, I have implemented both static and dynamic Kalman Filters, with the physical model being a well-known 4-tank water system including 2 pumps.

Kalman Filter: The Y-axis represents magnitude, while the X-axis represents time.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages