Home > biosig > t310 > calcPLV.m

calcPLV

PURPOSE ^

Calculates PLV maps.

SYNOPSIS ^

function r = calcPLV(s, h, startend, f, trls, class, rmartif, alpha)

DESCRIPTION ^

 Calculates PLV maps.

 This function calculates phase locking value (PLV) maps by using Gabor
 wavelets to estimate the synchronization between two electrode sites in
 specific frequency bands.

 Usage:
   r = calcPLV(s, h, startend, f, trls, class, rmartif, alpha);

 Input parameters:
   s        ... Input signal (as obtained by sload), must have exactly two
                channels (columns)
   h        ... Header structure (as obtained by sload)
   startend ... Start and end point within trial (s)
   f        ... Frequency range (Hz)

 Optional input parameters:
   trls    ... Trials
   class   ... Class
   rmartif ... Remove artifacts
   alpha   ... Significance level

 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