Function: Raw fifftoMat

From OpenWetWare
Jump to navigationJump to search

Syntax:

   [Raw_lh Raw_rh]=Raw_fifftomat(infile,Threfile,num1,num2) 

Input(s):

   infile   - The name (path) of input fiff file
   threfile - The threshold input file
   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