summaryrefslogtreecommitdiff
path: root/gr-fec/grc/variable_cc_encoder_def_list.xml
Commit message (Collapse)AuthorAgeFilesLines
* Added auto-generated YAML blocksHåkon Vågsether2017-10-101-133/+0
|
* fec: updated fecapi blocks in grc to use new var_value concept.Tom Rondeau2014-07-141-9/+3
|
* fec: wip: adding concept of padding for CC encoder/decoder.Tom Rondeau2014-05-171-5/+18
| | | | When using terminated mode, the CC encoder adds K-1 bits to the output, which doesn't fit a full byte and will throw off the book-keeping in PDU or tagged mode. Padding to fill a byte tells both encoder and decoder to handle the extra bits.
* blocks: adding reverse packing/unpacking functions.Tom Rondeau2014-05-171-2/+8
|
* fec: wip: mods for ber plotting. Now adding theoretical BPSK in AWGN curve.Tom Rondeau2014-05-171-8/+7
|
* fec: updating puncturing, adding documentation, adding CCSDS encoder.Tom Rondeau2014-05-171-32/+9
|
* fec: Merging fecapi with support for CC code.Tom Rondeau2014-05-171-0/+144
Original code taken from next branch of Nick McCarthy's fecapi: https://github.com/namccart/fecapi.git Needs: examples, documentation, other tools.