summaryrefslogtreecommitdiff
path: root/gr-fec/python/fec/LDPC/Generate_LDPC_matrix_functions.py
Commit message (Expand)AuthorAgeFilesLines
* fec: pep8 formattingJosh Morman2021-11-241-637/+639
* fec: Open files using with statements, restructured read_alist_filejfmadeira2021-07-191-72/+67
* fec: Removed star import numpy, ran auto formatterjfmadeira2021-07-191-148/+160
* fec: Corrected spacings and updated String.split() usagejmadeira2021-07-191-14/+14
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-031-3/+0
* Properly read AList in LDPC_matrixkc12122020-01-291-1/+1
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* gr-fec: Improve handeling of failure opening alist fileBrennan Ashton2018-11-151-1/+3
* Merge branch 'python3_fix' into nextAndrej Rode2018-06-241-73/+77
|\
| * python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-73/+77
* | Comment typo fixing.luz.paz2018-02-031-1/+1
|/
* 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: LPDC python function - addressing an "undefined" errortracierenea2016-04-051-1/+1
* gr-fec: LDPC python function - addressing an "undefined" errortracierenea2016-04-051-1/+1
* fec: LDPC: massive code clean up and change.Tom Rondeau2015-10-151-162/+181
* fec: LDPC: Setting copyright date to current year.tracierenea2015-10-151-1/+1
* fec: LDPC: Adding capability to provide H matrix for encoding/decoding.tracierenea2015-10-151-2/+47
* fec: LDPC: Adding scripts to generate matrices for encoder.tracierenea2015-10-151-0/+619