LOADEEG Load binary eeg file in neuroscan format.

Usage: >> [signal, accept, typeeeg, rt, response, chan_names, pnts, nsweeps, rate, xmin, xmax] = loadeeg( filename, chanlist, TrialList, typerange, acceptype, rtrange, responsetype)

Inputs:
filename   
input Neuroscan .avg file

Outputs:
signal   
output signal
variance   
variance of the signal
chan_names   
array that represent the name of the electrodes

Example: % load data into the array named 'signal'
[signal]   
loadeeg( 'test.eeg' ); %plot the signal for the first electrode of the first sweep plot( signal(1,:) );

See also: pop_loadeeg (graphic interface function for this function in EEGLAB)
loaddat

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

Back to functions