How do I count repeated familiar signals?

I am analysing accelerometer data of jumping and there is a specific pattern in the signals. I am quite new to Matlab and I have to identify how many times each jump signal is repeated. How can I identify and count repeated signals?
One major problem with some methods - there are other signals that have peaks like jumping but a different pattern, so using peaks to identify this is not a great solution.

 Accepted Answer

Try FINDSIGNAL in the Signal Processing Toolbox.

3 Comments

Kurt Vogel
Kurt Vogel on 27 Apr 2017
Edited: Kurt Vogel on 27 Apr 2017
Thank you, although trying the findsignal command continues to come up with 'Undefined function or variable 'findsignal'.' I've performed basic demos from tutorials online as well and still fails so I know everything is typed correctly.
FINDSIGNAL is a relatively new function (the upper right corner of the doc says it's R2017a).
If you type 'version' at the command prompt, hopefully you have it(?)

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!