Plotting EMG Data From a .txt file.
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Star Strider
le 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.
Réponses (0)
Voir également
Catégories
En savoir plus sur Predictive Maintenance Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!