summaryrefslogtreecommitdiff
path: root/gr-fec/lib
Commit message (Expand)AuthorAgeFilesLines
* fec: update VOLK API callJohannes Demel2018-03-271-1/+1
* fec: remove runtime pmt::intern'ing when asking for iterationsMarcus Müller2018-02-231-1/+2
* [gr-fec] include GSL_LDFLAGS in CMakeLists to avoid linking errors inSebastian Müller2018-02-031-1/+1
* Comment typo fixing.luz.paz2018-02-034-6/+6
* Support negative polynomials in cc_encoderDaniel Estévez2017-08-021-2/+2
* cmake: add log4cpp to runtime includesBastian Bloessl2017-03-221-3/+0
* cmake: clean upBastian Bloessl2017-03-221-2/+2
* Throw an exception if the given K and R are not supported.Clayton Smith2016-10-131-0/+3
* move fec polar decoder D_LLR_FACTOR into cppJosh Blum2016-08-061-0/+2
* gr-fec, LDPC: use mult_matrices_mod2 functiontracierenea2016-04-071-11/+2
* 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: Fix memory allocation issue during encoding.tracierenea2016-03-282-39/+48
* polar: systematic decoder addedJohannes Demel2015-12-072-0/+102
* polar: sytematic encoder addedJohannes Demel2015-12-074-42/+134
* fec: LDPC: patch for issue #847.Tom Rondeau2015-10-292-4/+9
* fec: LDPC: fixed issue with bit_flip_decoder.Tom Rondeau2015-10-157-26/+17
* fec: LDPC: reworking code to make sure API is ok.Tom Rondeau2015-10-156-80/+229
* fec: LDPC: changing namespace of ldpc_encoder back.Tom Rondeau2015-10-152-96/+91
* fec: LDPC: massive code clean up and change.Tom Rondeau2015-10-1522-1423/+2095
* fec: LDPC: Setting copyright date to current year.tracierenea2015-10-159-9/+9
* fec: LDPC: Adding capability to provide H matrix for encoding/decoding.tracierenea2015-10-155-164/+266
* fec: LDPC: Finishing encoder's work() function and updating matrixtracierenea2015-10-152-13/+38
* fec: LDPC: Updating decoder to handle parity bits either first ortracierenea2015-10-153-5/+24
* fec: LDPC: Workaround for swig issues, updating examples.tracierenea2015-10-159-24/+51
* fec: LDPC: renaming some of the LDPC classes for clarity/consistency.tracierenea2015-10-154-30/+30
* fec: LDPC: Updates to LDPC-related matrix classes.tracierenea2015-10-155-52/+49
* fec: LDPC: updates to the 3 LDPC-related matrix classes.tracierenea2015-10-153-37/+85
* fec: LDPC: updates for LDPC functionality.tracierenea2015-10-156-239/+528
* fec: LDPC: Reducing complexity of encoder by adding back solve.tracierenea2015-10-153-22/+78
* fec: LDPC: Renaming class from ldpc_par_chk_mtrx to ldpc_R_U_mtrxtracierenea2015-10-156-49/+47
* 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-151-8/+3
* fec: LDPC: Adding 3 LDPC-related xml files for GRC.tracierenea2015-10-151-5/+5
* fec: LDPC: Adding QA test and alist files.tracierenea2015-10-151-1/+1
* fec: LDPC: Adding bit flip decoder variable work function.tracierenea2015-10-153-71/+119
* fec: LDPC: Adding LDPC encoder variable.tracierenea2015-10-153-0/+192
* fec: LDPC: Classes for LDPC encoder.tracierenea2015-10-156-1695/+458
* fec: LDPC: Renaming some files.tracierenea2015-10-151-0/+0
* fec: LDPC: Adding framework for bit flip decoder.tracierenea2015-10-156-1553/+1888
* fec: LDPC: Adding class for LDPC parity check matrix.tracierenea2015-10-151-0/+1553
* fec: add getter to 'ber_bf' total_errors member, change counter types to longJohannes Demel2015-10-072-3/+6
* Merge branch 'fec/add_mtu_setting'Tom Rondeau2015-09-258-44/+68
|\
| * 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-248-45/+77
* | 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
* | fec: polar: whitespace fixes/tabs to go along with namespace change from last...Tom Rondeau2015-09-227-683/+683