| POP_EXPORT |
Export EEG dataset |
 |
|
| Usage: |
>> EEG = pop_export(EEG); % a window pops up >> EEG = pop_export(EEG, filename, 'key', 'val', ... ); |
|
| Inputs: |
EEG |
eeglab dataset |
filename |
file name |
|
| Optional inputs: |
'ica' |
['on'|'off'] export ICA activities (or ERP). Default 'off'. |
'time' |
['on'|'off'] include time values. Default 'on'. |
'timeunit' |
[float] time unit rel. to seconds. Default: 1E-3 = msec. |
'elec' |
['on'|'off'] include electrodes names or component numbers. Default 'on'. |
'transpose' |
['on'|'off'] 'off'-> electrode data = rows; 'on' -> electrode |
data |
columns. Default 'off'. |
'erp' |
['on'|'off'] export ERP instead of raw data. Default 'off'. |
'expr' |
[string] evaluate epxression on data. The expression must contain a variable 'x' representing the 2-D or 3-D data. |
'precision' |
[float] number of significant digits in output. Default 4. |
|
| Outputs: |
EEG |
EEGLAB data structure |
|
| Note: |
tabulation are used as a delimiter. |
|
| Author: |
Arnaud Delorme, CNL / Salk Institute, May 13, 2003 |