how to read a dat file in matlab

2 ビュー (過去 30 日間)
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran 2013 年 8 月 22 日
コメント済み: panakj tiwari 2020 年 9 月 26 日
i have to extract signals from a eeg file. its in dat format.. how to read a dat file in matlab

回答 (3 件)

Jan
Jan 2013 年 8 月 22 日
You may want to look at importdata
  2 件のコメント
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran 2013 年 8 月 22 日
i downloaded datas from http://www.physionet.org/physiobank/database.. and importdata command is not working for it
Jan
Jan 2013 年 8 月 22 日
Does the file contain binary data? If so, use fread

サインインしてコメントする。


Iain
Iain 2013 年 8 月 22 日
Try opening the file in notepad, or some other basic text editor and look at the data.
If its garbled data, its obviously in some binary format.
If its csv formatted numbers, try csvread
If its csv formatted text and numbers use xlsread
If its some other delimited numbers, try dlmread...

adan jauhary
adan jauhary 2013 年 11 月 8 日
You can use WFDB toolbox for Matlab. It can be downloaded from http://www.physionet.org/physiotools/matlab/
  1 件のコメント
panakj tiwari
panakj tiwari 2020 年 9 月 26 日
how to use the WFDB toolbox in matlab, if its possible can u provide the imformation sir

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeData Import and Analysis についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by