Plotting EMG Data From a .txt file.
5 views (last 30 days)
Show older comments
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 Comments
Star Strider
on 20 Mar 2020
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.
Answers (0)
See Also
Categories
Find more on Predictive Maintenance Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!