how to do ecg classifications

4 ビュー (過去 30 日間)
khouloud daboussi
khouloud daboussi 2019 年 5 月 6 日
編集済み: Gonzalo 2019 年 8 月 26 日
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?

採用された回答

Luuk van Oosten
Luuk van Oosten 2019 年 5 月 22 日
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.
  2 件のコメント
khouloud daboussi
khouloud daboussi 2019 年 5 月 22 日
thank you, I have another question If you don't mind. I have problems with power line filtering, can you suggest any specific filter?
Luuk van Oosten
Luuk van Oosten 2019 年 5 月 22 日
Do you mean this? Credits should go here in that case, cause I had to google it myself.
If you have additional questions about the power line filtering, I suggest making a new question, so it will be easier for others to find, comment, and answer on.

サインインしてコメントする。

その他の回答 (2 件)

khouloud daboussi
khouloud daboussi 2019 年 5 月 22 日
Thanx! That could be helpful

Gonzalo
Gonzalo 2019 年 8 月 26 日
編集済み: Gonzalo 2019 年 8 月 26 日
you could aso look at these examples
and
which use wavelets and deep learning to segment an ECG signal or classify it from raw data directly.

カテゴリ

Help Center および File ExchangeECG / EKG についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by