summaryrefslogtreecommitdiff
path: root/gr-fec/python
Commit message (Expand)AuthorAgeFilesLines
* gr-fec: Improve handeling of failure opening alist fileBrennan Ashton2018-11-151-1/+3
* python3: Wrap map with list in fec block yml filesBrennan Ashton2018-11-011-3/+3
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-3143-475/+589
|\
| * python: replace unfunctional old_div with functional codeAndrej Rode2018-08-171-1/+1
| * Merge branch 'python3_fix' into nextAndrej Rode2018-06-2441-432/+574
| |\
| | * Merge branch 'next' into python3Johnathan Corgan2017-06-221-2/+2
| | |\
| | * | python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-2641-432/+574
| * | | Merge branch 'master' into nextMartin Braun2018-02-033-3/+3
| |\ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' into nextJohnathan Corgan2017-06-221-2/+2
| |\ \ \ | | |_|/ | |/| |
| * | | cmake: nuke cpack from existenceJohnathan Corgan2016-08-033-7/+1
| * | | fec: polar_channel_construction replace OptionParser by ArgumentParser + cleanupJiří Pinkava2016-06-281-30/+14
* | | | 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