Home > biosig > t200 > tload.m

tload

PURPOSE ^

TLOAD loads and triggers signal data.

SYNOPSIS ^

function [signal,H] = tload(FILENAME,TI1,CHAN,EVENTFILE,TI2)

DESCRIPTION ^

 TLOAD loads and triggers signal data.  

 [signal,HDR] = tload(FILENAME, TI, [CHAN,] EVENTFILE, AI)

 S = reshape(signal,HDR.size) returns the corresponding 3-dim Matrix 

 FILENAME  name of file, or list of filenames, wildcards '*' are supported. 
        The files must contain the trigger information. 
 TI        trigger interval [t1,t2,t3] in seconds, relative to TRIGGER point
        The interval [t1,t2] defines the trigger segment, t3 is 
        optional and determines the number of NaN's after each trial. 
 CHAN      list of selected channels
           default=0: loads all channels
 EVENTFILE file of artifact scoring 
 AI        Artifactinterval [t1,t2] in seconds, relative to TRIGGER point      
        Trials with artifacts within this segment are removed. 
        By default AI=TI, AI enables to select the critical period. 


 see also: SLOAD, SVIEW, SOPEN, ARTIFACT_SELECTION

CROSS-REFERENCE INFORMATION ^

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