Codebase list httping / uncommitted/main kalman.h
uncommitted/main

Tree @uncommitted/main (Download .tar.gz)

kalman.h @uncommitted/mainraw · 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);