BeamformerCleantTraj¶
-
class
acoular.tbeamform.
BeamformerCleantTraj
¶ Bases:
acoular.tbeamform.BeamformerCleant
,acoular.tbeamform.BeamformerTimeTraj
CLEANT deconvolution method, see Cousson et al., 2019.
An implementation of the CLEAN method in time domain for moving sources with known trajectory.
-
result
(num=2048)¶ Python generator that yields the deconvolved output 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)¶ standard delay-and-sum method
-