summaryrefslogtreecommitdiff
path: root/gr-fec
Commit message (Expand)AuthorAgeFilesLines
...
* fec: LDPC: reworking code to make sure API is ok.Tom Rondeau2015-10-1515-265/+470
* fec: LDPC: better docs describing encoder/decoders and how to use.Tom Rondeau2015-10-151-22/+85
* fec: LDPC: changing namespace of ldpc_encoder back.Tom Rondeau2015-10-153-108/+101
* fec: LDPC: placeholder to remind us to better document the Python functions.Tom Rondeau2015-10-151-0/+4
* fec: LDPC: removing apps until we can fix them up properly.Tom Rondeau2015-10-155-418/+23
* fec: LDPC: massive code clean up and change.Tom Rondeau2015-10-1570-2300/+23040
* fec: Updated docs for Forward Error Correction section in manual.Tom Rondeau2015-10-151-16/+92
* fec: LDPC: Fixes GRC files for BER curve examples.Tom Rondeau2015-10-153-12050/+3271
* fec: LDPC: Adding doxygen tags + more documentation to header files.tracierenea2015-10-1511-101/+258
* fec: LDPC: Setting copyright date to current year.tracierenea2015-10-1517-17/+17
* fec: LDPC: Moving alist files to a more global place; updatingtracierenea2015-10-1521-2726/+51
* fec: LDPC: Adding capability to provide H matrix for encoding/decoding.tracierenea2015-10-1521-6227/+795
* fec: LDPC: Finishing encoder's work() function and updating matrixtracierenea2015-10-153-16/+41
* fec: LDPC: Updating decoder to handle parity bits either first ortracierenea2015-10-154-5/+28
* fec: LDPC: Workaround for swig issues, updating examples.tracierenea2015-10-1523-47/+16327
* fec: LDPC: Updating GRC blocks for the recent LDPC classes' updates.tracierenea2015-10-157-12/+154
* fec: LDPC: renaming some of the LDPC classes for clarity/consistency.tracierenea2015-10-158-47/+49
* fec: LDPC: Updates to LDPC-related matrix classes.tracierenea2015-10-1510-68/+68
* fec: LDPC: updates to the 3 LDPC-related matrix classes.tracierenea2015-10-156-49/+90
* fec: LDPC: updates for LDPC functionality.tracierenea2015-10-1511-269/+749
* fec: LDPC: Change GRC block name text to match new class name.tracierenea2015-10-151-1/+1
* fec: LDPC: Reducing complexity of encoder by adding back solve.tracierenea2015-10-154-25/+80
* fec: LDPC: Renaming class from ldpc_par_chk_mtrx to ldpc_R_U_mtrxtracierenea2015-10-1515-87/+88
* fec: LDPC: Improving memory management (GSL matrices).tracierenea2015-10-154-38/+50
* fec: LDPC: Fixing simple, but crucial, error in decoder. doh!tracierenea2015-10-151-2/+2
* fec: LDPC: Clean up, and adding LDPC to BER curve gen example.tracierenea2015-10-1510-11842/+20621
* fec: LDPC: Adding scripts to generate matrices for encoder.tracierenea2015-10-152-0/+698
* fec: LDPC: Adding 3 LDPC-related xml files for GRC.tracierenea2015-10-156-7/+201
* fec: LDPC: Adding QA test and alist files.tracierenea2015-10-1515-1/+12440
* fec: LDPC: Adding bit flip decoder variable work function.tracierenea2015-10-154-80/+121
* fec: LDPC: Adding LDPC encoder variable.tracierenea2015-10-156-0/+268
* fec: LDPC: Classes for LDPC encoder.tracierenea2015-10-159-1698/+563
* fec: LDPC: Renaming some files.tracierenea2015-10-152-46/+0
* fec: LDPC: Adding framework for bit flip decoder.tracierenea2015-10-1510-1680/+2029
* fec: LDPC: Adding class for LDPC parity check matrix.tracierenea2015-10-152-0/+1679
* Merge remote-tracking branch 'jdemel/fec-ber-error-getter'Johnathan Corgan2015-10-073-3/+11
|\
| * fec: add getter to 'ber_bf' total_errors member, change counter types to longJohannes Demel2015-10-073-3/+11
* | Merge branch 'maint'Johnathan Corgan2015-10-071-1/+1
|\ \ | |/ |/|
| * fec: xml template doesn't produce duplicate var def's anymoreJohannes Demel2015-10-071-1/+1
* | Merge branch 'fec/add_mtu_setting'Tom Rondeau2015-09-2523-965/+1248
|\ \
| * | fec: removed logic that will never hit.Tom Rondeau2015-09-251-9/+1
| * | fec: Adds MTU parameter to async and tagged stream blocks.Tom Rondeau2015-09-2423-966/+1257
* | | Merge branch 'maint'Tom Rondeau2015-09-251-6/+6
|\ \ \ | |/ / |/| / | |/
| * fec: Fixed async_decoder. Can't use nbits_out because it's 0 at this point.Tom Rondeau2015-09-251-6/+6
* | Merge remote-tracking branch 'tom/socis/master'Johnathan Corgan2015-09-2345-2/+15302
|\ \
| * | fec: polar: Installing more FEC examples.Tom Rondeau2015-09-232-5/+15
| * | polar: rearranged polar_code_example flowgraphJohannes Demel2015-09-231-24/+24
| * | Merge branch 'socis/master' into polarJohannes Demel2015-09-2318-992/+2582
| |\ \
| | * | fec: polar: renaming GRC file names to be consistent with other codes and var...Tom Rondeau2015-09-224-0/+0
| | * | fec: polar: whitespace fixes/tabs to go along with namespace change from last...Tom Rondeau2015-09-2212-940/+940