summaryrefslogtreecommitdiff
path: root/gr-fec/grc
Commit message (Expand)AuthorAgeFilesLines
* grc: fix gr-fec GRC definitions.Johannes Demel2018-12-316-17/+13
* Fix the POLAR Encoder DefinitionHåkon Vågsether2018-12-261-3/+1
* python3: Wrap map with list in fec block yml filesBrennan Ashton2018-11-0119-68/+68
* Cleaned up lots of blocksHåkon Vågsether2018-08-2520-124/+215
* Added auto-generated YAML blocksHåkon Vågsether2017-10-1081-2980/+1771
* Merge branch 'master' into nextJohnathan Corgan2017-07-201-3/+11
|\
| * fixed polar code configurator GRC bugJohannes Demel2017-07-171-3/+11
* | cmake: nuke cpack from existenceJohnathan Corgan2016-08-031-1/+5
|/
* grc: assign all in-tree blocks to module 'Core'Sebastian Koslowski2016-05-271-1/+1
* gr-fec: Address make error when parallelism = 1 or 2.tracierenea2016-03-271-2/+2
* gr-fec: Adding doc in BER Curve Gen. block re: parallelism.tracierenea2016-03-271-0/+9
* gr-fec: correcting function name in GRC xmltracierenea2016-03-271-3/+3
* gr-fec: update/add documentation for LDPC GRC blocks.tracierenea2016-03-276-9/+20
* gr-fec: Repair puncture and depuncture XML files.Ron Economos2015-12-272-4/+4
* Merge remote-tracking branch 'jdemel/polar-systematic'Johnathan Corgan2015-12-073-2/+140
|\
| * polar: systematic decoder addedJohannes Demel2015-12-073-2/+70
| * polar: sytematic encoder addedJohannes Demel2015-12-073-1/+71
* | polar: fixed channel construction naming errorJohannes Demel2015-12-011-2/+2
|/
* fec: LDPC: reworking code to make sure API is ok.Tom Rondeau2015-10-153-67/+58
* fec: LDPC: massive code clean up and change.Tom Rondeau2015-10-158-199/+185
* fec: LDPC: Adding doxygen tags + more documentation to header files.tracierenea2015-10-154-8/+12
* fec: LDPC: Adding capability to provide H matrix for encoding/decoding.tracierenea2015-10-156-16/+31
* fec: LDPC: Workaround for swig issues, updating examples.tracierenea2015-10-152-6/+5
* fec: LDPC: Updating GRC blocks for the recent LDPC classes' updates.tracierenea2015-10-156-12/+154
* fec: LDPC: Change GRC block name text to match new class name.tracierenea2015-10-151-1/+1
* fec: LDPC: Renaming class from ldpc_par_chk_mtrx to ldpc_R_U_mtrxtracierenea2015-10-152-2/+3
* fec: LDPC: Adding 3 LDPC-related xml files for GRC.tracierenea2015-10-154-0/+194
* 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
* | fec: Adds MTU parameter to async and tagged stream blocks.Tom Rondeau2015-09-246-6/+48
* | fec: polar: renaming GRC file names to be consistent with other codes and var...Tom Rondeau2015-09-224-0/+0
* | polar: fixed bugs in init codeJohannes Demel2015-09-211-10/+7
* | polar: refarctoring and clean-upJohannes Demel2015-09-212-38/+8
* | polar: Python implementation for channel constructionJohannes Demel2015-09-215-10/+181
* | polar: SC and SC List decoder implemented in C++Johannes Demel2015-09-213-0/+109
* | polar: encoder implemented in C++Johannes Demel2015-09-212-0/+51
|/
* fec: TPC now runs happily, encoder produces uint8_t instead of float, decoder...Tim O'Shea2015-04-052-6/+8
* fec: adding TPC encoder and decoderTim O'Shea2015-04-055-10/+249
* fec: ldpc GRC compat cleanupTim O'Shea2015-04-012-15/+26
* fec: re-shuffling LDPC make helperTim O'Shea2015-04-012-4/+4
* fec: adding objects needed to run LDPC along with example ALIST file, now imp...Tim O'Shea2015-04-013-0/+154
* fec: updated fecapi blocks in grc to use new var_value concept.Tom Rondeau2014-07-147-39/+21
* fec: wip: async encoder/decoder working deployments.Tom Rondeau2014-05-192-21/+37
* fec: wip: adding concept of padding for CC encoder/decoder.Tom Rondeau2014-05-172-8/+36
* blocks: adding reverse packing/unpacking functions.Tom Rondeau2014-05-1711-27/+164
* fec: wip: adding extended encoder for async version.Tom Rondeau2014-05-172-0/+39
* fec: wip: fixing formatting.Tom Rondeau2014-05-173-92/+93
* fec: wip: adding async (PDU) encoder and decoder blocks.Tom Rondeau2014-05-179-12/+265
* fec: wip: mods for ber plotting. Now adding theoretical BPSK in AWGN curve.Tom Rondeau2014-05-1710-125/+55
* fec: wip: adding a dummy encoder/decoder and repetition code to exercise the ...Tom Rondeau2014-05-176-8/+300