Home > biosig > t310 > calcSpectrum.m

calcSpectrum

PURPOSE ^

Calculates the spectrum of each channel.

SYNOPSIS ^

function r = calcSpectrum(s, h, triallen, refint, actint, trls, class, rmartif, montage, f, name)

DESCRIPTION ^

 Calculates the spectrum of each channel.

 This function calculates the spectrum of each channel in the input signal. Two
 conditions have to be specified, first the reference interval (to be plotted
 in blue), and second the activation interval (to be plotted in red).

 Usage:
   r = calcSpectra(s, h, triallen, refint, actint, trls, class, rmartif, montage, f, name);

 Input parameters:
   s        ... Input signal (as obtained by sload)
   h        ... Header structure (as obtained by sload)
   triallen ... Length of one trial (s)
   refint   ... Reference interval (s)
   actint   ... Activation interval (s)

 Optional input parameters:
   trls    ... Trials
   class   ... Class
   rmartif ... Remove artifacts
   montage ... Electrode montage
   f       ... Upper frequency limit to display
   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