Skip to content

Instantly share code, notes, and snippets.

View Ghost---Shadow's full-sized avatar
🥔
eating potatoes

Souradeep Nanda Ghost---Shadow

🥔
eating potatoes
View GitHub Profile
@Ghost---Shadow
Ghost---Shadow / SimpleKalmanFilter.cpp
Last active August 29, 2015 14:26
A very simple Kalman Filter
#include<iostream>
#include<random>
#include<fstream>
#include<vector>
#include<chrono>
using namespace std;
float exampleFunction(float x){
return x;