Acoular 24.10 documentation

aiaa

«  tools   ::   tools   ::   TimeSamplesAIAABenchmark  »

aiaa

Classes for importing AIAA Array Benchmarks from . import aiaa 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(name='some_benchmarkdata.h5')  
>>> timedata = TimeSamplesAIAABenchmark(name='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.

«  tools   ::   tools   ::   TimeSamplesAIAABenchmark  »