File: kalman.h

package info (click to toggle)
httping 4.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 468 kB
  • sloc: ansic: 4,475; python: 66; php: 15; makefile: 12
file content (4 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (5)
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);