summaryrefslogtreecommitdiff
path: root/gr-digital/lib/digital_cma_equalizer_cc.h
AgeCommit message (Collapse)Author
2011-06-06digital: formatting CMA code; adding get_ functions and renaming things for ↵Tom Rondeau
consistency.
2011-05-18digital: set number of samps per symbol for the equalizer. Also, explicitly ↵Tom Rondeau
set the initial taps of the adaptive filter to 0+j0
2011-04-07gr-digital: exposing accessors of CMA equalizer through swig and into GRC. ↵Tom Rondeau
Also added protection from exploding error calcs by clipping.
2011-04-07gr-digital: adding CMA equalizer to gr-digital. This replaces the ↵Tom Rondeau
gr_cma_equalizer_cc in gnuradio-core and uses the complex-in, complex-out, complex-taps version of the gr_adaptive_filter.