Acoular 24.03 documentation

TimeReverse

«  TimeAverage   ::   tprocess   ::   Filter  »

TimeReverse

class acoular.tprocess.TimeReverse

Bases: TimeInOut

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

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

«  TimeAverage   ::   tprocess   ::   Filter  »