Function: GetRawData

From OpenWetWare
Jump to navigationJump to search

Syntax:

   [Raw_lh Raw_rh]=GetRawData(infile,QT,num1,num2) 

Input(s):

   infile - The name (path) of input fiff file
   QT     - The threshold parameter
   num1   - The row number (position) of the subject in threshold matrix
   num2   - The column number (position) of the task in threshold matrix   

Output(s):

   Raw_lh - Left hemisphere raw data
   Raw-rh - Right hemisphere raw data


Back