122 const Eigen::MatrixXd& matData,
138 double dFMin,
double dFMax,
InvSourceEstimate value type — central source-space data container produced by every INVLIB inverse s...
INVLIB library export/import macros, build-info accessors, and namespace docstring for the inverse-so...
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).
Source-space inverse-solution container with dense grid plus optional focal-dipole,...
Result structure for the TF-MxNE solver.
Eigen::MatrixXd tfCoefficients
QVector< int > activeVertices
Parameters for the TF-MxNE solver.
Time-Frequency Mixed-Norm Estimate (TF-MxNE) sparse inverse solver.
static Eigen::MatrixXd buildGaborDictionary(int iNSamples, int iNFreqs, double dFMin, double dFMax, double dSFreq)
Build a Gabor dictionary (tight frame) for time-frequency decomposition.
static InvTfMxneResult compute(const Eigen::MatrixXd &matGain, const Eigen::MatrixXd &matData, const InvTfMxneParams ¶ms=InvTfMxneParams())
Compute the TF-MxNE inverse solution.