LICENSE
README.md
pyproject.toml
src/aspcol/__init__.py
src/aspcol/distance.py
src/aspcol/planewaves.py
src/aspcol/plot.py
src/aspcol/spatialcovarianceestimation.py
src/aspcol/sphericalharmonics.py
src/aspcol/sphericalharmonics_jax.py
src/aspcol/utilities.py
src/aspcol.egg-info/PKG-INFO
src/aspcol.egg-info/SOURCES.txt
src/aspcol.egg-info/dependency_links.txt
src/aspcol.egg-info/requires.txt
src/aspcol.egg-info/top_level.txt
src/aspcol/kernelinterpolation/__init__.py
src/aspcol/kernelinterpolation/kernel.py
src/aspcol/kernelinterpolation/single_frequency_kernels.py
src/aspcol/kernelinterpolation_jax/__init__.py
src/aspcol/kernelinterpolation_jax/kernel_jax.py
src/aspcol/soundfieldcontrol/__init__.py
src/aspcol/soundfieldcontrol/sound_field_control.py
src/aspcol/soundfieldcontrol/sound_zone_control.py
src/aspcol/soundfieldcontrol/sound_zone_control_sinr.py
src/aspcol/soundfieldcontrol/spatial_audio.py
src/aspcol/soundfieldestimation/__init__.py
src/aspcol/soundfieldestimation/kernel_estimation.py
src/aspcol/soundfieldestimation/moving_microphone.py
src/aspcol/soundfieldestimation/sound_field_estimation.py
src/aspcol/soundfieldestimation/spherical_harmonics_estimation.py
src/aspcol/soundfieldestimation_jax/__init__.py
src/aspcol/soundfieldestimation_jax/kernel_estimation_jax.py
src/aspcol/soundfieldestimation_jax/moving_microphone_jax.py
tests/test_kernel_estimation.py
tests/test_kernel_estimation_jax.py
tests/test_planewaves.py
tests/test_soundfieldcontrol.py
tests/test_soundfieldcontrol_sinr_opt.py
tests/test_soundfieldcontrol_spatial_covariance.py
tests/test_sphericalharmonics.py
tests/test_sphericalharmonics_compiled.py
tests/test_sphericalharmonics_directivity.py