BeamformerDamas#
- class acoular.fbeamform.BeamformerDamas
- Bases: - BeamformerBase- DAMAS deconvolution algorithm. - See [2] for details. - psf_precision = Enum('float64', 'float32', desc='precision of PSF')
- The floating-number-precision of the PSFs. Default is 64 bit. 
 - n_iter = Int(100, desc='number of iterations')
- Number of iterations, defaults to 100. 
 - damp = Float(1.0, desc='damping factor in modified gauss-seidel-DAMAS-approach')
- Damping factor in modified gauss-seidel 
 - calcmode = Enum('full', 'single', 'block', 'readonly', desc='mode of psf calculation / storage')
- Flag that defines how to calculate and store the point spread function, defaults to ‘full’. See - PointSpreadFunction.calcmodefor details.
 
