BeamformerOrth#
- class acoular.fbeamform.BeamformerOrth
Bases:
BeamformerBaseOrthogonal deconvolution algorithm.
See [8] for details. New faster implementation without explicit (
BeamformerEig).- eva_list = CArray(dtype=int, value=np.array([-1]))
List of components to consider, use this to directly set the eigenvalues used in the beamformer. Alternatively, set
n.
- n = Int(1)
Number of components to consider, defaults to
1. If set,eva_listwill contain the indices of the n largest eigenvalues. Settingeva_listafterwards will override this value.
- digest = Property( β¦
A unique identifier for the beamformer, based on its properties. (read-only)