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)
인용 양식
Dennis A. Dean, II, Ph.D. (2024). blockEdfLoad (https://www.mathworks.com/matlabcentral/fileexchange/42784-blockedfload), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
플랫폼 호환성
Windows macOS Linux카테고리
태그
도움
도움 받은 파일: edfRead, Read / Write EDF+-Files, Reading and saving of data in the EDF+, Matlab to EDF Conversion
도움 준 파일: BlockEdfSignalRasterView, BlockEdfDeidentify
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!