Home > biosig > t200 > openldr.m

openldr

PURPOSE ^

OPENLDR loads neuroscan LDR files

SYNOPSIS ^

function LDR = openldr(FN,PERMISSION,Mode,arg4,arg5,arg6)

DESCRIPTION ^

 OPENLDR loads neuroscan LDR files
 LDR = OPENLDR(Filename [, PERMISSION [, Mode]]);
 LDR = OPENLDR(LDR [, PERMISSION [, Mode]]);

 LDR is a struct with the following fields
   LDR.FileName     Name of LDR-file
   LDR.Label_Out    Labels of output channels
   LDR.Label_In    Labels of input channels
   LDR.RR        re-referencing matrix
   LDR.datatype    'REREF_MATRIX' indicates this datatype

 PERMISSION    'r'    reads LDR file
         'w'    writes LDR file
         'r+w'    reads and writes LDR file 
            (useful in combination with RESCALE-Mode) 

 Mode [optional] 'RESCALE' performs a rescaling of the weights
        sum of positive weights becomes +1
        sum of negative weights becomes -1

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003