|
|
||
|
|
| Mathematica Import/Export Format |
| EDF and EDF+ physiological signal recordings format. Commonly used for the exchange and storage of medical time-series recordings. Application areas include electroencephalography, polysomnography, electromyography, evoked potentials, electroneurography, and electrocardiography. EDF is an acronym for European Data Format. Binary format. Stores multiple simultaneous signal channels, time-stamped annotations, and meta-information. Encodes signal samples as 16-bit integers. EDF+ can store discontinuous time series. First published in 1992, superseded by EDF+ in 2003. |
| "Elements" | list of elements and options available in this file | |
| "Rules" | full list of rules for each element and option | |
| "Options" | list of rules for options, properties and settings |
| "Data" | all signal channels represented as a list of lists, with discontinuous records combined into a flat list | |
| "Labels" | names of all signal channels | |
| "LabeledData" | list of rules, each representing a labeled data channel | |
| "RecordsData" | all signal channels, given as an array of lists |
| "Annotations" | time-stamped annotation list | |
| "ChannelCount" | number of simultaneous signal channels | |
| "FilterInformation" | information about signal filters applied during the recording, given as a list of strings | |
| "PatientID" | patient identification string | |
| "Title" | title of the recording, typically used as a document identification | |
| "RecordTimings" | start times and durations for each record, given in seconds | |
| "SignalRange" | physical data ranges for each signal channel | |
| "SignalUnits" | units in which the physical data for each channel is given | |
| "StartDate" | local date and time when the recording was started | |
| "Device" | information about the physical devices such as electrodes used for recording each channel |
Show the labels of all signal channels available in an EDF file:
Import the labels and device names as a table:
Import the first record of the 12
| |||||||||||||||
| © 2008 Wolfram Research, Inc. |