Skip to content

💥 One Dimensional Lightweight Kalman Filter for use with Arduino

License

Notifications You must be signed in to change notification settings

white-noise-ntua/kalman-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kalman-filter

One Dimensional Lightweight Kalman Filter for use with Arduino

🔩 Usage

To use the Kalman Filter please refer to example.cpp.

Parameters

  • R is the process noise (internal noise of the system)
  • Q is the measurement noise (how much noise is caused by your measurements)
  • A, B, C are the system parameters. The system is described as x[k + 1] = A x[k] + B u[k]

About

💥 One Dimensional Lightweight Kalman Filter for use with Arduino

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published