v2.0.0
Loading...
Searching...
No Matches
inv_rap_music.cpp File Reference

Implementation of the RAP-MUSIC scanning algorithm. More...

#include "inv_rap_music.h"
#include <math/numerics.h>
#include <QDebug>
#include <stdexcept>
Include dependency graph for inv_rap_music.cpp:

Go to the source code of this file.

Detailed Description

Implementation of the RAP-MUSIC scanning algorithm.

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
2.0.0
Date
March 2026

Implements the signal-subspace estimator calcPhi_s, the dual subcorr variants (with and without returning the dipole pair orientation), the parallelised over-pair scan loop, the recursive sub-space projection that removes already-found dipole pairs from the search, and the final assembly of the per-iteration dipole-pair list into the dense InvSourceEstimate output.

Definition in file inv_rap_music.cpp.