Split EMG data based on acceleration
4 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (1 件)
Star Strider
2018 年 10 月 28 日
Either the Signal Processing Toolbox findchagepts (link) or findpeaks (link) functions could help identify your areas of interest.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Spectral Measurements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!