edfread2

版本 1.4.0.0 (8.6 KB) 作者: Matt Fifer
This is a modification of the "edfread" submission, modified to be faster with less options.
1.4K 次下载
更新时间 2014/7/2

查看许可证

This is a modification of the File Exchange submission "edfread" for importing an EDF file into MATLAB. I removed a few options which enable import of large files to occur much, much faster in the case of 1-sample records or records containing all of the samples at once.
[hdr, dataMat] = edfread2(fname)

Reads data from ALL RECORDS of file fname ('*.edf'). Header information is returned in structure hdr, and the signals (waveforms) are returned in dataMat, which is either a (samples x channels) matrix, or a (1 x channels) cell array full of (samples x 1) arrays IF there are different numbers of samples in each channel.

引用格式

Matt Fifer (2024). edfread2 (https://www.mathworks.com/matlabcentral/fileexchange/47123-edfread2), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2013a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 EEG/MEG/ECoG 的更多信息
致谢

参考作品: edfRead

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.4.0.0

changed title

1.3.0.0

changed formatting of description (last time hopefully)

1.2.0.0

Changed formatting of description.

1.1.0.0

Changed formatting of Description.

1.0.0.0