summaryrefslogtreecommitdiff
path: root/gr-fec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into nextJohnathan Corgan2016-10-131-0/+3
|\
| * Throw an exception if the given K and R are not supported.Clayton Smith2016-10-131-0/+3
* | Merge branch 'master' into nextJohnathan Corgan2016-08-162-1/+3
|\|
| * Merge remote-tracking branch 'josh/3710_win_fixes' into maintJohnathan Corgan2016-08-162-1/+3
| |\
| | * move fec polar decoder D_LLR_FACTOR into cppJosh Blum2016-08-062-1/+3
* | | Merge remote-tracking branch 'github/nuke-cpack' into nextJohnathan Corgan2016-08-0312-55/+10
|\ \ \
| * | | cmake: nuke cpack from existenceJohnathan Corgan2016-08-0312-55/+10
* | | | Merge remote-tracking branch 'github/require-logging' into nextJohnathan Corgan2016-08-032-14/+2
|\ \ \ \ | |/ / / |/| | |
| * | | cmake: remove ENABLE_GR_LOG and require log4cppJohnathan Corgan2016-06-262-14/+2
| | |/ | |/|
* | | Merge remote-tracking branch 'pinkavaj/argparse-filter-01' into nextJohnathan Corgan2016-08-011-30/+14
|\ \ \ | |_|/ |/| |
| * | fec: polar_channel_construction replace OptionParser by ArgumentParser + cleanupJiří Pinkava2016-06-281-30/+14
| |/
* / Fix linking GSL in gr-fecStephen Larew2016-07-092-1/+2
|/
* Merge branch 'maint'Johnathan Corgan2016-06-231-0/+5
|\
| * build: clean up header installation across treeA. Maitland Bottoms2016-06-231-0/+5
* | Merge branch 'maint'Johnathan Corgan2016-06-205-5/+5
|\|
| * Spelling fixes throughout the tree.A. Maitland Bottoms2016-06-205-5/+5
* | grc: assign all in-tree blocks to module 'Core'Sebastian Koslowski2016-05-271-1/+1
|/
* gr-fec, LDPC: use mult_matrices_mod2 functiontracierenea2016-04-071-11/+2
* gr-fec, LDPC: correct the name of the python function calledtracierenea2016-04-071-1/+1
* gr-fec: free memory used for the LDPC H matrix in the destructortracierenea2016-04-071-0/+2
* gr-fec: free memory for info word in LDPC gen mtrx encodertracierenea2016-04-061-0/+1
* gr-fec: free memory for G matrix at end of constructortracierenea2016-04-062-8/+6
* gr-fec: Removing 2 bad matrices from the LDPC alist file collectiontracierenea2016-04-063-7207/+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: Fix memory allocation issue during encoding.tracierenea2016-03-282-39/+48
* gr-fec: Address make error when parallelism = 1 or 2.tracierenea2016-03-271-2/+2
* gr-fec: Adding doc in BER Curve Gen. block re: parallelism.tracierenea2016-03-272-0/+15
* gr-fec: Address missing block error in example GRC file.tracierenea2016-03-271-13/+9
* gr-fec: correcting function name in GRC xmltracierenea2016-03-271-3/+3
* gr-fec: update/add documentation for LDPC GRC blocks.tracierenea2016-03-276-9/+20
* Fix compilation in gcc-6Jaroslav Škarvada2016-02-211-1/+5
* gr-fec: Repair puncture and depuncture XML files.Ron Economos2015-12-272-4/+4
* Merge remote-tracking branch 'jdemel/polar-systematic'Johnathan Corgan2015-12-0721-577/+926
|\
| * polar: systematic decoder addedJohannes Demel2015-12-0710-5/+384
| * polar: sytematic encoder addedJohannes Demel2015-12-0714-508/+431
| * 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-018-32/+32
* | polar: channel construction bugfixes in Python codeJohannes Demel2015-12-013-10/+33
|/
* Merge branch 'issue847'Tom Rondeau2015-11-022-4/+9
|\
| * fec: LDPC: patch for issue #847.Tom Rondeau2015-10-292-4/+9
* | 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-1513-43/+52