CONTRIBUTING.rst
LICENSE
MANIFEST.in
NEWS.rst
README.rst
setup.cfg
setup.py
data/arrays/university_rostock.csv
doc/arrays.rst
doc/conf.py
doc/contributing.rst
doc/frequency-domain.rst
doc/index.rst
doc/installation.rst
doc/math-definitions.rst
doc/plotting.rst
doc/references.rst
doc/requirements.txt
doc/time-domain.rst
doc/utilities.rst
doc/version-history.rst
doc/examples/horizontal_plane_arrays.py
doc/examples/index.rst
doc/examples/make_movie.py
doc/examples/mirror_image_source_model.py
doc/examples/modal-room-acoustics.ipynb
doc/examples/plot_particle_density.py
doc/examples/sound_field_synthesis.py
doc/examples/soundfigures.py
doc/examples/time_domain.py
doc/examples/figures/circle.png
doc/examples/figures/cross.png
doc/examples/figures/rect.png
doc/examples/figures/tree.png
sfs/__init__.py
sfs/array.py
sfs/defs.py
sfs/plot.py
sfs/tapering.py
sfs/util.py
sfs.egg-info/PKG-INFO
sfs.egg-info/SOURCES.txt
sfs.egg-info/dependency_links.txt
sfs.egg-info/requires.txt
sfs.egg-info/top_level.txt
sfs.egg-info/zip-safe
sfs/mono/__init__.py
sfs/mono/drivingfunction.py
sfs/mono/soundfigure.py
sfs/mono/source.py
sfs/mono/synthesized.py
sfs/time/__init__.py
sfs/time/drivingfunction.py
sfs/time/soundfield.py
sfs/time/source.py
tests/test_array.py