| Commit message (Expand) | Author | Age | Files | Lines |
* | Test: adds swig dirs to python tests to allow ctest to run on win builds | gnieboer | 2018-03-22 | 1 | -0/+6 |
* | fec: fix Py prints to work with Py3k | Johannes Demel | 2018-03-02 | 1 | -2/+2 |
* | fec: make SciPy an optional dependency | Johannes Demel | 2018-03-02 | 1 | -1/+7 |
* | Comment typo fixing. | luz.paz | 2018-02-03 | 3 | -3/+3 |
* | gr-fec: specify 32bit int output when getting frozen bit indices | gnieboer | 2017-06-16 | 1 | -2/+2 |
* | gr-fec, LDPC: correct the name of the python function called | tracierenea | 2016-04-07 | 1 | -1/+1 |
* | gr-fec: LDPC python - adding a handy function | tracierenea | 2016-04-05 | 1 | -0/+33 |
* | gr-fec: LDPC python function - making a better docstring | tracierenea | 2016-04-05 | 1 | -5/+9 |
* | gr-fec: LDPC python function - addressing an attribute error | tracierenea | 2016-04-05 | 1 | -1/+1 |
* | gr-fec: LPDC python function - addressing an "undefined" error | tracierenea | 2016-04-05 | 1 | -1/+1 |
* | gr-fec: LDPC python function - addressing an "undefined" error | tracierenea | 2016-04-05 | 1 | -1/+1 |
* | gr-fec: Adding doc in BER Curve Gen. block re: parallelism. | tracierenea | 2016-03-27 | 1 | -0/+6 |
* | Merge remote-tracking branch 'jdemel/polar-systematic' | Johnathan Corgan | 2015-12-07 | 6 | -66/+337 |
|\ |
|
| * | polar: systematic decoder added | Johannes Demel | 2015-12-07 | 1 | -0/+117 |
| * | polar: sytematic encoder added | Johannes Demel | 2015-12-07 | 1 | -0/+107 |
| * | polar: systematic test code added | Johannes Demel | 2015-12-07 | 4 | -66/+113 |
* | | polar: added more details in README about usage of channel construction code | Johannes Demel | 2015-12-01 | 1 | -3/+27 |
* | | polar: BEC channel construction optimized | Johannes Demel | 2015-12-01 | 1 | -18/+137 |
* | | polar: fixed channel construction naming error | Johannes Demel | 2015-12-01 | 7 | -30/+30 |
* | | polar: channel construction bugfixes in Python code | Johannes Demel | 2015-12-01 | 3 | -10/+33 |
|/ |
|
* | fec: conditionalize use of matplotlib in polar code helper functions. | Tom Rondeau | 2015-10-20 | 2 | -9/+11 |
* | fec: polar code QA code was not producing XML files containing results. | Tom Rondeau | 2015-10-20 | 3 | -9/+3 |
* | fec: LDPC: added back all QA tests and added a test of ldpc_gen_mtrx_encoder. | Tom Rondeau | 2015-10-15 | 1 | -78/+130 |
* | fec: LDPC: fixed issue with bit_flip_decoder. | Tom Rondeau | 2015-10-15 | 1 | -10/+10 |
* | fec: LDPC: reworking code to make sure API is ok. | Tom Rondeau | 2015-10-15 | 1 | -92/+100 |
* | fec: LDPC: placeholder to remind us to better document the Python functions. | Tom Rondeau | 2015-10-15 | 1 | -0/+4 |
* | fec: LDPC: massive code clean up and change. | Tom Rondeau | 2015-10-15 | 6 | -227/+286 |
* | fec: LDPC: Setting copyright date to current year. | tracierenea | 2015-10-15 | 2 | -2/+2 |
* | fec: LDPC: Moving alist files to a more global place; updating | tracierenea | 2015-10-15 | 15 | -18144/+1 |
* | fec: LDPC: Adding capability to provide H matrix for encoding/decoding. | tracierenea | 2015-10-15 | 1 | -2/+47 |
* | fec: LDPC: Workaround for swig issues, updating examples. | tracierenea | 2015-10-15 | 2 | -0/+5925 |
* | fec: LDPC: Renaming class from ldpc_par_chk_mtrx to ldpc_R_U_mtrx | tracierenea | 2015-10-15 | 1 | -14/+13 |
* | fec: LDPC: Clean up, and adding LDPC to BER curve gen example. | tracierenea | 2015-10-15 | 7 | -9356/+9403 |
* | fec: LDPC: Adding scripts to generate matrices for encoder. | tracierenea | 2015-10-15 | 2 | -0/+698 |
* | fec: LDPC: Adding QA test and alist files. | tracierenea | 2015-10-15 | 14 | -0/+12439 |
* | fec: Adds MTU parameter to async and tagged stream blocks. | Tom Rondeau | 2015-09-24 | 2 | -4/+5 |
* | fec: polar: Installing more FEC examples. | Tom Rondeau | 2015-09-23 | 1 | -5/+9 |
* | polar: updated documentation and examples | Johannes Demel | 2015-09-22 | 2 | -2/+2 |
* | polar: fixed bugs in init code | Johannes Demel | 2015-09-21 | 2 | -1/+4 |
* | polar: updated polar code example GRC | Johannes Demel | 2015-09-21 | 1 | -2/+2 |
* | polar: refarctoring and clean-up | Johannes Demel | 2015-09-21 | 11 | -441/+292 |
* | polar: VOLK kernel integration | Johannes Demel | 2015-09-21 | 6 | -91/+322 |
* | polar: Python implementation for channel construction | Johannes Demel | 2015-09-21 | 12 | -676/+646 |
* | polar: SC and SC List decoder implemented in C++ | Johannes Demel | 2015-09-21 | 8 | -41/+358 |
* | polar: encoder implemented in C++ | Johannes Demel | 2015-09-21 | 4 | -1/+186 |
* | polar: Python test code for polar codes | Johannes Demel | 2015-09-21 | 10 | -0/+2682 |
* | Merge remote-tracking branch 'jdemel/fec/fix-extended_encoder' | Tom Rondeau | 2015-07-20 | 2 | -1/+51 |
|\ |
|
| * | fec: added tests for extended_encoder input/output conversion. | Johannes Demel | 2015-07-20 | 1 | -1/+48 |
| * | fec: extended encoder now appends unpack_k_bits(8) block after encoder to sat... | Johannes Demel | 2015-07-20 | 1 | -0/+3 |
* | | fec: code clean-up for block 'ber_bf'. | Johannes Demel | 2015-07-20 | 1 | -3/+33 |