Plotting EMG Data From a .txt file.
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Star Strider
il 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.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Predictive Maintenance Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!