ecg signal in matlab
Show older comments
I have downloaded an ecg signal from MIH physionet org, and it has .dat format. I loaded into matlab using the following code:
x1= load ('16265.dat');
However, I'm getting this error:
Error using load Unknown text on line number 1 of ASCII file C:\Users\student\.wfdb-swig-matlab\16265.dat "ÿ".
Any thoughts ?
Thanks in advance
Accepted Answer
More Answers (0)
Categories
Find more on Multirate Signal Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!