summaryrefslogtreecommitdiff
path: root/gr-digital/lib/digital_cma_equalizer_cc.cc
Commit message (Collapse)AuthorAgeFilesLines
* digital: formatting CMA code; adding get_ functions and renaming things for ↵Tom Rondeau2011-06-061-4/+6
| | | | consistency.
* digital: set number of samps per symbol for the equalizer. Also, explicitly ↵Tom Rondeau2011-05-181-4/+5
| | | | set the initial taps of the adaptive filter to 0+j0
* gr-digital: adding CMA equalizer to gr-digital. This replaces the ↵Tom Rondeau2011-04-071-0/+43
gr_cma_equalizer_cc in gnuradio-core and uses the complex-in, complex-out, complex-taps version of the gr_adaptive_filter.