So, I come from a programming background, but not a mathematical one. I have a problem that I'm sure has a great mathematical solution!
so, I have GPS data points for every second of a drive a car makes. Due to accuracy issues, if I capture this GPS data from different devices, the points are slightly different, having a bit of noise.
I use this data to work out speed between points and work out acceleration/breaking from this. The problem is, if the points are slightly different between devices, the events captured can be hugely different and I need consistency between devices.
Is there any kind of smoothing etc anyone can suggest that could help me with this?
Many thanks