blockEdfLoad

A flexible EDF file loader for accessing header information and signal data.

現在この提出コンテンツをフォロー中です。

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. (2026). blockEdfLoad (https://jp.mathworks.com/matlabcentral/fileexchange/42784-blockedfload), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersEEG/MEG/ECoG についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.1.0.0

Revision adds digital to physical conversion.

1.0.0.0