diff --git a/README.md b/README.md index 738d6dd..2553bfb 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ with a Python interface which is supposed to acquire and process (multi) sensor Current features that are implemented: + - Communication with data acquisition (DAQ) devices, of which: - Internal sound cards via the [RtAudio](http://www.music.mcgill.ca/~gary/rtaudio) backend. Many thanks to Gary P. Scavone et al. - [Measurement Computing](https://www.mccdaq.com) [DT9838A](https://www.mccdaq.com/Products/Sound-Vibration-DAQ/DT9837) signal analyzer. @@ -32,17 +33,18 @@ Current features that are implemented: - Spectra data smoothing algorithms - Sensor calibration for microphones + Future features (wish-list) + - Conventional and delay-and-sum beam-forming algorithms - Impedance tube measurement processing For now, the source code is well-documented on [lasp.ascee.nl](https://lasp.ascee.nl) but it requires some additional documentation (the math behind it). This is maintained -in a sister repository [lasp-doc](https://code.ascee.nl/ascee/lasp-doc). The -most recent +in a sister repository [lasp-doc](https://code.ascee.nl/ascee/lasp-doc). -If you have any question(s), please feel free to contact us: info@ascee.nl. +If you have any question(s), please feel free to contact us: [email](info@ascee.nl). # Installation