Acoular 25.04 documentation

Mixer

«  SpatialInterpolatorConstantRotation   ::   tprocess   ::   TimePower  »

Mixer

class acoular.tprocess.Mixer

Bases: TimeOut

Mixes the signals from several sources.

validate_sources()

Validates if sources fit together.

result(num)

Python generator that yields the output block-wise. The output from the source and those in the list sources are being added.

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.

«  SpatialInterpolatorConstantRotation   ::   tprocess   ::   TimePower  »