Simply put, you want to find velocity, v. From the accelerometer you can get dv/dt, which you can integrate to get v. From the GPS you can get the location, x, and dx/dt is also v. So you have two versions of v, one that is fast but tends to drift (from the accelerometer) and one that is slow but "steady". This is a perfect use-case for the Kalman filter.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

