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

 採用された回答

Wayne King
Wayne King 2013 年 12 月 21 日

0 投票

Those are not simply ascii files you can use load() with. They are binary files.
Please read the following to learn how to read them in MATLAB

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeData Import and Analysis についてさらに検索

タグ

質問済み:

2013 年 12 月 21 日

回答済み:

2013 年 12 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by