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 |
Parameters for the TF-MxNE solver.
Definition at line 75 of file inv_tf_mxne.h.
| bool INVLIB::InvTfMxneParams::bDebias = true |
Whether to debias the final solution.
Definition at line 85 of file inv_tf_mxne.h.
| double INVLIB::InvTfMxneParams::dAlphaSpace = 0.5 |
Spatial regularization (L21 penalty on source groups).
Definition at line 77 of file inv_tf_mxne.h.
| double INVLIB::InvTfMxneParams::dAlphaTime = 0.1 |
Temporal regularization (L1 penalty on TF coefficients).
Definition at line 78 of file inv_tf_mxne.h.
| double INVLIB::InvTfMxneParams::dFMax = 40.0 |
Maximum frequency (Hz) for Gabor atoms.
Definition at line 83 of file inv_tf_mxne.h.
| double INVLIB::InvTfMxneParams::dFMin = 1.0 |
Minimum frequency (Hz) for Gabor atoms.
Definition at line 82 of file inv_tf_mxne.h.
| double INVLIB::InvTfMxneParams::dSFreq = 1000.0 |
Sampling frequency (Hz).
Definition at line 84 of file inv_tf_mxne.h.
| double INVLIB::InvTfMxneParams::dTolerance = 1e-6 |
Convergence tolerance.
Definition at line 80 of file inv_tf_mxne.h.
| int INVLIB::InvTfMxneParams::iMaxIterations = 100 |
Maximum number of iterations.
Definition at line 79 of file inv_tf_mxne.h.
| int INVLIB::InvTfMxneParams::iNFreqs = 8 |
Number of frequency bins for Gabor dictionary.
Definition at line 81 of file inv_tf_mxne.h.