I posted the code for the Accelerometer digital band-pass filter. There should have been a link in my reply. I'm starting work on a Location/GPS sample filtering app, but my fulltime job is getting hectic because we're going to QA. But I'm sure I'll get to it eventually.
On Sun, Feb 21, 2010 at 9:36 PM, Sunny25 <[email protected]> wrote: > Hi Frank > Thanks for your inputs. > I dont know much about DSP processing in here. > Can you send me some sample code that I can use to get exact location. > > Thank you > Sunny > > On Feb 19, 11:50 pm, Frank Weiss <[email protected]> wrote: > > AFAIK sensors have some noise. I have seen a similar issue with the > > accelerometer. See this thread: > http://groups.google.com/group/android-developers/browse_thread/threa... > > > > I suggest you try a low-pass digital filter approach, similar to what I > used > > for the accelerometer, and see if that works for you. > > > > > > > > On Fri, Feb 19, 2010 at 5:34 AM, Sunny25 <[email protected]> wrote: > > > Hi All, > > > I'm developing very basic application to get location usnig, > > > LocationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, > > > 5000, 1,this); > > > and displaying the longitude and lattitude information on the screen, > > > > > Now the problem is whenever I deploy this application on HTC Magic and > > > keep it stationary. The readings i.e. longitude and lattitude are > > > changing from time to time. > > > > > Can you please help me with this. > > > > > Thank you, > > > Sunny > > > > > -- > > > 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]<android-developers%[email protected]><android-developers%2Bunsubs > [email protected]> > > > For more options, visit this group at > > >http://groups.google.com/group/android-developers?hl=en > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- 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

