How to load and display the ECG data file(.dat/.mat files) in MATLAB

19 vues (au cours des 30 derniers jours)
SHRUTHI k
SHRUTHI k le 31 Août 2015
Commenté : Richard Dumenu le 28 Mar 2021
Hi..I am new to the concept of signal processing on ecg signals.I seek help for how to load and display the ecg data files (.dat or .mat files) into matlab. Hope anyone help me soon. Thank u in advance.

Réponse acceptée

Abdul Hai
Abdul Hai le 8 Oct 2016
Modifié(e) : Walter Roberson le 8 Oct 2016
load('300m.mat');
a=(val(1,:));
figure;
plot(a);
  2 commentaires
Maarouf Habli
Maarouf Habli le 4 Jan 2021
Can you please send me the 300m.mat file ? Or as a text to put on matlab program ?
Richard Dumenu
Richard Dumenu le 28 Mar 2021
The solution you have provided is out moded

Connectez-vous pour commenter.

Plus de réponses (2)

Walter Roberson
Walter Roberson le 8 Oct 2016
Modifié(e) : Walter Roberson le 20 Déc 2016

Richard Dumenu
Richard Dumenu le 28 Mar 2021
his solution you have provided is outmoded

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by