You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
An efficient EDF loader is provided that allow the user several options for accessing header and signal information stored in an EDF file.
User can select specific signals and specific 30 second epochs to return, which are used in sleep applications.
header = blockEdfLoad(edfFN)
[header, signalHeader] = blockEdfLoad(edfFN)
[header, signalHeader, signalCell] = blockEdfLoad(edfFN)
[header, signalHeader, signalCell] = blockEdfLoad(edfFN, signalLabels)
[header, signalHeader, signalCell] = blockEdfLoad(edfFN, signalLabels, epochs)
Cite As
Dennis A. Dean, II, Ph.D. (2026). blockEdfLoad (https://uk.mathworks.com/matlabcentral/fileexchange/42784-blockedfload), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired by: edfRead, Read / Write EDF+-Files, Reading and saving of data in the EDF+, Matlab to EDF Conversion
Inspired: BlockEdfSignalRasterView, BlockEdfDeidentify
General Information
- Version 1.1.0.0 (8.1 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
