v2.0.0
Loading...
Searching...
No Matches
INVLIB::InvTfMxneParams Struct Reference

Parameters for the TF-MxNE solver. More...

#include <inv_tf_mxne.h>

Public Attributes

double dAlphaSpace = 0.5
double dAlphaTime = 0.1
int iMaxIterations = 100
double dTolerance = 1e-6
int iNFreqs = 8
double dFMin = 1.0
double dFMax = 40.0
double dSFreq = 1000.0
bool bDebias = true

Detailed Description

Parameters for the TF-MxNE solver.

Definition at line 75 of file inv_tf_mxne.h.

Member Data Documentation

◆ bDebias

bool INVLIB::InvTfMxneParams::bDebias = true

Whether to debias the final solution.

Definition at line 85 of file inv_tf_mxne.h.

◆ dAlphaSpace

double INVLIB::InvTfMxneParams::dAlphaSpace = 0.5

Spatial regularization (L21 penalty on source groups).

Definition at line 77 of file inv_tf_mxne.h.

◆ dAlphaTime

double INVLIB::InvTfMxneParams::dAlphaTime = 0.1

Temporal regularization (L1 penalty on TF coefficients).

Definition at line 78 of file inv_tf_mxne.h.

◆ dFMax

double INVLIB::InvTfMxneParams::dFMax = 40.0

Maximum frequency (Hz) for Gabor atoms.

Definition at line 83 of file inv_tf_mxne.h.

◆ dFMin

double INVLIB::InvTfMxneParams::dFMin = 1.0

Minimum frequency (Hz) for Gabor atoms.

Definition at line 82 of file inv_tf_mxne.h.

◆ dSFreq

double INVLIB::InvTfMxneParams::dSFreq = 1000.0

Sampling frequency (Hz).

Definition at line 84 of file inv_tf_mxne.h.

◆ dTolerance

double INVLIB::InvTfMxneParams::dTolerance = 1e-6

Convergence tolerance.

Definition at line 80 of file inv_tf_mxne.h.

◆ iMaxIterations

int INVLIB::InvTfMxneParams::iMaxIterations = 100

Maximum number of iterations.

Definition at line 79 of file inv_tf_mxne.h.

◆ iNFreqs

int INVLIB::InvTfMxneParams::iNFreqs = 8

Number of frequency bins for Gabor dictionary.

Definition at line 81 of file inv_tf_mxne.h.


The documentation for this struct was generated from the following file: