Acoular 25.03 documentation

aiaa

«  aiaa   ::   aiaa   ::   TimeSamplesAIAABenchmark  »

aiaa

Classes for importing AIAA Array Benchmarks.

These classes allow importing data from HDF5 files following the specifications of the AIAA microphone array methods benchmarking effort: https://www-docs.b-tu.de/fg-akustik/public/veroeffentlichungen/ArrayMethodsFileFormatsR2P4Release.pdf .

The classes are derived from according Acoular classes so that they can be used directly within the framework.

Examples

>>> micgeom = MicAIAABenchmark(file='some_benchmarkdata.h5')
>>> timedata = TimeSamplesAIAABenchmark(file='some_benchmarkdata.h5')

TimeSamplesAIAABenchmark

Container for AIAA benchmark data in *.h5 format.

TriggerAIAABenchmark

Container for tacho data in *.h5 format.

CsmAIAABenchmark

Class to load the CSM that is stored in AIAA Benchmark HDF5 file.

MicAIAABenchmark

Provides the geometric arrangement of microphones in the array.

«  aiaa   ::   aiaa   ::   TimeSamplesAIAABenchmark  »