# doc-cache created by Octave 10.1.0
# name: cache
# type: cell
# rows: 3
# columns: 6
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 8
Contents


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 249
 BIOSIG/T500 display functions

 PLOTA         general display functions for BIOSIG
 SVIEW		simple signal viewer
 TOPO2		topographic map

 ELPOS         2-D electrode positions
 ELPOS3        3-D electrode positions
 
 
 see also: 


 REFERENCES: 




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 30
 BIOSIG/T500 display functions



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 5
elpos


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 457
 ELPOS provides electrode positions in 2-D according to [1]
   
 [XYZ,code]=elpos(Label);

 see also: ELPOS3

 Reference(s): 
 [1] FEF: 
   File Exchange Format for Vital Signs - Normative Annex A (Normative). 
   The Medical Data Information Base (MDIB), Nomenclature, Data Dictionary and Codes
   Table A.6.3: Nomenclature and Codes for Electrode Sites 
   for Electroencephalography according to the International 10-20 system.
   CEN/TC251/PT-40 (2001)



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
 ELPOS provides electrode positions in 2-D according to [1]
   
 [XYZ,code]=e...



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 6
elpos3


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 458
 ELPOS3 provides electrode positions in 3-D according to FEF 
   
 [YX,code]=elpos3(Label);

 see also: ELPOS

 Reference(s): 
 [1] FEF: 
   File Exchange Format for Vital Signs - Normative Annex A (Normative). 
   The Medical Data Information Base (MDIB), Nomenclature, Data Dictionary and Codes
   Table A.6.3: Nomenclature and Codes for Electrode Sites 
   for Electroencephalography according to the International 10-20 system.
   CEN/TC251/PT-40 (2001)



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
 ELPOS3 provides electrode positions in 3-D according to FEF 
   
 [YX,code]=...



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 5
plota


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 1930
 PLOTA plots all kind of data types

 PLOTA(Labels,'ELPOS')
       displays 2-D location of EEG channels described by Labels
 PLOTA(Labels,'ELPOS3')
       displays 3-D location of EEG channels described by Labels

 PLOTA(X [,Mode])
 PLOTA(X, 'SCATTER')         Scatter plot 
        data is organized in columns               
        
 PLOTA(X, 'BLAND-ALTMAN')    Bland-Altman plot, or mean-difference plot
        data is organized in columns               

 PLOTA(HDR, 'ISI')
 PLOTA(filename, 'ISI')
       plot Inter-spike-Interval 
 PLOTA(HDR, 'HRV')
 PLOTA(filename, 'HRV')
 PLOTA(HDR, 'RRI')
 PLOTA(filename, 'RRI')
       R-R interval, instantaneous Heart rate  
 
 if X.TYPE=='EVENT' and X.EVENT
 

 X.datatype determines type of data
    DATATYPE   Mode
   'MVAR'      'AutoSpectrum'
   'MVAR'      'SPECTRUM','logS'
   'MVAR'      'logH'
   'MVAR'      'Phase'
   'MVAR'	'COHERENCE'
   'MVAR'      'iCOH'	imaginary coherence
   'MVAR'      'iSpectrum'	imaginary part of spectrum
   'MVAR'      'DTF'
   'MVAR'      'PDC'
   'MVAR'      'dDTF'
   'MVAR'      'ffDTF'
   'TF-MVAR'	Time-frequency MVAR analysis
		e.g. plota(X, 'PDC', alpha [, Y]);	%

   'MEAN+STD'
       plota(X,hf,minmean,maxmean,maxstd [,trigger])
       arg1 ... R = evoked_potential(...);	
       arg2 ... hf (handles to figures)
       arg3 ... minmean (minimum of mean)
       arg4 ... maxmean (maximum of mean)
       arg5 ... maxstd (maximum of standard deviation)
       arg6 ... trigger (trigger instant) [optional]

   'QRS_events' shows inter-beat-interval (IBI) of the ecg 

   'HISTOGRAM'	'log'	chansel
   'HISTOGRAM'	'log+'	chansel
   'HISTOGRAM'	'log '	chansel
   'HISTOGRAM'	'lin'	chansel
   'HISTOGRAM'	'PDF'	chansel
   'HISTOGRAM'	'logPDF'	chansel

   'SIESTA_HISTOGRAM'	chansel

   'DBI-EPs'
   'TSD1'
   'TSD_BCI7'
   'MDist-matrix'
   'MD'
   'SCATTER'
   'STAT2'
   ''
   ''
   'REV' Mode='3D'
   'REV' Mode='2D'

 REFERENCE(S):



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 35
 PLOTA plots all kind of data types



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 5
sview


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 182
 SVIEW - a simple signal viewer 
    SVIEW(filename)
    SVIEW(HDR)
    SVIEW(S,HDR)

    SVIEW(filename, ...)
        optional arguments are the same as in SLOAD

 See also: SLOAD 



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
 SVIEW - a simple signal viewer 
    SVIEW(filename)
    SVIEW(HDR)
    SVIEW...



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 5
topo2


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 74
 TOPO2 makes a 2-D topographic map

  topo2(value,HDR [,limits]); 
  

  



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 34
 TOPO2 makes a 2-D topographic map





