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')
Container for AIAA benchmark data in *.h5 format. |
|
Container for tacho data in *.h5 format. |
|
Class to load the CSM that is stored in AIAA Benchmark HDF5 file. |
|
Provides the geometric arrangement of microphones in the array. |