Filter löschen
Filter löschen

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

6 Ansichten (letzte 30 Tage)
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.

Akzeptierte Antwort

Abdul Hai
Abdul Hai am 8 Okt. 2016
Bearbeitet: Walter Roberson am 8 Okt. 2016
load('300m.mat');
a=(val(1,:));
figure;
plot(a);
  2 Kommentare
Maarouf Habli
Maarouf Habli am 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 am 28 Mär. 2021
The solution you have provided is out moded

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (2)

Walter Roberson
Walter Roberson am 8 Okt. 2016
Bearbeitet: Walter Roberson am 20 Dez. 2016

Richard Dumenu
Richard Dumenu am 28 Mär. 2021
his solution you have provided is outmoded

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by