image thumbnail

blockEdfLoad

version 1.1.0.0 (8.1 KB) by Dennis A. Dean, II, Ph.D.
A flexible EDF file loader for accessing header information and signal data.

2.6K Downloads

Updated2014年1月27日

View License

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. (2022).blockEdfLoad(//www.tianjin-qmedu.com/matlabcentral/fileexchange/42784-blockedfload), MATLAB Central File Exchange. Retrieved.

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!