Acoular 25.03 documentation

TimeConvolve

«  WriteH5   ::   tprocess   ::   MaskedTimeInOut  »

TimeConvolve

class acoular.tprocess.TimeConvolve

Bases: TimeOut

Fast frequency domain convolution with the Uniformly partitioned overlap-save method (UPOLS).

See [24] for details.

result(num=128)

Python generator that yields the output block-wise. The source output is convolved with the kernel.

Parameters:
numinteger

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, num_channels).

The last block may be shorter than num.

«  WriteH5   ::   tprocess   ::   MaskedTimeInOut  »