How to preprocess the ECG datset so that the QRS detection algorithms are more efficient

1 回表示 (過去 30 日間)
Neha Sinha
Neha Sinha 2023 年 1 月 8 日
回答済み: Nehemiae 2023 年 3 月 8 日
I have the ECG dataset from Physionet 2017 (https://physionet.org/content/challenge-2017/1.0.0/REFERENCE-v3.csv)
ecg.array(1, :);
As seen in the above diagram, the QRS complexes are not quite distinctly seen. How to do this?

回答 (1 件)

Nehemiae
Nehemiae 2023 年 3 月 8 日
Hello,
In order to see the plot more clearly, the “xlim” and “ylim” functions can be used to set the limits on the x-axis and y-axis respectively. Furthermore, if the dataset is pre-processed to remove the noise values, the plot will be more distinct. The documentation on specifying axis limits (https://www.mathworks.com/help/matlab/creating_plots/change-axis-limits-of-graph.html) can help in this regard.

カテゴリ

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