IntegratorSectorTime#
- class acoular.tbeamform.IntegratorSectorTime
Bases:
TimeOutProvides an Integrator in the time domain.
- source = Instance(SamplesGenerator)
Data source;
SamplesGeneratoror derived object.
- grid = Instance(RectGrid)
RectGridobject that provides the grid locations.
- sectors = List()
List of sectors in grid
- clip = Float(-350.0)
Clipping, in Decibel relative to maximum (negative values)
- num_channels = Property(depends_on=['sectors'])
Number of channels in output (= number of sectors).
- digest = Property( β¦
A unique identifier for the integrator, based on its properties. (read-only)
- result(num=1)
Python generator that yields the source output integrated over specified grid sectors.
- Parameters:
- num
int Size of the blocks to be yielded (number of samples per block). Default is
1.
- num
- Returns:
numpy.ndarraySamples in blocks of shape (
num,num_channels).num_channelsis the number of sectors.- The last block may be shorter than num.