I am working on an app that measures movement from the accelerometer, logs the data, and recognizes a complete repition. I am using titanium mobile, currently troubleshooting on an andriod (HTC Vivid).
For example, if you were to hold the phone in your hand, curled your arm up then reversed the motion it would log the movement as one repition.
I did 5 reps and graphed the data:

The X axis is appears to be the only axis that can be measurable based on my needs. I am stuck on how to create an event that would trigger the app to recognize a "repition".
I don't want to use tresholds because I feel like it will provide inaccurate repitions. Can the data be filtered to provide smoother curves? would using the gyroscope make a difference?