summaryrefslogtreecommitdiff
path: root/gr-fec/python
Commit message (Expand)AuthorAgeFilesLines
* Test: adds swig dirs to python tests to allow ctest to run on win buildsgnieboer2018-03-221-0/+6
* fec: fix Py prints to work with Py3kJohannes Demel2018-03-021-2/+2
* fec: make SciPy an optional dependencyJohannes Demel2018-03-021-1/+7
* Comment typo fixing.luz.paz2018-02-033-3/+3
* gr-fec: specify 32bit int output when getting frozen bit indicesgnieboer2017-06-161-2/+2
* gr-fec, LDPC: correct the name of the python function calledtracierenea2016-04-071-1/+1
* gr-fec: LDPC python - adding a handy functiontracierenea2016-04-051-0/+33
* gr-fec: LDPC python function - making a better docstringtracierenea2016-04-051-5/+9
* gr-fec: LDPC python function - addressing an attribute errortracierenea2016-04-051-1/+1
* gr-fec: LPDC python function - addressing an "undefined" errortracierenea2016-04-051-1/+1
* gr-fec: LDPC python function - addressing an "undefined" errortracierenea2016-04-051-1/+1
* gr-fec: Adding doc in BER Curve Gen. block re: parallelism.tracierenea2016-03-271-0/+6
* Merge remote-tracking branch 'jdemel/polar-systematic'Johnathan Corgan2015-12-076-66/+337
|\
| * polar: systematic decoder addedJohannes Demel2015-12-071-0/+117
| * polar: sytematic encoder addedJohannes Demel2015-12-071-0/+107
| * polar: systematic test code addedJohannes Demel2015-12-074-66/+113
* | polar: added more details in README about usage of channel construction codeJohannes Demel2015-12-011-3/+27
* | polar: BEC channel construction optimizedJohannes Demel2015-12-011-18/+137
* | polar: fixed channel construction naming errorJohannes Demel2015-12-017-30/+30
* | polar: channel construction bugfixes in Python codeJohannes Demel2015-12-013-10/+33
|/
* fec: conditionalize use of matplotlib in polar code helper functions.Tom Rondeau2015-10-202-9/+11
* fec: polar code QA code was not producing XML files containing results.Tom Rondeau2015-10-203-9/+3
* fec: LDPC: added back all QA tests and added a test of ldpc_gen_mtrx_encoder.Tom Rondeau2015-10-151-78/+130
* fec: LDPC: fixed issue with bit_flip_decoder.Tom Rondeau2015-10-151-10/+10
* fec: LDPC: reworking code to make sure API is ok.Tom Rondeau2015-10-151-92/+100
* fec: LDPC: placeholder to remind us to better document the Python functions.Tom Rondeau2015-10-151-0/+4
* fec: LDPC: massive code clean up and change.Tom Rondeau2015-10-156-227/+286
* fec: LDPC: Setting copyright date to current year.tracierenea2015-10-152-2/+2
* fec: LDPC: Moving alist files to a more global place; updatingtracierenea2015-10-1515-18144/+1
* fec: LDPC: Adding capability to provide H matrix for encoding/decoding.tracierenea2015-10-151-2/+47
* fec: LDPC: Workaround for swig issues, updating examples.tracierenea2015-10-152-0/+5925
* fec: LDPC: Renaming class from ldpc_par_chk_mtrx to ldpc_R_U_mtrxtracierenea2015-10-151-14/+13
* fec: LDPC: Clean up, and adding LDPC to BER curve gen example.tracierenea2015-10-157-9356/+9403
* fec: LDPC: Adding scripts to generate matrices for encoder.tracierenea2015-10-152-0/+698
* fec: LDPC: Adding QA test and alist files.tracierenea2015-10-1514-0/+12439
* fec: Adds MTU parameter to async and tagged stream blocks.Tom Rondeau2015-09-242-4/+5
* fec: polar: Installing more FEC examples.Tom Rondeau2015-09-231-5/+9
* polar: updated documentation and examplesJohannes Demel2015-09-222-2/+2
* polar: fixed bugs in init codeJohannes Demel2015-09-212-1/+4
* polar: updated polar code example GRCJohannes Demel2015-09-211-2/+2
* polar: refarctoring and clean-upJohannes Demel2015-09-2111-441/+292
* polar: VOLK kernel integrationJohannes Demel2015-09-216-91/+322
* polar: Python implementation for channel constructionJohannes Demel2015-09-2112-676/+646
* polar: SC and SC List decoder implemented in C++Johannes Demel2015-09-218-41/+358
* polar: encoder implemented in C++Johannes Demel2015-09-214-1/+186
* polar: Python test code for polar codesJohannes Demel2015-09-2110-0/+2682
* Merge remote-tracking branch 'jdemel/fec/fix-extended_encoder'Tom Rondeau2015-07-202-1/+51
|\
| * fec: added tests for extended_encoder input/output conversion.Johannes Demel2015-07-201-1/+48
| * fec: extended encoder now appends unpack_k_bits(8) block after encoder to sat...Johannes Demel2015-07-201-0/+3
* | fec: code clean-up for block 'ber_bf'.Johannes Demel2015-07-201-3/+33