summaryrefslogtreecommitdiff
path: root/gr-fec/grc
Commit message (Collapse)AuthorAgeFilesLines
...
* fec: wip: adding concept of padding for CC encoder/decoder.Tom Rondeau2014-05-172-8/+36
| | | | 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-1711-27/+164
|
* fec: wip: adding extended encoder for async version.Tom Rondeau2014-05-172-0/+39
| | | | not quite working yet, needs work on the message-passing hier_block and added async puncturing block.
* 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
| | | | API.
* fec: updating puncturing, adding documentation, adding CCSDS encoder.Tom Rondeau2014-05-178-68/+237
|
* fec: changed puncture block for easier to use API.Tom Rondeau2014-05-171-16/+11
| | | | Added documentation; added QA code.
* fec: encoder now outputs bytes to make it more easily integratable with ↵Tom Rondeau2014-05-174-8/+24
| | | | modulators.
* fec: wip: allowing ber block to be used as a streaming block.Tom Rondeau2014-05-171-1/+18
|
* fec: Merging fecapi with support for CC code.Tom Rondeau2014-05-1712-19/+824
| | | | | | | Original code taken from next branch of Nick McCarthy's fecapi: https://github.com/namccart/fecapi.git Needs: examples, documentation, other tools.
* grc: fixing up new next structure blocks for GRC categories.Tom Rondeau2013-04-041-1/+1
| | | | docs: also updating Doxygen category for all new/moved blocks.
* fec: add new top-level component for FEC blocksJohnathan Corgan2012-11-124-0/+76
Removed viterbi and reed-solomon from gnuradio-core