## Contents
* **goertzel.c**
- * Does all the dirty work using Goertzel algorithm
- * http://en.wikipedia.org/wiki/Goertzel_algorithm
+ * Does all the dirty work using [Goertzel algorithm](http://en.wikipedia.org/wiki/Goertzel_algorithm)
* Detect specified tones and print their levels
* Filter tones using tresholds
* Eg.: Print levels only when treshold is crossed (=event detection)
* **histogram.sh**: example using histogram.pl to draw realtime equalizer
* **sleepmon.sh**: Generates frequency on soundcard output and detects it on input
* Can be used to detect and log motion using soundcard and PIR sensor or NC switch
- * **sleepplot.sh*: Generates gnuplot graph from sleeplog
+ * **sleepplot.sh**: Generates gnuplot graph from sleeplog
* TODO
* Guitar tuner
* Send me more...