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