GPS position correction - Stack Overflow most recent 30 from stackoverflow.com2010-03-22T14:35:03Zhttp://stackoverflow.com/feeds/question/1298986http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1298986/gps-position-correction0GPS position correctionGTDhttp://stackoverflow.com/users/998152009-08-19T10:27:47Z2009-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#12997421Answer by diciu for GPS position correctiondiciuhttp://stackoverflow.com/users/28112009-08-19T12:54:39Z2009-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>