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일

0 개 추천

You may want to look at importdata

댓글 수: 2

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일

0 개 추천

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일

0 개 추천

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

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

태그

질문:

2013년 8월 22일

댓글:

2020년 9월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by