BeamformerAdaptiveGrid¶
-
class
acoular.fbeamform.
BeamformerAdaptiveGrid
¶ Bases:
acoular.fbeamform.BeamformerBase
,acoular.grids.Grid
Base class for array methods without predefined grid
-
integrate
(sector)¶ Integrates result map over a given sector.
- Parameters
- sector: :class:`~acoular.grids.Sector` or derived
Gives the sector over which to integrate
- Returns
- array of floats
The spectrum (all calculated frequency bands) for the integrated sector.
-