Home > biosig > t300 > evoked_potential.m

evoked_potential

PURPOSE ^

EVOKED_POTENTIAL estimates evoked potentials (EP's)

SYNOPSIS ^

function R = evoked_potential(fn,CHAN,t1,t2,EventTyp)

DESCRIPTION ^

 EVOKED_POTENTIAL estimates evoked potentials (EP's)

  R = EVOKED_POTENTIAL(filename, CHAN, t_start, t_end,EventTyp)
  R = EVOKED_POTENTIAL(s, HDR, t_start, t_end,EventTyp)
     filename  filename
     CHAN      channel selection; default: 0 (all)
     t_start   start time in seconds (relative to trigger time point)
     t_end     end time in seconds relative to trigger 
     EventTyp  [optional]

  The trigger information must be available in the biosig file. 
  The EP is calculated for each selected channel, if classlabels 
  are available, the EP is calculated for each class

CROSS-REFERENCE INFORMATION ^

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