POP_READEGI Load a EGI EEG file (pop out window if no arguments).


Usage: >> EEG = pop_readegi; % a window pops up
>> EEG = pop_readegi( filename );
>> EEG = pop_readegi( filename, datachunks,forceversion );

Inputs:
filename   
EGI file name
datachunks   
desired frame numbers (see readegi() help) option available from the command line only

Outputs:
EEG   
EEGLAB data structure

Author: Arnaud Delorme, CNL / Salk Institute, 12 Nov 2002

See also: eeglab(), readegi(), readegihdr()

See the matlab file pop_readegi.m (may require other functions)

Back to functions