|
Size: 6024
Comment:
|
Size: 6030
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 54: | Line 54: |
| {{attachment:anat.gif}} | <<attachment:LCMVmaxeig.png>> |
Beamforming methods
Authors: Hui-Ling Chan, Francois Tadel, Sylvain Baillet
The estimation of source distribtion is an important step to understand the brain activity from EEG and MEG data. Dipole fitting, minimum norm estimation, and beamformer are three commonly used methods. It has been proved that beamforming methods provide good spatial resolution. This tutorial will show how to apply beamforming methods to MEG data and obtain the statistic map of source activation.
We are going to use the protocol TutorialRaw created in the previous tutorial ?Epoching and Averaging. If you have not followed this tutorial yet, please do it now.
Contents
Introduction
Beamfoming methods scan each targeted voxel/vertex position
and estimate the spatial filter
. By multiplying with the MEG recordings
, the spatial filter
outputs the temporal waveform
of the dipole source at that position with the dipole orientation
as below:
where 'T' indicates the transpose of a matrix or vector. The beamforming spatial filter can be vector type or scalar type.
Vector-type beamformer
For each position
, three orthogonal spatial filters
are computed by applying the unit-gain constraint as well as the minimum norm and minimum variance criteria as below:
where
is the covariance matrix of MEG recordings during window
,
is the identity matrix,
is the gain matrix for the dipole located at position
, and
is the regularization parameter which compromises the minimum norm and minimum variance criteria.
Scalar-type beamformer
For each position
, the source orientation
is first estimated to enable the spatial filter to output the source activity with maxmum power or fitting some other criteria.The estiamted dipole orientation
is then applied to calculate the spatial filter as follows:
Linearly-constrained minimum variance (LCMV) beamformer
LCMV beamformer is vector-type beamformer. For each position
, this method calculates the neural activity index, which is interpreted as the estimate of source to noise variance.
Neural activity index
For each position
, the variance of source activity during active state
is calculated as follows:
or
where
is the covariance matrix computed from MEG recordings during active state
and
indicates the maximum eigenvalue of the expression in braces.
When the location
is far from sensors, the elements of lead field matrix
are small. So the elements of
are generally large and the estimated variance for the deep source becomes large. When the location
is close to sensors, the elements of lead field matrix
are large. It results in small values of the elements of
and small estimated variance for the superficial source. To reduce the effect caused by the depth of source location, the estimated source variance
is normalized by the noise variance
as follows:
or
where
is the covariance matrix computed from MEG recordings during control state
. The normalized variance
is called neural activity index (NAI).
Example
<<attachment:LCMVmaxeig.png>>
Text
Maximum constrast beamformer (MCB)
Section 1
Text
Section 2
Text
Beamformer-based correlation/coherence imaging
Dynamic imaging of coherent sources (DICS)
Text
Spatiotemporal imaging of linearly-related source components (SILSC)
Text
