Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added auto-generated YAML blocks | Håkon Vågsether | 2017-10-10 | 1 | -133/+0 |
| | |||||
* | fec: updated fecapi blocks in grc to use new var_value concept. | Tom Rondeau | 2014-07-14 | 1 | -9/+3 |
| | |||||
* | fec: wip: adding concept of padding for CC encoder/decoder. | Tom Rondeau | 2014-05-17 | 1 | -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 Rondeau | 2014-05-17 | 1 | -2/+8 |
| | |||||
* | fec: wip: mods for ber plotting. Now adding theoretical BPSK in AWGN curve. | Tom Rondeau | 2014-05-17 | 1 | -8/+7 |
| | |||||
* | fec: updating puncturing, adding documentation, adding CCSDS encoder. | Tom Rondeau | 2014-05-17 | 1 | -32/+9 |
| | |||||
* | fec: Merging fecapi with support for CC code. | Tom Rondeau | 2014-05-17 | 1 | -0/+144 |
Original code taken from next branch of Nick McCarthy's fecapi: https://github.com/namccart/fecapi.git Needs: examples, documentation, other tools. |