tags:

views:

205

answers:

1

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.

What algorithms I should use to correct readed position from gps?

+1  A: 

One option would be a Kalman filter

diciu