Is it possible to import EDF files to MATLAB 7.7 (R2008b)?
3 次查看(过去 30 天)
显示 更早的评论
I would like to import EDF (European Data Format) files to analyze my electrocardiograph data.
采纳的回答
MathWorks Support Team
2013-7-30
There is no tool to directly import and parse EDF files in MATLAB.
As a workaround, the FOPEN, FREAD, and FCLOSE commands can be used to import the binary file. The binary data can then be parsed using the file specification described by:
<http://www.edfplus.info/specs/edf.html>
For an example of using FREAD to import a partial EDF file, see the attached document.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 EEG/MEG/ECoG 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!