summaryrefslogtreecommitdiff
path: root/gr-fec/include
Commit message (Expand)AuthorAgeFilesLines
* fec: change modes on header to remove +xMichael Dickens2018-05-261-0/+0
* Comment typo fixing.luz.paz2018-02-034-4/+4
* gr-fec: switch possible C++11 code from 'constexpr' to just 'const'.Michael Dickens2017-03-101-5/+1
* fec: install TPC header filesSean Nowlan2017-01-181-1/+5
* move fec polar decoder D_LLR_FACTOR into cppJosh Blum2016-08-061-1/+1
* build: clean up header installation across treeA. Maitland Bottoms2016-06-231-0/+5
* Spelling fixes throughout the tree.A. Maitland Bottoms2016-06-205-5/+5
* Fix compilation in gcc-6Jaroslav Škarvada2016-02-211-1/+5
* polar: systematic decoder addedJohannes Demel2015-12-073-2/+90
* polar: sytematic encoder addedJohannes Demel2015-12-074-8/+118
* fec: LDPC: fixed issue with bit_flip_decoder.Tom Rondeau2015-10-154-7/+24
* fec: LDPC: reworking code to make sure API is ok.Tom Rondeau2015-10-153-4/+54
* fec: LDPC: changing namespace of ldpc_encoder back.Tom Rondeau2015-10-151-12/+10
* fec: LDPC: massive code clean up and change.Tom Rondeau2015-10-1510-373/+290
* fec: LDPC: Adding doxygen tags + more documentation to header files.tracierenea2015-10-156-92/+245
* fec: LDPC: Setting copyright date to current year.tracierenea2015-10-156-6/+6
* fec: LDPC: Adding capability to provide H matrix for encoding/decoding.tracierenea2015-10-153-10/+10
* fec: LDPC: Finishing encoder's work() function and updating matrixtracierenea2015-10-151-3/+3
* fec: LDPC: Updating decoder to handle parity bits either first ortracierenea2015-10-151-0/+4
* fec: LDPC: Workaround for swig issues, updating examples.tracierenea2015-10-156-17/+29
* fec: LDPC: Updating GRC blocks for the recent LDPC classes' updates.tracierenea2015-10-151-0/+0
* fec: LDPC: renaming some of the LDPC classes for clarity/consistency.tracierenea2015-10-153-15/+15
* fec: LDPC: Updates to LDPC-related matrix classes.tracierenea2015-10-154-16/+15
* fec: LDPC: updates to the 3 LDPC-related matrix classes.tracierenea2015-10-153-12/+5
* fec: LDPC: updates for LDPC functionality.tracierenea2015-10-155-30/+221
* fec: LDPC: Reducing complexity of encoder by adding back solve.tracierenea2015-10-151-3/+2
* fec: LDPC: Renaming class from ldpc_par_chk_mtrx to ldpc_R_U_mtrxtracierenea2015-10-154-11/+12
* fec: LDPC: Adding 3 LDPC-related xml files for GRC.tracierenea2015-10-151-2/+2
* fec: LDPC: Adding bit flip decoder variable work function.tracierenea2015-10-151-9/+2
* fec: LDPC: Adding LDPC encoder variable.tracierenea2015-10-152-0/+72
* fec: LDPC: Classes for LDPC encoder.tracierenea2015-10-152-3/+103
* fec: LDPC: Renaming some files.tracierenea2015-10-151-46/+0
* fec: LDPC: Adding framework for bit flip decoder.tracierenea2015-10-154-127/+141
* fec: LDPC: Adding class for LDPC parity check matrix.tracierenea2015-10-151-0/+126
* fec: add getter to 'ber_bf' total_errors member, change counter types to longJohannes Demel2015-10-071-0/+5
* fec: Adds MTU parameter to async and tagged stream blocks.Tom Rondeau2015-09-244-4/+20
* fec: polar: whitespace fixes/tabs to go along with namespace change from last...Tom Rondeau2015-09-225-257/+257
* fec: polar: moving polar codes into ::code:: namespace like the others.Tom Rondeau2015-09-225-88/+149
* polar: updated documentation and examplesJohannes Demel2015-09-225-11/+53
* polar: refarctoring and clean-upJohannes Demel2015-09-215-50/+59
* polar: VOLK kernel integrationJohannes Demel2015-09-212-9/+10
* polar: Python implementation for channel constructionJohannes Demel2015-09-211-2/+2
* polar: SC and SC List decoder implemented in C++Johannes Demel2015-09-216-26/+315
* polar: encoder implemented in C++Johannes Demel2015-09-212-1/+107
* Merge remote-tracking branch 'tom/fec/dummy_enc_docs'Johnathan Corgan2015-08-051-1/+14
|\
| * fec: Adding doxygen comments to new dummy encoder params.Tom Rondeau2015-07-291-1/+14
* | Merge branch 'maint'Johnathan Corgan2015-07-302-0/+6
|\ \ | |/ |/|
| * fec: Address issues #757.Tom Rondeau2015-07-292-0/+6
* | Merge branch 'maint'Tom Rondeau2015-07-211-0/+1
|\|
| * fec: adding missing include.Tom Rondeau2015-07-201-0/+1