Acoular 24.03 documentation

BeamformerCleansc

«  BeamformerOrth   ::   fbeamform   ::   BeamformerCMF  »

BeamformerCleansc

class acoular.fbeamform.BeamformerCleansc

Bases: BeamformerBase

CLEAN-SC deconvolution, see Sijtsma, 2007. Classic delay-and-sum beamforming is already included.

n = Int(0, 

no of CLEAN-SC iterations defaults to 0, i.e. automatic (max 2*numchannels)

damp = Range(0.01, 1.0, 0.6, 

iteration damping factor defaults to 0.6

stopn = Int(3, 

iteration stop criterion for automatic detection iteration stops if power[i]>power[i-stopn] defaults to 3

calc(ac, fr)

Calculates the CLEAN-SC result for the frequencies defined by freq_data

This is an internal helper function that is automatically called when accessing the beamformer’s result or calling its synthetic() method.

Parameters:
acarray of floats

This array of dimension ([number of frequencies]x[number of gridpoints]) is used as call-by-reference parameter and contains the calculated value after calling this method.

frarray of booleans

The entries of this [number of frequencies]-sized array are either ‘True’ (if the result for this frequency has already been calculated) or ‘False’ (for the frequencies where the result has yet to be calculated). After the calculation at a certain frequency the value will be set to ‘True’

Returns:
This method only returns values through the ac and fr parameters

«  BeamformerOrth   ::   fbeamform   ::   BeamformerCMF  »