Home > biosig > t300 > baccala2001.m

baccala2001

PURPOSE ^

BACCALA2001 returns the MVAR-Parameters for

SYNOPSIS ^

function [A1,A2,A3,A4,A5,X6,X7] = baccala2001(list);

DESCRIPTION ^

 BACCALA2001 returns the MVAR-Parameters for 
    simulating MVAR processes according to [1].  

  [A1,A2,A3,A4,A5,X6,X7] = baccala2001; 
       A1 ... A5 are 5 different sets of MVAR parameters
  baccala2001(k1:k2); 
       displays for Ak1 ... Ak2 corresponding PDC and DTF      
       
 Simulated MVAR process can be produced with 
       M = size(Ak,1); N = 1000;
       y = mvfilter(eye(M),[eye(M),-Ak],randn(M,N));  

 see also: PLOTA, MVAR, MVFILTER

 REFERENCES:
  [1] Baccala LA, Sameshima K. (2001)
       Partial directed coherence: a new concept in neural structure determination.
       Biol Cybern. 2001 Jun;84(6):463-74.

CROSS-REFERENCE INFORMATION ^

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