Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trellis: converted gr-trellis to new style. | Tom Rondeau | 2012-12-29 | 1 | -140/+0 |
| | |||||
* | trellis: updating gr-trellis to handle changes with gr-digital. | Tom Rondeau | 2012-08-20 | 1 | -4/+4 |
| | | | | (mostly namespace issues in C++). | ||||
* | digital: moved metric_type.h to digital include dir. Fixed gr-trellis to ↵ | Tom Rondeau | 2012-08-14 | 1 | -1/+1 |
| | | | | work with this. | ||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 1 | -6/+6 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | Merge branch 'master' into next | Tom Rondeau | 2011-09-02 | 1 | -12/+24 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | * master: Minor fixes in turbo GRC blocks Minor fixes in turbo GRC blocks and one more example added. Added pccc combined turbo decoder and corresponding GRC block More examples and turbo decoder blocks added. Added more turbo encoder/decoder blocks and examples. Added SCCC encoder/decoder grc blocksi and examples. Also moved all grc blocks related to trellis inside the gr-trellis/grc directory added grc directory in gr-trellis updated Makefile.am and block_tree.xml to reflect changes in grc file for gr-trellis Moved grc files from grc/block to gr-trellis/grc | ||||
| * | Added pccc combined turbo decoder and corresponding GRC block | Achilleas Anastasopoulos | 2011-08-31 | 1 | -12/+24 |
| | | |||||
* | | gr-digital, gr-trellis: Fixing gr-trellis to work with constellation now ↵ | Ben Reynwar | 2011-06-21 | 1 | -1/+1 |
|/ | | | | that it is in gr-digital. | ||||
* | added pccc decoder + examples | Achilleas Anastasopoulos | 2011-02-21 | 1 | -0/+9 |
| | |||||
* | added sccc_decoder block (without the metrics part) | Achilleas Anastasopoulos | 2011-02-20 | 1 | -0/+9 |
| | |||||
* | added a scaling parameter in trellis_sccc_decoder, needed | Achilleas Anastasopoulos | 2011-02-20 | 1 | -0/+1 |
| | | | | for sum-product metric calculation | ||||
* | templated siso_combined | Achilleas Anastasopoulos | 2011-02-18 | 1 | -4/+22 |
| | | | | removed Makefile.gen from git tracking | ||||
* | core algorithms such as viterbi/siso were refactored | Achilleas Anastasopoulos | 2011-02-18 | 1 | -0/+91 |
and implemented using templates. Minor renaming of some files |