Skip to content

Instantly share code, notes, and snippets.

View ShawnMcCool's full-sized avatar
💭
reinventing the wheel

Shawn McCool ShawnMcCool

💭
reinventing the wheel
View GitHub Profile
@ShawnMcCool
ShawnMcCool / KalmanFilter.cs
Created September 10, 2018 12:13 — forked from daniellemccool/KalmanFilter.cs
KalmanFilter
using System;
using System.Collections.Generic;
using System.Text;
using System.Linq;
using Tabi.DataObjects;
namespace Tabi.Logic
{
public class KalmanLatLong : PositionEntry // Implementation taken from: https://stackoverflow.com/questions/1134579/smooth-gps-data/15657798#15657798
{