| Commit message (Expand) | Author | Age | Files | Lines |
* | fec: update VOLK API call | Johannes Demel | 2018-03-27 | 1 | -1/+1 |
* | fec: remove runtime pmt::intern'ing when asking for iterations | Marcus Müller | 2018-02-23 | 1 | -1/+2 |
* | [gr-fec] include GSL_LDFLAGS in CMakeLists to avoid linking errors in | Sebastian Müller | 2018-02-03 | 1 | -1/+1 |
* | Comment typo fixing. | luz.paz | 2018-02-03 | 4 | -6/+6 |
* | Support negative polynomials in cc_encoder | Daniel Estévez | 2017-08-02 | 1 | -2/+2 |
* | cmake: add log4cpp to runtime includes | Bastian Bloessl | 2017-03-22 | 1 | -3/+0 |
* | cmake: clean up | Bastian Bloessl | 2017-03-22 | 1 | -2/+2 |
* | Throw an exception if the given K and R are not supported. | Clayton Smith | 2016-10-13 | 1 | -0/+3 |
* | move fec polar decoder D_LLR_FACTOR into cpp | Josh Blum | 2016-08-06 | 1 | -0/+2 |
* | gr-fec, LDPC: use mult_matrices_mod2 function | tracierenea | 2016-04-07 | 1 | -11/+2 |
* | gr-fec: free memory used for the LDPC H matrix in the destructor | tracierenea | 2016-04-07 | 1 | -0/+2 |
* | gr-fec: free memory for info word in LDPC gen mtrx encoder | tracierenea | 2016-04-06 | 1 | -0/+1 |
* | gr-fec: free memory for G matrix at end of constructor | tracierenea | 2016-04-06 | 2 | -8/+6 |
* | gr-fec: Fix memory allocation issue during encoding. | tracierenea | 2016-03-28 | 2 | -39/+48 |
* | polar: systematic decoder added | Johannes Demel | 2015-12-07 | 2 | -0/+102 |
* | polar: sytematic encoder added | Johannes Demel | 2015-12-07 | 4 | -42/+134 |
* | fec: LDPC: patch for issue #847. | Tom Rondeau | 2015-10-29 | 2 | -4/+9 |
* | fec: LDPC: fixed issue with bit_flip_decoder. | Tom Rondeau | 2015-10-15 | 7 | -26/+17 |
* | fec: LDPC: reworking code to make sure API is ok. | Tom Rondeau | 2015-10-15 | 6 | -80/+229 |
* | fec: LDPC: changing namespace of ldpc_encoder back. | Tom Rondeau | 2015-10-15 | 2 | -96/+91 |
* | fec: LDPC: massive code clean up and change. | Tom Rondeau | 2015-10-15 | 22 | -1423/+2095 |
* | fec: LDPC: Setting copyright date to current year. | tracierenea | 2015-10-15 | 9 | -9/+9 |
* | fec: LDPC: Adding capability to provide H matrix for encoding/decoding. | tracierenea | 2015-10-15 | 5 | -164/+266 |
* | fec: LDPC: Finishing encoder's work() function and updating matrix | tracierenea | 2015-10-15 | 2 | -13/+38 |
* | fec: LDPC: Updating decoder to handle parity bits either first or | tracierenea | 2015-10-15 | 3 | -5/+24 |
* | fec: LDPC: Workaround for swig issues, updating examples. | tracierenea | 2015-10-15 | 9 | -24/+51 |
* | fec: LDPC: renaming some of the LDPC classes for clarity/consistency. | tracierenea | 2015-10-15 | 4 | -30/+30 |
* | fec: LDPC: Updates to LDPC-related matrix classes. | tracierenea | 2015-10-15 | 5 | -52/+49 |
* | fec: LDPC: updates to the 3 LDPC-related matrix classes. | tracierenea | 2015-10-15 | 3 | -37/+85 |
* | fec: LDPC: updates for LDPC functionality. | tracierenea | 2015-10-15 | 6 | -239/+528 |
* | fec: LDPC: Reducing complexity of encoder by adding back solve. | tracierenea | 2015-10-15 | 3 | -22/+78 |
* | fec: LDPC: Renaming class from ldpc_par_chk_mtrx to ldpc_R_U_mtrx | tracierenea | 2015-10-15 | 6 | -49/+47 |
* | fec: LDPC: Improving memory management (GSL matrices). | tracierenea | 2015-10-15 | 4 | -38/+50 |
* | fec: LDPC: Fixing simple, but crucial, error in decoder. doh! | tracierenea | 2015-10-15 | 1 | -2/+2 |
* | fec: LDPC: Clean up, and adding LDPC to BER curve gen example. | tracierenea | 2015-10-15 | 1 | -8/+3 |
* | fec: LDPC: Adding 3 LDPC-related xml files for GRC. | tracierenea | 2015-10-15 | 1 | -5/+5 |
* | fec: LDPC: Adding QA test and alist files. | tracierenea | 2015-10-15 | 1 | -1/+1 |
* | fec: LDPC: Adding bit flip decoder variable work function. | tracierenea | 2015-10-15 | 3 | -71/+119 |
* | fec: LDPC: Adding LDPC encoder variable. | tracierenea | 2015-10-15 | 3 | -0/+192 |
* | fec: LDPC: Classes for LDPC encoder. | tracierenea | 2015-10-15 | 6 | -1695/+458 |
* | fec: LDPC: Renaming some files. | tracierenea | 2015-10-15 | 1 | -0/+0 |
* | fec: LDPC: Adding framework for bit flip decoder. | tracierenea | 2015-10-15 | 6 | -1553/+1888 |
* | fec: LDPC: Adding class for LDPC parity check matrix. | tracierenea | 2015-10-15 | 1 | -0/+1553 |
* | fec: add getter to 'ber_bf' total_errors member, change counter types to long | Johannes Demel | 2015-10-07 | 2 | -3/+6 |
* | Merge branch 'fec/add_mtu_setting' | Tom Rondeau | 2015-09-25 | 8 | -44/+68 |
|\ |
|
| * | fec: removed logic that will never hit. | Tom Rondeau | 2015-09-25 | 1 | -9/+1 |
| * | fec: Adds MTU parameter to async and tagged stream blocks. | Tom Rondeau | 2015-09-24 | 8 | -45/+77 |
* | | Merge branch 'maint' | Tom Rondeau | 2015-09-25 | 1 | -6/+6 |
|\ \
| |/
|/| |
|
| * | fec: Fixed async_decoder. Can't use nbits_out because it's 0 at this point. | Tom Rondeau | 2015-09-25 | 1 | -6/+6 |
* | | fec: polar: whitespace fixes/tabs to go along with namespace change from last... | Tom Rondeau | 2015-09-22 | 7 | -683/+683 |