BeamformerCMF#
- class acoular.fbeamform.BeamformerCMF
Bases:
BeamformerBaseCovariance Matrix Fitting algorithm.
This is not really a beamformer, but an inverse method. See [11] for details.
- method = Enum( …
Type of fit method to be used (‘LassoLars’, ‘LassoLarsBIC’, ‘OMPCV’ or ‘NNLS’, defaults to ‘LassoLars’). These methods are implemented in the scikit-learn module.
- alpha = Range(0.0, 1.0, 0.0)
Weight factor for LassoLars method, defaults to 0.0. (Use values in the order of 10^⁻9 for good results.)
- n_iter = Int(500)
Total or maximum number of iterations (depending on
method), tradeoff between speed and precision; defaults to 500
- unit_mult = Float(1e9)
Unit multiplier for evaluating, e.g., nPa instead of Pa. Values are converted back before returning. Temporary conversion may be necessary to not reach machine epsilon within fitting method algorithms. Defaults to 1e9.
- show = Bool(False)
If True, shows the status of the PyLops solver. Only relevant in case of FISTA or Split_Bregman
- r_diag_norm = Enum(None)
Energy normalization in case of diagonal removal not implemented for inverse methods.
- digest = Property( …
A unique identifier for the beamformer, based on its properties. (read-only)