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