PJfixer / KalmanFilter

Kalman update state equation in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KalmanFilter

Kalman update state equation in C

this an implementation of the kalman state update equation which is very usefull to reduce noise on measurements. alt text

All filter parameters are held in a struct so you can create several filter for your purposes.

alt text

About

Kalman update state equation in C


Languages

Language:C 100.0%