edfinfo
EDF/EDF+ ファイルに関する情報の取得
説明
edfinfo
オブジェクトを作成して、European Data Format (EDF) または EDF+ ファイルに関する情報を取得します。edfinfo
オブジェクトには、ファイル サイズ、データ レコードの数、信号の数、サンプルの数などの情報が含まれています。
作成
入力引数
プロパティ
例
ヒント
関数 get
を使用して、edfinfo
オブジェクトを MATLAB 構造体に変換できます。以下に例を示します。
info = edfinfo('example.edf');
strc = get(info)
参照
[1] Kemp, Bob, Alpo Värri, Agostinho C. Rosa, Kim D. Nielsen, and John Gade. “A Simple Format for Exchange of Digitized Polygraphic Recordings.” Electroencephalography and Clinical Neurophysiology 82, no. 5 (May 1992): 391–93. https://doi.org/10.1016/0013-4694(92)90009-7.
[2] Kemp, Bob, and Jesus Olivan. "European Data Format 'plus' (EDF+), an EDF Alike Standard Format for the Exchange of Physiological Data." Clinical Neurophysiology 114, no. 9 (2003): 1755–1761. https://doi.org/10.1016/S1388-2457(03)00123-8.
バージョン履歴
R2020b で導入