Acoular 25.03 documentation

grids

«  FFTSpectra   ::   Reference Manual   ::   Grid  »

grids

Implement support for multidimensional grids and integration sectors.

Grid

Abstract base class for grid geometries.

RectGrid

Provides a 2D Cartesian grid for beamforming results.

RectGrid3D

Provide a cartesian 3D grid for the beamforming results.

ImportGrid

Load a 3D grid from an XML file.

LineGrid

Define a 3D grid for a line geometry.

MergeGrid

Base class for merging multiple grid geometries.

Sector

Abstract base class for all sector types.

SingleSector

Base class for single sector types.

RectSector

Class for defining a rectangular sector.

RectSector3D

Class for defining a cuboid sector.

CircSector

Class for defining a circular sector.

PolySector

Class for defining a polygon sector.

ConvexSector

Class for defining a convex hull sector.

MultiSector

Class for defining a sector consisting of multiple sectors.

Polygon(x, y)

Create an object representing a general polygon in a 2D plane.

in_hull(p, hull[, border, tol])

Test if points in p are in hull, in- or excluding the border.

«  FFTSpectra   ::   Reference Manual   ::   Grid  »