File tree Expand file tree Collapse file tree 4 files changed +46
-0
lines changed Expand file tree Collapse file tree 4 files changed +46
-0
lines changed Original file line number Diff line number Diff line change 44
55.. toctree ::
66
7+ usage
8+ modal
9+ utilities
10+
711.. only :: html
812
913 * :ref: `genindex `
Original file line number Diff line number Diff line change 1+ Modal Beamforming
2+ =================
3+
4+ .. automodule :: micarray.modal
5+
6+ Angular
7+ -------
8+
9+ .. automodule :: micarray.modal.angular
10+
11+ Radial
12+ ------
13+
14+ .. automodule :: micarray.modal.radial
Original file line number Diff line number Diff line change 1+ Usage
2+ =====
3+
4+ Requirements
5+ ------------
6+
7+ Obviously, you'll need Python _.
8+ We normally use Python 3.x, but it *should * also work with Python 2.x.
9+ NumPy _ and SciPy _ are needed for the calculations.
10+ If you also want to plot the resulting sound fields, you'll need matplotlib _.
11+
12+ Instead of installing all of them separately, you should probably get a Python
13+ distribution that already includes everything, e.g. Anaconda _.
14+
15+ .. _Python : http://www.python.org/
16+ .. _NumPy : http://www.numpy.org/
17+ .. _SciPy : http://www.scipy.org/scipylib/
18+ .. _matplotlib : http://matplotlib.org/
19+ .. _Anaconda : http://docs.continuum.io/anaconda/
20+
21+ How to Get Started
22+ ------------------
23+
24+ Various examples are located in the directory
Original file line number Diff line number Diff line change 1+ Utilities
2+ =========
3+
4+ .. automodule :: micarray.util
You can’t perform that action at this time.
0 commit comments