# doc-cache created by Octave 10.1.0
# name: cache
# type: cell
# rows: 3
# columns: 4
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 16
eegplugin_biosig


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 537
 eegplugin_biosig() - EEGLAB plugin for importing data using BIOSIG Matlab toolbox

 Usage:
   >> eegplugin_biosig(fig, trystrs, catchstrs);

 Inputs:
   fig        - [integer]  EEGLAB figure
   trystrs    - [struct] "try" strings for menu callbacks.
   catchstrs  - [struct] "catch" strings for menu callbacks. 

 Create a plugin:
   For more information on how to create an EEGLAB plugin see the
   help message of eegplugin_besa() or visit http://www.sccn.ucsd.edu/eeglab/contrib.html

 Author: Arnaud Delorme, SCCN/INC, 25 Nov. 2003



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
 eegplugin_biosig() - EEGLAB plugin for importing data using BIOSIG Matlab to...



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 10
pop_biosig


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 710
 pop_biosig() - import data files into EEGLAB using BIOSIG toolbox

 Usage:
   >> OUTEEG = pop_biosig; % pop up window
   >> OUTEEG = pop_biosig( filename, channels, type);

 Inputs:
   filename - [string] file name
   channels - [integer array] list of channel indices
   type     - [string] file type. See sload() function.

 Outputs:
   OUTEEG   - EEGLAB data structure

 Author: Arnaud Delorme, SCCN, INC, UCSD, Oct. 29, 2003

 Note: BIOSIG toolbox must be installed. Download BIOSIG at 
       http://sourceforge.net/project/showfiles.php?group_id=7072
       (please let us know at eeglab@sccn.ucsd.edu if this link is outdated).
       Contact alois.schloegl@gmail.com for troubleshooting using BIOSIG.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 66
 pop_biosig() - import data files into EEGLAB using BIOSIG toolbox



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 11
pop_readbdf


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 1661
 pop_readbdf() - Read Biosemi 24-bit BDF file 

 Usage:
   >> EEG = pop_readbdf;             % an interactive window pops up
   >> EEG = pop_readbdf( filename ); % no pop-up window 
   >> EEG = pop_readbdf( filename, range, eventchans, ref );

 Graphical interface:
   "Data block range to read" - {edit box] see command line 
                    parameter 'range' below.
   "Event channel index(s)" - {edit box] see command line 
                    parameter 'eventchans' below.
   "Index(s) of reference channel(s)" - {edit box] see command line 
                    parameter 'ref' below.
 Inputs:
   filename       - Biosemi 24-bit BDF file name

 Optional input:
   range          - [min max] integer range of data blocks to import.
                    Default is empty -> import all data blocks.
   eventchans     - [integer] event channel index(s). Default: none.
   ref            - [integer] channel index or index(s) for the reference.
                    Reference channels are not removed from the data,
                    allowing easy re-referencing. If more than one
                    channel, data are referenced to the average of the
                    indexed channels. WARNING! Biosemi Active II data 
                    are recorded reference-free, but LOSE 40 dB of SNR 
                    if no reference is used!. If you do not know which
                    channel to use, pick one and then re-reference after 
                    the channel locations are read in. {default: none}
 Outputs:
   EEG            - EEGLAB data structure

 Author: Arnaud Delorme, CNL / Salk Institute, 13 March 2002

 See also: openbdf(), readbdf()



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 46
 pop_readbdf() - Read Biosemi 24-bit BDF file 



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 11
pop_readedf


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 633
 pop_readedf() - Read a European data format .EDF data file. 

 Usage:
   >> EEG = pop_readedf;             % an interactive window pops up
   >> EEG = pop_readedf( filename ); % no pop-up window 

 Inputs:
   filename       - European data format 16-bit EDF file 
 
 Outputs:
   EEG            - EEGLAB data structure

 Author: Arnaud Delorme, CNL / Salk Institute, 13 March 2002

 Notes: pop_readedf() uses the functions sdfopen() and sdfread(). Use
 the alternative function readedf() from the command line in 
 case of problem (note that this function does not recalibrate thte data).

 See also: sdfopen(), sdfread(), readedf()



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 60
 pop_readedf() - Read a European data format .EDF data file.





