Hi,
I wonder if any of you did already tried to implement spectral analysis... What I'm looking into is finding peaks around low frequencies - between 0.5 up to 2 Hz, meaning, sampling around 4Hz should be good enough...
Yet - it means - I'd need to implement FFT what could possibly kill the processor (or to be precise - consume a lot of power).
Why so - after a little of research my idea was to detect horse ride type basing on frequency (there are good research available over the net).
On the other hand - as these are quite low frequencies, I'm thinking that maybe simpler would do quick correlation check for specific frequencies...
Just wonder if any of you tried anything like that :)