demo#

The Acoular demo.

acoular.demo.create_three_sources(mg, h5savefile='three_sources.h5')#

Create three noise sources and return them as Mixer.

Alias for create_three_sources_2d().

acoular.demo.create_three_sources_1d(mg, h5savefile='three_sources_1d.h5')#

Create three noise sources on a 1D line and return them as Mixer.

acoular.demo.create_three_sources_2d(mg, h5savefile='three_sources_2d.h5')#

Create three noise sources in a 2D plane and return them as Mixer.

acoular.demo.create_three_sources_3d(mg, h5savefile='three_sources_3d.h5')#

Create three noise sources in 3D space and return them as Mixer.

acoular.demo.run()#

Run the Acoular demo.