Skip to content

matte1/halman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Matt Epperson
Jan 4, 2021
1b00010 · Jan 4, 2021

History

14 Commits
Jan 4, 2021
Oct 31, 2020
Oct 30, 2020
Oct 31, 2020
Oct 17, 2017
Oct 31, 2020
Oct 17, 2017
Nov 16, 2017
Oct 30, 2020
Oct 31, 2020
Oct 31, 2020
Oct 30, 2020
Oct 30, 2020
Oct 31, 2020

Repository files navigation

Halman

My simple attempt at writing a EKF/UKF in Haskell.

Examples

  1. stack build
  2. stack exec CannonBall
  3. open CannonBall.svg
CannonBall

Simulates a cannon ball shot with Newtonian equations of motion. The nonlinearity here is added to the measurement values. Note I think I have an issue with the UKF as the estimate seems to diverge after a long period. Looks like there might be some numerical instability with cholesky decomposition.

Van Der Pol

Simulates the Van Der Pol oscillator. WGN is added to both the sensor and the process

About

Haskell implementation of Kalman Filter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages