| Commit message (Expand) | Author | Age | Files | Lines |
* | grc: fix gr-fec GRC definitions. | Johannes Demel | 2018-12-31 | 6 | -17/+13 |
* | Fix the POLAR Encoder Definition | Håkon Vågsether | 2018-12-26 | 1 | -3/+1 |
* | python3: Wrap map with list in fec block yml files | Brennan Ashton | 2018-11-01 | 19 | -68/+68 |
* | Cleaned up lots of blocks | Håkon Vågsether | 2018-08-25 | 20 | -124/+215 |
* | Added auto-generated YAML blocks | Håkon Vågsether | 2017-10-10 | 81 | -2980/+1771 |
* | Merge branch 'master' into next | Johnathan Corgan | 2017-07-20 | 1 | -3/+11 |
|\ |
|
| * | fixed polar code configurator GRC bug | Johannes Demel | 2017-07-17 | 1 | -3/+11 |
* | | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 1 | -1/+5 |
|/ |
|
* | grc: assign all in-tree blocks to module 'Core' | Sebastian Koslowski | 2016-05-27 | 1 | -1/+1 |
* | gr-fec: Address make error when parallelism = 1 or 2. | tracierenea | 2016-03-27 | 1 | -2/+2 |
* | gr-fec: Adding doc in BER Curve Gen. block re: parallelism. | tracierenea | 2016-03-27 | 1 | -0/+9 |
* | gr-fec: correcting function name in GRC xml | tracierenea | 2016-03-27 | 1 | -3/+3 |
* | gr-fec: update/add documentation for LDPC GRC blocks. | tracierenea | 2016-03-27 | 6 | -9/+20 |
* | gr-fec: Repair puncture and depuncture XML files. | Ron Economos | 2015-12-27 | 2 | -4/+4 |
* | Merge remote-tracking branch 'jdemel/polar-systematic' | Johnathan Corgan | 2015-12-07 | 3 | -2/+140 |
|\ |
|
| * | polar: systematic decoder added | Johannes Demel | 2015-12-07 | 3 | -2/+70 |
| * | polar: sytematic encoder added | Johannes Demel | 2015-12-07 | 3 | -1/+71 |
* | | polar: fixed channel construction naming error | Johannes Demel | 2015-12-01 | 1 | -2/+2 |
|/ |
|
* | fec: LDPC: reworking code to make sure API is ok. | Tom Rondeau | 2015-10-15 | 3 | -67/+58 |
* | fec: LDPC: massive code clean up and change. | Tom Rondeau | 2015-10-15 | 8 | -199/+185 |
* | fec: LDPC: Adding doxygen tags + more documentation to header files. | tracierenea | 2015-10-15 | 4 | -8/+12 |
* | fec: LDPC: Adding capability to provide H matrix for encoding/decoding. | tracierenea | 2015-10-15 | 6 | -16/+31 |
* | fec: LDPC: Workaround for swig issues, updating examples. | tracierenea | 2015-10-15 | 2 | -6/+5 |
* | fec: LDPC: Updating GRC blocks for the recent LDPC classes' updates. | tracierenea | 2015-10-15 | 6 | -12/+154 |
* | fec: LDPC: Change GRC block name text to match new class name. | tracierenea | 2015-10-15 | 1 | -1/+1 |
* | fec: LDPC: Renaming class from ldpc_par_chk_mtrx to ldpc_R_U_mtrx | tracierenea | 2015-10-15 | 2 | -2/+3 |
* | fec: LDPC: Adding 3 LDPC-related xml files for GRC. | tracierenea | 2015-10-15 | 4 | -0/+194 |
* | Merge branch 'maint' | Johnathan Corgan | 2015-10-07 | 1 | -1/+1 |
|\ |
|
| * | fec: xml template doesn't produce duplicate var def's anymore | Johannes Demel | 2015-10-07 | 1 | -1/+1 |
* | | fec: Adds MTU parameter to async and tagged stream blocks. | Tom Rondeau | 2015-09-24 | 6 | -6/+48 |
* | | fec: polar: renaming GRC file names to be consistent with other codes and var... | Tom Rondeau | 2015-09-22 | 4 | -0/+0 |
* | | polar: fixed bugs in init code | Johannes Demel | 2015-09-21 | 1 | -10/+7 |
* | | polar: refarctoring and clean-up | Johannes Demel | 2015-09-21 | 2 | -38/+8 |
* | | polar: Python implementation for channel construction | Johannes Demel | 2015-09-21 | 5 | -10/+181 |
* | | polar: SC and SC List decoder implemented in C++ | Johannes Demel | 2015-09-21 | 3 | -0/+109 |
* | | polar: encoder implemented in C++ | Johannes Demel | 2015-09-21 | 2 | -0/+51 |
|/ |
|
* | fec: TPC now runs happily, encoder produces uint8_t instead of float, decoder... | Tim O'Shea | 2015-04-05 | 2 | -6/+8 |
* | fec: adding TPC encoder and decoder | Tim O'Shea | 2015-04-05 | 5 | -10/+249 |
* | fec: ldpc GRC compat cleanup | Tim O'Shea | 2015-04-01 | 2 | -15/+26 |
* | fec: re-shuffling LDPC make helper | Tim O'Shea | 2015-04-01 | 2 | -4/+4 |
* | fec: adding objects needed to run LDPC along with example ALIST file, now imp... | Tim O'Shea | 2015-04-01 | 3 | -0/+154 |
* | fec: updated fecapi blocks in grc to use new var_value concept. | Tom Rondeau | 2014-07-14 | 7 | -39/+21 |
* | fec: wip: async encoder/decoder working deployments. | Tom Rondeau | 2014-05-19 | 2 | -21/+37 |
* | fec: wip: adding concept of padding for CC encoder/decoder. | Tom Rondeau | 2014-05-17 | 2 | -8/+36 |
* | blocks: adding reverse packing/unpacking functions. | Tom Rondeau | 2014-05-17 | 11 | -27/+164 |
* | fec: wip: adding extended encoder for async version. | Tom Rondeau | 2014-05-17 | 2 | -0/+39 |
* | fec: wip: fixing formatting. | Tom Rondeau | 2014-05-17 | 3 | -92/+93 |
* | fec: wip: adding async (PDU) encoder and decoder blocks. | Tom Rondeau | 2014-05-17 | 9 | -12/+265 |
* | fec: wip: mods for ber plotting. Now adding theoretical BPSK in AWGN curve. | Tom Rondeau | 2014-05-17 | 10 | -125/+55 |
* | fec: wip: adding a dummy encoder/decoder and repetition code to exercise the ... | Tom Rondeau | 2014-05-17 | 6 | -8/+300 |