| Commit message (Expand) | Author | Age | Files | Lines |
* | fec: change modes on header to remove +x | Michael Dickens | 2018-05-26 | 1 | -0/+0 |
* | Comment typo fixing. | luz.paz | 2018-02-03 | 4 | -4/+4 |
* | gr-fec: switch possible C++11 code from 'constexpr' to just 'const'. | Michael Dickens | 2017-03-10 | 1 | -5/+1 |
* | fec: install TPC header files | Sean Nowlan | 2017-01-18 | 1 | -1/+5 |
* | move fec polar decoder D_LLR_FACTOR into cpp | Josh Blum | 2016-08-06 | 1 | -1/+1 |
* | build: clean up header installation across tree | A. Maitland Bottoms | 2016-06-23 | 1 | -0/+5 |
* | Spelling fixes throughout the tree. | A. Maitland Bottoms | 2016-06-20 | 5 | -5/+5 |
* | Fix compilation in gcc-6 | Jaroslav Škarvada | 2016-02-21 | 1 | -1/+5 |
* | polar: systematic decoder added | Johannes Demel | 2015-12-07 | 3 | -2/+90 |
* | polar: sytematic encoder added | Johannes Demel | 2015-12-07 | 4 | -8/+118 |
* | fec: LDPC: fixed issue with bit_flip_decoder. | Tom Rondeau | 2015-10-15 | 4 | -7/+24 |
* | fec: LDPC: reworking code to make sure API is ok. | Tom Rondeau | 2015-10-15 | 3 | -4/+54 |
* | fec: LDPC: changing namespace of ldpc_encoder back. | Tom Rondeau | 2015-10-15 | 1 | -12/+10 |
* | fec: LDPC: massive code clean up and change. | Tom Rondeau | 2015-10-15 | 10 | -373/+290 |
* | fec: LDPC: Adding doxygen tags + more documentation to header files. | tracierenea | 2015-10-15 | 6 | -92/+245 |
* | fec: LDPC: Setting copyright date to current year. | tracierenea | 2015-10-15 | 6 | -6/+6 |
* | fec: LDPC: Adding capability to provide H matrix for encoding/decoding. | tracierenea | 2015-10-15 | 3 | -10/+10 |
* | fec: LDPC: Finishing encoder's work() function and updating matrix | tracierenea | 2015-10-15 | 1 | -3/+3 |
* | fec: LDPC: Updating decoder to handle parity bits either first or | tracierenea | 2015-10-15 | 1 | -0/+4 |
* | fec: LDPC: Workaround for swig issues, updating examples. | tracierenea | 2015-10-15 | 6 | -17/+29 |
* | fec: LDPC: Updating GRC blocks for the recent LDPC classes' updates. | tracierenea | 2015-10-15 | 1 | -0/+0 |
* | fec: LDPC: renaming some of the LDPC classes for clarity/consistency. | tracierenea | 2015-10-15 | 3 | -15/+15 |
* | fec: LDPC: Updates to LDPC-related matrix classes. | tracierenea | 2015-10-15 | 4 | -16/+15 |
* | fec: LDPC: updates to the 3 LDPC-related matrix classes. | tracierenea | 2015-10-15 | 3 | -12/+5 |
* | fec: LDPC: updates for LDPC functionality. | tracierenea | 2015-10-15 | 5 | -30/+221 |
* | fec: LDPC: Reducing complexity of encoder by adding back solve. | tracierenea | 2015-10-15 | 1 | -3/+2 |
* | fec: LDPC: Renaming class from ldpc_par_chk_mtrx to ldpc_R_U_mtrx | tracierenea | 2015-10-15 | 4 | -11/+12 |
* | fec: LDPC: Adding 3 LDPC-related xml files for GRC. | tracierenea | 2015-10-15 | 1 | -2/+2 |
* | fec: LDPC: Adding bit flip decoder variable work function. | tracierenea | 2015-10-15 | 1 | -9/+2 |
* | fec: LDPC: Adding LDPC encoder variable. | tracierenea | 2015-10-15 | 2 | -0/+72 |
* | fec: LDPC: Classes for LDPC encoder. | tracierenea | 2015-10-15 | 2 | -3/+103 |
* | fec: LDPC: Renaming some files. | tracierenea | 2015-10-15 | 1 | -46/+0 |
* | fec: LDPC: Adding framework for bit flip decoder. | tracierenea | 2015-10-15 | 4 | -127/+141 |
* | fec: LDPC: Adding class for LDPC parity check matrix. | tracierenea | 2015-10-15 | 1 | -0/+126 |
* | fec: add getter to 'ber_bf' total_errors member, change counter types to long | Johannes Demel | 2015-10-07 | 1 | -0/+5 |
* | fec: Adds MTU parameter to async and tagged stream blocks. | Tom Rondeau | 2015-09-24 | 4 | -4/+20 |
* | fec: polar: whitespace fixes/tabs to go along with namespace change from last... | Tom Rondeau | 2015-09-22 | 5 | -257/+257 |
* | fec: polar: moving polar codes into ::code:: namespace like the others. | Tom Rondeau | 2015-09-22 | 5 | -88/+149 |
* | polar: updated documentation and examples | Johannes Demel | 2015-09-22 | 5 | -11/+53 |
* | polar: refarctoring and clean-up | Johannes Demel | 2015-09-21 | 5 | -50/+59 |
* | polar: VOLK kernel integration | Johannes Demel | 2015-09-21 | 2 | -9/+10 |
* | polar: Python implementation for channel construction | Johannes Demel | 2015-09-21 | 1 | -2/+2 |
* | polar: SC and SC List decoder implemented in C++ | Johannes Demel | 2015-09-21 | 6 | -26/+315 |
* | polar: encoder implemented in C++ | Johannes Demel | 2015-09-21 | 2 | -1/+107 |
* | Merge remote-tracking branch 'tom/fec/dummy_enc_docs' | Johnathan Corgan | 2015-08-05 | 1 | -1/+14 |
|\ |
|
| * | fec: Adding doxygen comments to new dummy encoder params. | Tom Rondeau | 2015-07-29 | 1 | -1/+14 |
* | | Merge branch 'maint' | Johnathan Corgan | 2015-07-30 | 2 | -0/+6 |
|\ \
| |/
|/| |
|
| * | fec: Address issues #757. | Tom Rondeau | 2015-07-29 | 2 | -0/+6 |
* | | Merge branch 'maint' | Tom Rondeau | 2015-07-21 | 1 | -0/+1 |
|\| |
|
| * | fec: adding missing include. | Tom Rondeau | 2015-07-20 | 1 | -0/+1 |