Home > biosig > t310 > getBandpower.m

getBandpower

PURPOSE ^

Calculates bandpower values in the specified frequency band.

SYNOPSIS ^

function bp = getBandpower(s, h, startend, f, trls, class, rmartif, submean)

DESCRIPTION ^

 Calculates bandpower values in the specified frequency band.

 This function calculates bandpower values in the specified frequency band.

 Usage:
   bp = getBandpower(s, h, triallen, f, trls, class, rmartif, submean);
 
 Input parameters:
   s        ... Input signal (as obtained by sload)
   h        ... Header structure (as obtained by sload)
   startend ... Start and end point within trial (s)
   f        ... Frequency band (Hz)

 Optional input parameters:
   trls    ... Trials
   class   ... Class
   rmartif ... Remove artifacts
   submean ... Subtract mean signal

 Output parameters:
   bp ... Bandpower

CROSS-REFERENCE INFORMATION ^

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