


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.