kalman-cpp
Implementation of Kalman Filter in C++
main1.cpp File Reference

Example for the Kalman filter. More...

#include <fstream>
#include "kf.h"

Functions

int main (int argc, char **argv)
 

Detailed Description

Example for the Kalman filter.

Author
Auralius Manurung
Date
18 Apr 2015

DESCRIPTION

A constant voltage of 12 V is measured as output of a system. This example is taken from here.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)