Reading and saving of data in the EDF+
The European Data Format (EDF) is a simple and flexible format for exchange and storage of multichannel biological and physical signals.
The code is intended for reading and saving of data in the EDF+.
[data, header] = readEDF(filename)
SaveEDF(filename, data, header)
% filename - EDF+ file name (*.edf)
% data - Contains a signals matrix or cell conteins signals data
% header - Contains header structure
Cite As
Andrey Shapkin (2026). Reading and saving of data in the EDF+ (https://uk.mathworks.com/matlabcentral/fileexchange/38641-reading-and-saving-of-data-in-the-edf), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Acknowledgements
Inspired: blockEdfLoad, blockEDFLoadClass
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
