Plotting EMG Data From a .txt file.
4 ビュー (過去 30 日間)
古いコメントを表示
I need to plot the EMG signal from the data attached. I am unsure as how to even tackle this data set. Any guidance would be appreciated.
4 件のコメント
Star Strider
2020 年 3 月 20 日
That makes sense. It looks like an ensemble to me (although without a time vector), so thinking about it later, it occurred to me that taking the ensemble average would be appropriate.
If it represents EMG records over time, and you need to estimate the means or medians first 5 and the last 5 (assuming they are ordered that way), I would calculate the ensemble averages or ensemble medians of those groups and the standard deviations at each point, and from that calculate the 95% confidence intervals. You could also do paired statistics on those, such as the paired t-test, the Wilcoxon rank-sum test, or whatever is appropriate.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Predictive Maintenance Toolbox についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!