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)
Citation pour cette source
Dennis A. Dean, II, Ph.D. (2026). blockEdfLoad (https://fr.mathworks.com/matlabcentral/fileexchange/42784-blockedfload), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
Tags
Remerciements
Inspiré par : edfRead, Read / Write EDF+-Files, Reading and saving of data in the EDF+, Matlab to EDF Conversion
A inspiré : BlockEdfSignalRasterView, BlockEdfDeidentify
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.1.0.0 | Revision adds digital to physical conversion. |
||
| 1.0.0.0 |
