<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Hi all, </p>
<p>I'm trying to perform a granger causality analyse from EEG and EMG signals but somehow i cannot achieve to get a complete time-frequency map of the GC. The problem seems to be with the matrix factorization step, the chol matlab function returning warning messages for almost all time points. </p>
<p>I use data from ft_freqanalysis and initially, raw data contain 2 signals (one EEG and one EMG) sampled at 1000 Hz. The imput matrix size is 2*ntrials*ntime with ntrials ~= 20, ntime ~= 3000.</p>
<p>Do you have any idea why the matrix factorization involved in GC computation is possible for some time points and is not for others?</p>
<p>Thank you in advance, </p>
<p>Maxime.</p>
<div> </div>
</body></html>