GPS position correction - Stack Overflow most recent 30 from stackoverflow.com 2010-03-22T14:35:03Z http://stackoverflow.com/feeds/question/1298986 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1298986/gps-position-correction 0 GPS position correction GTD http://stackoverflow.com/users/99815 2009-08-19T10:27:47Z 2009-10-07T22:03:09Z <p>I wrote simple NMEA parser and I'm reading latitude and longitude from GPS. Values readed by my parser are very scattered comparing to some GPS commercial library I'm using. Values readed from this library are very smooth.</p> <p>What algorithms I should use to correct readed position from gps?</p> http://stackoverflow.com/questions/1298986/gps-position-correction/1299742#1299742 1 Answer by diciu for GPS position correction diciu http://stackoverflow.com/users/2811 2009-08-19T12:54:39Z 2009-08-19T12:54:39Z <p>One option would be a <a href="http://en.wikipedia.org/wiki/Kalman%5Ffilter" rel="nofollow">Kalman filter</a></p>