summaryrefslogtreecommitdiff
path: root/gr-digital/include/digital
Commit message (Collapse)AuthorAgeFilesLines
* analog: moved lfsr from gr-analog to gr-digital where it is used.Tom Rondeau2012-11-102-0/+163
|
* analog: fixed a few build issues against gr-analog.Tom Rondeau2012-11-091-2/+2
|
* digital: merge in QAM bug fix from masterBen Reynwar2012-09-301-0/+3
|
* digital: Fixes LMS and CMA equalizers.Tom Rondeau2012-09-092-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 Rondeau2012-08-284-5/+4
|
* digital: fixed remaining GRC blocks.Tom Rondeau2012-08-272-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 Rondeau2012-08-221-7/+7
|
* digital: fixed up documentation and default values of digital blocks.Tom Rondeau2012-08-2228-69/+179
|
* digital: fixed up digital blocks to make examples work again.Tom Rondeau2012-08-204-4/+7
| | | | Added GMSK loopback to test that block, too. Switched a couple over to qtgui instead of wx.
* digital: cleaning up.Tom Rondeau2012-08-182-5/+11
|
* digital: converted OFDM blocks to new style.Tom Rondeau2012-08-177-6/+383
|
* swig: adds a macro to allow us to specify different factory functions ↵Tom Rondeau2012-08-172-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 Rondeau2012-08-144-5/+157
|
* digital: converted packet_sink to new style.Tom Rondeau2012-08-142-1/+83
|
* digital: converted framer blocks to new style.Tom Rondeau2012-08-145-5/+241
|
* digital: moved metric_type.h to digital include dir. Fixed gr-trellis to ↵Tom Rondeau2012-08-143-2/+33
| | | | work with this.
* digital: converted mpsk_receiver to new style.Tom Rondeau2012-08-142-1/+148
|
* digital: converted mpsk snr and probes to new style.Tom Rondeau2012-08-145-4/+544
|
* digital: converted scrambler code to new style.Tom Rondeau2012-08-134-3/+114
|
* digital: converted correlator blocks to 3.7; everything to make ↵Tom Rondeau2012-08-128-7/+475
| | | | qa_correlate_access_code work.
* digital: updated blocks to make qa_constellation* tests pass.Tom Rondeau2012-08-1210-8/+1121
|
* digital: converted over constellation and related blocks.Tom Rondeau2012-08-114-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 Rondeau2012-08-114-8/+8
|
* digital: updating cma_equalizer style.Tom Rondeau2012-08-102-1/+66
|
* digital: converted clock recovery MM loops (cc and ff).Tom Rondeau2012-08-093-2/+143
|
* digital: converted binary_slicer_fb to new style.Tom Rondeau2012-08-093-3/+56
| | | | Also removed bytes_to_syms. This had been deprecated for a while.
* digital: converting to new pimpl standard for 3.7.Tom Rondeau2012-08-093-0/+235
Structure is basically set up. Additive scrambler converted.