Codebase list httping / upstream/2.5+git20200730.1.fa72809 kalman.h
upstream/2.5+git20200730.1.fa72809

Tree @upstream/2.5+git20200730.1.fa72809 (Download .tar.gz)

kalman.h @upstream/2.5+git20200730.1.fa72809raw · history · blame

1
2
3
4
/* taken (and adapted) from http://www.dzone.com/snippets/simple-kalman-filter-c */

void kalman_init(double ideal_value);
double kalman_do(double value);