MATLAB: How to count repeated familiar signals

signal processing

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.

Best Answer

Try FINDSIGNAL in the Signal Processing Toolbox.
Related Question