Very Simple Kalman Filter

A general Kalman filter is difficult to understand. Here, the very simple one-dimensional Kalman filter with the uniform motion model. It helps to understand and useful!

Sample program

Just include SimpleKalmanFilter.h.

Header file: SimpleKalmanFilter.h
C++ test code: testSimpleKalmanFilter.cpp

Usage