blockEdfLoad
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)
Cita come
Dennis A. Dean, II, Ph.D. (2026). blockEdfLoad (https://it.mathworks.com/matlabcentral/fileexchange/42784-blockedfload), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Tag
Riconoscimenti
Ispirato da: edfRead, Read / Write EDF+-Files, Reading and saving of data in the EDF+, Matlab to EDF Conversion
Ispirato: BlockEdfSignalRasterView, BlockEdfDeidentify
Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
