how to read a dat file in matlab

조회 수: 3 (최근 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 CenterFile Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by