I’m writing an application controlled by an accelerometer built into a wrist watch. I want one of the commands to be “wildly swinging your forehand”. How do I detect it and measure for how long it goes?
I’m writing an application controlled by an accelerometer built into a wrist watch. I
Share
To supplement John Fisher’s suggestion, I would add: Look at analyzing this with spectral/Fourier transform techniques. I would expect to see a strong signal characteristic at low frequencies, but it could easily vary from user to user.
If the characteristic is there, signal processing techniques can help you isolate it and detect it.