summaryrefslogtreecommitdiff
path: root/gr-digital/python/qa_lms_equalizer.py
Commit message (Collapse)AuthorAgeFilesLines
* digital: Fixes LMS and CMA equalizers.Tom Rondeau2012-09-091-3/+1
| | | | filter: updated fir_filter_* by adding a method that allows the update of a single tap in the filter in a way that propagates to all of the aligned tap vectors. Mostly to support the adaptive equalizers.
* digital: fixing up equalizers to work with new inheritance structure.Tom Rondeau2012-07-071-1/+5
|
* filter: bug fixes to use components in gr.filter and others fixes.Tom Rondeau2012-07-061-3/+3
| | | | QA working for all but CMA and LMS equalizers.
* digital: made other QA codes executableTom Rondeau2011-08-301-0/+0
|
* digital: adding QA code for LMS DD equalizer.Tom Rondeau2011-07-241-0/+53