Home > biosig > t310 > calcAveMap.m

calcAveMap

PURPOSE ^

Displays the mean and standard deviation of each channel.

SYNOPSIS ^

function r = calcAveMap(s, h, startend, trls, class, rmartif, montage, lowpass, cue, name)

DESCRIPTION ^

 Displays the mean and standard deviation of each channel.

 This function calculates the mean and standard deviation of each channel and
 displays it in a topographical layout.

 Usage:
   plotAveMap(s, h, startend, trls, class, rmartif, montage, lowpass, cue, name);

 Input parameters:
   s        ... Input signal (as obtained by sload)
   h        ... Header structure (as obtained by sload)
   startend ... Start and end point within trial (s)

 Optional input parameters:
   trls     ... Trials
   class    ... Class to display
   rmartif  ... Remove artifacts
   montage  ... Electrode montage
   lowpass  ... Lowpass filter cutoff frequency (Hz)
   cue      ... Location of cue (s)
   name     ... Name of the data set (or subject)

 Output parameter:
   r ... Structure containing the results

CROSS-REFERENCE INFORMATION ^

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