Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spatialaudio/sfa-numpy

NumPy/Python toolbox for sound field analysis
https://github.com/spatialaudio/sfa-numpy

acoustics beamforming delay-and-sum-beamforming modal-beamforming numpy sound-field-analysis

Last synced: 4 days ago
JSON representation

NumPy/Python toolbox for sound field analysis

Awesome Lists containing this project

README

        

Sound Field Analysis Toolbox for NumPy/Python
=============================================

The Sound Field Analysis Toolbox for NumPy/Python provides implementations of
various techniques for the analysis of sound fields and beamforming using
microphone arrays.

Source code and issue tracker:
https://github.com/spatialaudio/sfa-numpy

Documentation:
http://sfa-numpy.readthedocs.io

License:
MIT -- see the file ``LICENSE`` for details.

Quick start:
* Install NumPy, SciPy and for the examples Matplotlib
* ``git clone https://github.com/spatialaudio/sfa-numpy.git``
* ``cd sfa-numpy``
* ``python setup.py install --user``