how to count step using accelerometer in android

前端 未结 3 1435
野性不改
野性不改 2020-12-07 15:46

i need to count no of steps while walking. so that i am using accelerometer. in the above coding i get accelerometer sensor\'s x,y,z values. this is i have done so far. my p

3条回答
  •  时光说笑
    2020-12-07 16:27

    You will not find here a simple code to just count steps (it is just too complex). But there's info out there if you're interested:

    • There are good diagrams and step analyses here (in pdf).

    • You can find a more formal publication here: http://portal.acm.org/citation.cfm?id=1554235

    • And if you want to create a sensitive pedometer (proposed for the elderly), I suggest you to start from this paper: http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=4575030

提交回复
热议问题