Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | analog: moved lfsr from gr-analog to gr-digital where it is used. | Tom Rondeau | 2012-11-10 | 2 | -0/+163 |
| | |||||
* | analog: fixed a few build issues against gr-analog. | Tom Rondeau | 2012-11-09 | 1 | -2/+2 |
| | |||||
* | digital: merge in QAM bug fix from master | Ben Reynwar | 2012-09-30 | 1 | -0/+3 |
| | |||||
* | digital: Fixes LMS and CMA equalizers. | Tom Rondeau | 2012-09-09 | 2 | -0/+4 |
| | | | | 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. | ||||
* | docs: fixed doxygen markup issues. | Tom Rondeau | 2012-08-28 | 4 | -5/+4 |
| | |||||
* | digital: fixed remaining GRC blocks. | Tom Rondeau | 2012-08-27 | 2 | -13/+13 |
| | | | | Also fixed some issues with OFDM mod/demod with other new components. | ||||
* | digital: wip on ensuring all digital blocks work in GRC. | Tom Rondeau | 2012-08-22 | 1 | -7/+7 |
| | |||||
* | digital: fixed up documentation and default values of digital blocks. | Tom Rondeau | 2012-08-22 | 28 | -69/+179 |
| | |||||
* | digital: fixed up digital blocks to make examples work again. | Tom Rondeau | 2012-08-20 | 4 | -4/+7 |
| | | | | Added GMSK loopback to test that block, too. Switched a couple over to qtgui instead of wx. | ||||
* | digital: cleaning up. | Tom Rondeau | 2012-08-18 | 2 | -5/+11 |
| | |||||
* | digital: converted OFDM blocks to new style. | Tom Rondeau | 2012-08-17 | 7 | -6/+383 |
| | |||||
* | swig: adds a macro to allow us to specify different factory functions ↵ | Tom Rondeau | 2012-08-17 | 2 | -2/+119 |
| | | | | | | | | besides 'make' for a block. digital: converted cpmmod to new style. gmskmod inherits directly from cpmmod with just preset args. Defining another factory function, make_gmks_bc, here to make this all handled internally. | ||||
* | digital: converted equalizers and fixed cma equalizer. | Tom Rondeau | 2012-08-14 | 4 | -5/+157 |
| | |||||
* | digital: converted packet_sink to new style. | Tom Rondeau | 2012-08-14 | 2 | -1/+83 |
| | |||||
* | digital: converted framer blocks to new style. | Tom Rondeau | 2012-08-14 | 5 | -5/+241 |
| | |||||
* | digital: moved metric_type.h to digital include dir. Fixed gr-trellis to ↵ | Tom Rondeau | 2012-08-14 | 3 | -2/+33 |
| | | | | work with this. | ||||
* | digital: converted mpsk_receiver to new style. | Tom Rondeau | 2012-08-14 | 2 | -1/+148 |
| | |||||
* | digital: converted mpsk snr and probes to new style. | Tom Rondeau | 2012-08-14 | 5 | -4/+544 |
| | |||||
* | digital: converted scrambler code to new style. | Tom Rondeau | 2012-08-13 | 4 | -3/+114 |
| | |||||
* | digital: converted correlator blocks to 3.7; everything to make ↵ | Tom Rondeau | 2012-08-12 | 8 | -7/+475 |
| | | | | qa_correlate_access_code work. | ||||
* | digital: updated blocks to make qa_constellation* tests pass. | Tom Rondeau | 2012-08-12 | 10 | -8/+1121 |
| | |||||
* | digital: converted over constellation and related blocks. | Tom Rondeau | 2012-08-11 | 4 | -3/+568 |
| | | | | Possibly still a work-in-progress. Need to convert over some more before QA can be run. | ||||
* | digital: fixed formatting of code to properly comply with new standard. | Tom Rondeau | 2012-08-11 | 4 | -8/+8 |
| | |||||
* | digital: updating cma_equalizer style. | Tom Rondeau | 2012-08-10 | 2 | -1/+66 |
| | |||||
* | digital: converted clock recovery MM loops (cc and ff). | Tom Rondeau | 2012-08-09 | 3 | -2/+143 |
| | |||||
* | digital: converted binary_slicer_fb to new style. | Tom Rondeau | 2012-08-09 | 3 | -3/+56 |
| | | | | Also removed bytes_to_syms. This had been deprecated for a while. | ||||
* | digital: converting to new pimpl standard for 3.7. | Tom Rondeau | 2012-08-09 | 3 | -0/+235 |
Structure is basically set up. Additive scrambler converted. |