how to read a dat file in matlab

3 Ansichten (letzte 30 Tage)
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran am 22 Aug. 2013
Kommentiert: panakj tiwari am 26 Sep. 2020
i have to extract signals from a eeg file. its in dat format.. how to read a dat file in matlab

Antworten (3)

Jan
Jan am 22 Aug. 2013
You may want to look at importdata
  2 Kommentare
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran am 22 Aug. 2013
i downloaded datas from http://www.physionet.org/physiobank/database.. and importdata command is not working for it
Jan
Jan am 22 Aug. 2013
Does the file contain binary data? If so, use fread

Melden Sie sich an, um zu kommentieren.


Iain
Iain am 22 Aug. 2013
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 am 8 Nov. 2013
You can use WFDB toolbox for Matlab. It can be downloaded from http://www.physionet.org/physiotools/matlab/
  1 Kommentar
panakj tiwari
panakj tiwari am 26 Sep. 2020
how to use the WFDB toolbox in matlab, if its possible can u provide the imformation sir

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Data Import and Analysis finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by