I am trying to read an ECG signal from PTB dataset, the file extension is ".dat" ,i am using Matlab function for that:
load('s0484_re.dat');
where "s0484_re.dat" is the file name but i am getting an error like this:
Error using load Unknown text on line number 1 of ASCII file s0484_re.dat "�����\�".
Error in signal2image (line 8) load('s0484_re.dat');
how i can read this file correctly? Any help will be appreciated..