Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spatialaudio/sfa-numpy
- Owner: spatialaudio
- License: mit
- Created: 2017-06-16T13:21:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T09:53:55.000Z (over 3 years ago)
- Last Synced: 2023-11-02T20:20:20.226Z (about 1 year ago)
- Topics: acoustics, beamforming, delay-and-sum-beamforming, modal-beamforming, numpy, sound-field-analysis
- Language: Python
- Homepage:
- Size: 1.67 MB
- Stars: 49
- Watchers: 15
- Forks: 13
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
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.ioLicense:
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``