Implementation of the LCMV beamformer pipeline (filter design + multiple application paths). More...
#include "inv_lcmv.h"#include "inv_beamformer_compute.h"#include <mne/mne_forward_solution.h>#include <fiff/fiff_cov.h>#include <fiff/fiff_evoked.h>#include <fiff/fiff_info.h>#include <math/linalg.h>#include <QDebug>#include <Eigen/Dense>
Go to the source code of this file.
Implementation of the LCMV beamformer pipeline (filter design + multiple application paths).
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
Builds the leadfield ↔ data-covariance pipeline, delegates the numerical core to InvBeamformerCompute, then exposes the project-through-filter loop for evoked, raw and per-epoch inputs. The resolution-matrix path multiplies the derived filter through the same leadfield used for design, giving the point-spread diagnostics consumed by InvResolutionMatrix.
Definition in file inv_lcmv.cpp.