@@ -10,8 +10,6 @@ This package provide methods for working with microphone array measurements.
Centered around frequency-domain beamforming, methods for source localization and
quantification have been collected here. The package is under active development.
Here is a small [demonstration](https://nbviewer.jupyter.org/urls/gitlab.windenergy.dtu.dk/ollyl/AeroAcoustics.jl/raw/master/examples/Introduction.ipynb) of the current functionality.
Another noteworthy library for microphone array measurements is [Acoular](http://www.acoular.org), written in Python. AeroAcoustics.jl draws inspiration from Acoular but focusses only on the processing of *measurement data*, while Acoular also has functionality for generating simulations.
Contributions are welcome, the roadmap and todos are tracked in the [roadmap meta-issue](https://gitlab.windenergy.dtu.dk/ollyl/AeroAcoustics.jl/issues/1).
@@ -7,5 +7,3 @@ The package repository is here: <https://gitlab.windenergy.dtu.dk/ollyl/AeroAcou
Currently this package is under heavy development, and many features are being added in the coming period.
In future releases, deconvolution of beamforming maps and other techniques for sound field reconstruction will be added.
An introduction to the API and a simple example case can be found in this [notebook](https://nbviewer.jupyter.org/urls/gitlab.windenergy.dtu.dk/ollyl/AeroAcoustics.jl/raw/master/examples/Introduction.ipynb).