이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
편집자 메모: This file was selected as MATLAB Central Pick of the Week
The edfRead() functionality in this submission is now officially provided by the Signal Processing Toolbox as of R2020b. This File Exchange submission is no longer supported
Read European Data Format file into MATLAB
[hdr, record] = edfread(fname)
Reads data from ALL RECORDS of file fname ('*.edf'). Header information is returned in structure hdr, and the signals (waveforms) are returned in structure record, with waveforms associated with the records returned as fields titled 'data' of structure record.
NOTE: Support for this function is being deprecated. Please see:
https://blogs.mathworks.com/pick/2020/07/10/deprecating-support-for-edfread-and-edfreaduntildone/
[...] = edfread(fname, 'assignToVariables', assignToVariables)
Triggers writing of individual output variables, as defined by field 'labels', into the caller workspace.
[...] = edfread(fname, 'targetSignals', targetSignals,...)
Allows the user to specify by name or index the subset of signals to import.
PLEASE NOTE: I have also uploaded on the File Exchange EDFReadUntilDone. If you have problems reading large files with EDFRead, please download and try that one!
FORMAT SPEC: Source: http://www.edfplus.info/specs/edf.html
인용 양식
Brett Shoelson (2026). edfRead (https://kr.mathworks.com/matlabcentral/fileexchange/31900-edfread), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 2.10.0.1 | Added mention of the blog about edfread in the Signal Processing Toolbox. |
||
| 2.10.0.0 | Same bug fix in name of file.
|
||
| 2.1.0.0 | Minor bug fix in name of file. |
||
| 2.0.0.0 | Fixed a problem triggered by the license conversion on Sept.1, 2016.
|
||
| 1.6.0.1 | Updated license |
||
| 1.6.0.0 | Enabled the import of a user-specified subset of signals. Also fixed a problem when signal labels include spaces or difficult-to-interpret characters. |
||
| 1.3.0.0 | Fixes a problem with incorrect reading of variable-length signals. |
||
| 1.1.0.0 | Added copyright. |
||
| 1.0.0.0 |
