aboutsummaryrefslogtreecommitdiff
path: root/adaptive/readme
diff options
context:
space:
mode:
Diffstat (limited to 'adaptive/readme')
-rwxr-xr-xadaptive/readme27
1 files changed, 27 insertions, 0 deletions
diff --git a/adaptive/readme b/adaptive/readme
new file mode 100755
index 0000000..21a11f8
--- /dev/null
+++ b/adaptive/readme
@@ -0,0 +1,27 @@
+2005 by
+Gerda Strobl,
+Georg Holzmann
+
+adaptive is a PD-external library for adaptive systems and filters.
+
+An adaptive system tries to learn from signals of the past. Mostly it is a simple FIR filter, whoes coefficients can be learned to model or predict an other system.
+Some applications: system identification, echo cancelation, linear prediction, interference cancelation, self-tuning control, ...
+
+For a lecture at the TU-Graz we implemented various versions of the LMS and NLMS algorithm (= least mean square and normalized least mean square adaptation algorithm).
+We also added a lot of examples (see PD-patches in example folder): system identification, interference cancelation, adaptive equalization, decision-directed equalization, ...
+
+A RLS (recursive least square) algorithm and more example patches (e.g. echo cancelation, ...) will follow when I have to learn for the exam ...
+
+For more documentation look through the help and example patches!
+
+--------------------------------------------------------------------
+
+adaptive is published under a Gnu General Public License (see GnuGPL.txt in
+this distribution.
+
+To get compiled binaries and tarballs:
+http://grh.mur.at
+
+send complaints, bug, thoughts, ... to: grh@mur.at
+
+--------------------------------------------------------------------- \ No newline at end of file