|
|
| File Information |
| Description |
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.
[...] = 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.
FORMAT SPEC: Source: http://www.edfplus.info/specs/edf.html |
| MATLAB release |
MATLAB 7.12 (R2011a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 23 Jan 2012 |
Added copyright. |
| 08 May 2013 |
Fixes a problem with incorrect reading of variable-length signals. |
| 23 May 2013 |
Enabled the import of a user-specified subset of signals. Also fixed a problem when signal labels include spaces or difficult-to-interpret characters. |
|
Contact us