Split EMG data based on acceleration
Mostra commenti meno recenti
Hi,
I have a set of data composed by 12 EMG column vectors and one accelerometer column vector, all of them recorded through 70 gait cycles. I want to split each column into 70 different columns based on the acceleration data so that it gets one full cycle per new column. I want to use the negative peaks to drive this separation.
Any ideas on how I could do such calculation?
Thanks.
Risposte (1)
Star Strider
il 28 Ott 2018
0 voti
Either the Signal Processing Toolbox findchagepts (link) or findpeaks (link) functions could help identify your areas of interest.
Categorie
Scopri di più su Spectral Measurements in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!