Skip to content

Commit 332f006

Browse files
committed
Documentation of radial functions
1 parent ef01773 commit 332f006

File tree

4 files changed

+46
-0
lines changed

4 files changed

+46
-0
lines changed

doc/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
.. toctree::
66

7+
usage
8+
modal
9+
utilities
10+
711
.. only:: html
812

913
* :ref:`genindex`

doc/modal.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

doc/usage.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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

doc/utilities.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Utilities
2+
=========
3+
4+
.. automodule:: micarray.util

0 commit comments

Comments
 (0)