Acoular 24.07 documentation

BeamformerSODIX

«  BeamformerCMF   ::   fbeamform   ::   BeamformerGIB  »

BeamformerSODIX

class acoular.fbeamform.BeamformerSODIX

Bases: BeamformerBase

Source directivity modeling in the cross-spectral matrix (SODIX) algorithm.

See [13] and [14] for details.

method = Trait('fmin_l_bfgs_b', desc='fit method used')

Type of fit method to be used (‘fmin_l_bfgs_b’). These methods are implemented in the scipy module.

max_iter = Int(200, desc='maximum number of iterations')

Maximum number of iterations, tradeoff between speed and precision; defaults to 200

alpha = Range(0.0, 1.0, 0.0, desc='regularization factor')

Weight factor for regularization, defaults to 0.0.

unit_mult = Float(1e9, desc='unit multiplier')

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.

r_diag_norm = Enum(

Energy normalization in case of diagonal removal not implemented for inverse methods.

«  BeamformerCMF   ::   fbeamform   ::   BeamformerGIB  »