MEG: Difference between revisions
No edit summary |
|||
Line 27: | Line 27: | ||
</blockquote> | </blockquote> | ||
===Orthogonalized envelope correlation=== | |||
Signal envelope and phase obtained in this way can subsequently be used to calculate the ''orthogonalized envelope correlation'' <math>{\rm C}_\perp (\hat X,\hat Y)</math> proposed by Hipp et al. as a connectivity metric for MEG. | |||
First all signals are pairwise orthogonalized: | |||
<blockquote> | <blockquote> | ||
<math> | <math> | ||
\hat Y_{\perp^X}(t) = \Im \left ( \hat Y(t)\frac{\hat X^\dagger(t)}{|\hat X(t)|} \right)\hat e_{\perp^X}(t) | |||
\hat Y_{\perp^X}(t | |||
</math> | </math> | ||
</blockquote> | </blockquote> | ||
Then the envelope correlations are calculated in both directions and averaged to give the final result: | |||
<blockquote> | |||
<math> | |||
{\rm C}_\perp (\hat X,\hat Y) = \frac{{\rm Corr}(|\hat X|,|\hat Y_{\perp^X}|)+{\rm Corr}(|\hat Y|,|\hat X_{\perp^Y}|)}{2} | |||
</math> | |||
</blockquote> | |||
In practice this will be a (symmetric) correlation matrix of dimensions <math>N \times N</math> where <math>N</math> is the number of original timeseries (e.g. cortical ROIs defined by the [https://surfer.nmr.mgh.harvard.edu/fswiki/CorticalParcellation Desikan Freesurfer template]). | |||
==See also== | ==See also== | ||
The [http://imaging.mrc-cbu.cam.ac.uk/meg/CbuMeg CBU Wiki] is the best resource for everything MEG. | The [http://imaging.mrc-cbu.cam.ac.uk/meg/CbuMeg CBU Wiki] is the best resource for everything MEG. |
Latest revision as of 19:30, 1 April 2016
About MEG
Magnetoencephalography (MEG) is a functional neuroimaging technique for mapping brain activity by recording magnetic fields produced by electrical currents occurring naturally in the brain, using very sensitive magnetometers. Arrays of SQUIDs (superconducting quantum interference devices) are currently the most common magnetometer.
Motion Correction
This is less of an issue with MEG than it is with fMRI because head motion is explicitly recorded with HPI coils. Motion correction is part of the initial Maxfilter processing which also removes noise from external magnetic fields.
Dealing with Volume Conduction
Spurious zero-lag correlations stemming from volume conduction are the main obstacle when using MEG data for connectivity analysis. Different solutions have been proposed, for instance the Phase Lag Index. The signal-envelope based approach by Hipp et al. 2012 seems to work well for some.
Wavelet Decomposition and Hilbert transform
If using R, the waveslim package provides all the necessary functions. However, if the Hipp method is used, it is more straightforward to simply bandpass the data and apply a Hilbert transform to get the complex valued analytic signal with respect to the original signal by calculating:
where:
- is the Fourier transform of ,
- is the Heaviside step function,
- is the sign function,
Then the analytic signal of is the inverse Fourier transform of :
Orthogonalized envelope correlation
Signal envelope and phase obtained in this way can subsequently be used to calculate the orthogonalized envelope correlation proposed by Hipp et al. as a connectivity metric for MEG. First all signals are pairwise orthogonalized:
Then the envelope correlations are calculated in both directions and averaged to give the final result:
In practice this will be a (symmetric) correlation matrix of dimensions where is the number of original timeseries (e.g. cortical ROIs defined by the Desikan Freesurfer template).
See also
The CBU Wiki is the best resource for everything MEG.