Acoular 25.01 documentation

TimeReverse

«  TimeCumAverage   ::   tprocess   ::   Filter  »

TimeReverse

class acoular.tprocess.TimeReverse

Bases: TimeOut

Calculates the time-reversed signal of a source.

result(num)

Python generator that yields the output block-wise.

Parameters:
numinteger

This parameter defines the size of the blocks to be yielded (i.e. the number of samples per block).

Returns:
Yields samples in blocks of shape (num, num_channels).

Time-reversed output of source. The last block may be shorter than num.

«  TimeCumAverage   ::   tprocess   ::   Filter  »