how to do ecg classifications
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
khouloud daboussi
il 6 Mag 2019
Modificato: Gonzalo
il 26 Ago 2019
Hi
i'm working on ECG Signal (Myocardial Infarction classification),i extract many feature using DWT,variance,mean.... from different Myocardial Infarction classes... what should i use on my next step to distinguish between those classes?
0 Commenti
Risposta accettata
Luuk van Oosten
il 22 Mag 2019
Dear Khouloud Daboussi,
If you now have a big table with all your features (DWT, variance, mean, etc) and the myocardial infarction classes, you could have a look at different types of classification algorithms that MATLAB provides in the classificationLearner app. Check the related documentation and examples of the classificationLear by clicking here.
Simply type
classificationLearner
and play around with the different classification algorithms and see which ones work best on your data set.
Vedere anche
Categorie
Scopri di più su AI for Signals in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!