FIR & LMS filter implementation in C++ with Python & JAVA wrappers
-
Updated
Apr 15, 2024 - C
FIR & LMS filter implementation in C++ with Python & JAVA wrappers
Enclosed is the steepness .c program with a bash script and .png graph for several steepness (alpha) values. As an example, the tolerance runs from 0.4 in the beginning to 0.01 at the end. You can make the binary by gcc steepness.c -lm -o steepness To run the demo script you need to install gnuplot The *.curves file and .png are already made. Yo…
Add a description, image, and links to the learning-rate topic page so that developers can more easily learn about it.
To associate your repository with the learning-rate topic, visit your repo's landing page and select "manage topics."