I'm implementing an accelerometer-based pedometer, and I was wondering if there was any known algorithms to handle that.

link|improve this question

78% accept rate
1  
Do you have some data? Can you deduce what a step looks like? Now ask how to find features of that kind in the time series. – dmckee Jun 16 '11 at 16:49
no data,, but I think there has to be some ready thought algorithms – Bassel Alkhateeb Jun 18 '11 at 7:53
There is some data in the paper that Ali linked. The thing is that the details will depend on the sensitivity, sample rate, and noisiness of the device that you have. So at some point you are going to need some data. Instrumentation problems are like that. – dmckee Jun 18 '11 at 16:09
feedback

2 Answers

You have probably found this:

Enhancing the Performance of Pedometers Using a Single Accelerometer

Anyhow, I am also interested in finding a good algorithm, I am curios what other answers you will get. :)

link|improve this answer
feedback

There is an app called Sensor data that you can uses to gather experimental data so you can then analyze it and try to find an algorithm.

Its going to be quite tricky to find a very good algorithm especially for the iPhone since its accelerometer is quite noisy

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.