It is known that the raw accelerometer data is combination of both linear acceleration and gravity. In order to isolate them w need to apply appropriate filters. I would like to know the real time applications where we would need only "gravity" or only "linear acceleration".
Asked
Active
Viewed 1,619 times
0
-
This isn't a programming question. I'd try it at physics.stackexchange.com, but no guarantees there. – John Sep 14 '11 at 22:13
-
I would like to know smartphone applications where the gravity and linear acceleration values obtained from raw accelerometer values can be used. – user682765 Sep 14 '11 at 22:29
1 Answers
1
Gravity is used when you are trying to figure out the orientation of the phone. In other words, when you are trying to figure out how the user holds the phone. It is good for tilt games, for example you use the phone to drive a car, etc.
Linear acceleration is used when you are trying to figure out how the phone is shaken. It good for shaking games.
I highly recommend this video. In particular, between 4:15-6:10 and staring from 33:30 you see demos.

Ali
- 56,466
- 29
- 168
- 265
-
Hi Ali could you please help me here http://stackoverflow.com/questions/23158090/user-activity-static-running-walking-driving-based-on-coremotion-data-only – Bhumeshwer katre Apr 18 '14 at 20:52