BeamformerCleantSqTraj¶
-
class
acoular.tbeamform.
BeamformerCleantSqTraj
¶ Bases:
acoular.tbeamform.BeamformerCleantTraj
,acoular.tbeamform.BeamformerTimeSq
CLEANT deconvolution method, see Cousson et al., 2019 with optional removal of autocorrelation.
An implementation of the CLEAN method in time domain for moving sources with known trajectory.
-
result
(num=2048)¶ Python generator that yields the squared deconvolved beamformer output with optional removal of autocorrelation block-wise.
- Parameters
- numinteger, defaults to 2048
This parameter defines the size of the blocks to be yielded (i.e. the number of samples per block).
- Returns
- Samples in blocks of shape (num,
numchannels
). numchannels
is usually very large (number of grid points). The last block may be shorter than num. The output starts for signals that were emitted from the grid at t=0.
- Samples in blocks of shape (num,
-
delay_and_sum
(num, p_res, d_interp1, d_interp2, delays, m_index, amp, temp)¶ standard delay-and-sum method
-