<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Dear Jim,
<div class=""><br class="">
</div>
<div class="">Indeed, 3 samples is much too few for constructing the beamformer filter —as you guessed, this results in a poor covariance estimate that is furthermore low-rank and therefore difficult to reliably invert.</div>
<div class=""><br class="">
</div>
<div class="">But, it is no matter, as you can construct the filter with your complete trial (perhaps 100ms as a minimum length), but examine the resulting time series (source.avg.mom) for whichever shorter intervals you are interested in.</div>
<div class=""><br class="">
</div>
<div class="">If you are not contrasting conditions, you may consider applying:</div>
<div class="">
<div class="">cfg.lcmv.weightnorm   = 'nai’;</div>
<div class=""><br class="">
</div>
<div class="">For reference, our group typically uses the following additional options for such data:</div>
<div class="">cfg.lcmv.reducerank   = 'no';</div>
<div class="">cfg.lcmv.fixedori     = 'yes’;</div>
<div class="">cfg.lcmv.projectnoise = 'yes';</div>
<div class=""><br class="">
</div>
</div>
<div class="">It is so far undocumented, but our plotting tools in fieldtrip/contrib/nutmegtrip could help navigating the resulting source time series (in your path you’ll need: a full copy of SPM8, fieldtrip/contrib/nutmegtrip , and fieldtrip/template/atlas/aal
 )</div>
<div class="">
<div class="">cfg=[];</div>
<div class="">cfg.mripath = ‘yourmri.nii’; % or template MRI if voxel grid is in MNI space</div>
<div class="">cfg.funparameter = 'avg.mom';</div>
<div class="">cfg.atlas = ft_read_atlas('ROI_MNI_V4.nii'); % AAL atlas (optional)</div>
<div class="">nmt_sourceplot_spm8(cfg,ft_convert_units(source,'mm'));</div>
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">Cheers,</div>
<div class="">Sarang</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">
<div>
<blockquote type="cite" class="">
<div class="">On 01 Jun 2016, at 23:43, Jim Cavanagh <<a href="mailto:jim.f.cav@gmail.com" class="">jim.f.cav@gmail.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">
<div dir="ltr" class="">I get radically different outputs depending on the time window used for LCMV (primarily MEG, but also a bit with EEG).  
<div class=""><br class="">
</div>
<div class="">My data are sampled at 250 Hz, filtered .5 to 20 Hz, calculated as the percent change (sourcediff = (source A - source B)  / source A).  </div>
<div class=""><br class="">
</div>
<div class="">With 3 samples (12 ms), LCMV outcomes are uninterpretable (i.e. values of 100,000 % change).  Increasing samples yield increasingly realistic values, especially at about 25 samples (100 ms). I presume this has to do with the covariance, especially
 since there doesn't appear to be much noise in the data.  This is unfortunate since some of the ERF events that I'd like to capture are short-lived.
<div class="">
<div class=""><br class="">
</div>
<div class="">1) Does anyone have an explanation for this issue so I can account for it?</div>
<div class="">2) Or, barring that, feedback on an optimal way to determine temporal window size for LCMV?<br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""></div>
<div class="">-- <br class="">
<div class="gmail_signature" data-smartmail="gmail_signature">
<div dir="ltr" class="">Jim Cavanagh<br class="">
Assistant Professor<br class="">
University of New Mexico<br class="">
<a href="https://sites.google.com/site/jcavanaghunm/home" target="_blank" class="">https://sites.google.com/site/jcavanaghunm/home</a><br class="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
_______________________________________________<br class="">
fieldtrip mailing list<br class="">
<a href="mailto:fieldtrip@donders.ru.nl" class="">fieldtrip@donders.ru.nl</a><br class="">
http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>