Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fec: wip: mods for ber plotting. Now adding theoretical BPSK in AWGN curve. | Tom Rondeau | 2014-05-17 | 4 | -10/+28 | |
| | ||||||
* | fec: wip: adding a dummy encoder/decoder and repetition code to exercise the ↵ | Tom Rondeau | 2014-05-17 | 6 | -131/+41 | |
| | | | | API. | |||||
* | fec: use logger to explain exception when using threading with history. | Tom Rondeau | 2014-05-17 | 1 | -1/+4 | |
| | ||||||
* | fec: updating puncturing, adding documentation, adding CCSDS encoder. | Tom Rondeau | 2014-05-17 | 4 | -23/+240 | |
| | ||||||
* | fec: changed puncture block for easier to use API. | Tom Rondeau | 2014-05-17 | 3 | -5/+248 | |
| | | | | Added documentation; added QA code. | |||||
* | fec: encoder now outputs bytes to make it more easily integratable with ↵ | Tom Rondeau | 2014-05-17 | 3 | -17/+28 | |
| | | | | modulators. | |||||
* | fec: improved fecapi stuff. | Nick McCarthy | 2014-05-17 | 2 | -3/+3 | |
| | | | | Fixes for frame lengths, (de)interleave usage, generic conv volk kernel. | |||||
* | adding ber sink to qt gui | Nicholas McCarthy | 2014-05-17 | 3 | -3/+4 | |
| | ||||||
* | fec: Merging fecapi with support for CC code. | Tom Rondeau | 2014-05-17 | 12 | -1/+924 | |
| | | | | | | | Original code taken from next branch of Nick McCarthy's fecapi: https://github.com/namccart/fecapi.git Needs: examples, documentation, other tools. | |||||
* | Add a QA_PYTHON_EXECUTABLE variable so QA code knows what python to use when ↵ | Philip Balister | 2013-12-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | cross compiling. With this (and the prior) patch, you can mount the compile directory on the target and run the QA code (as long as the paths are the same). The qtgui tests fail if there is no X server. Volk seems to fail for hard float builds. We'll need to look at adding thes changes to gr_modtool. Signed-off-by: Philip Balister <philip@balister.org> | |||||
* | Fix missing module imports in error case | Johnathan Corgan | 2013-09-07 | 1 | -0/+1 | |
| | ||||||
* | uninstalled import: Adding overlooked exception handling around imports. | Ben Reynwar | 2013-06-14 | 1 | -1/+6 | |
| | ||||||
* | uninstalled import: Updatings blocks, fec, uhd, and filter so that ↵ | Ben Reynwar | 2013-06-04 | 3 | -0/+0 | |
| | | | | uninstalled import works with recent changes. | |||||
* | docstrings: Improving subpackage docstrings. | Ben Reynwar | 2013-05-10 | 1 | -1/+1 | |
| | ||||||
* | blocks: converting references to vector source/sink, null source/sink, nop, ↵ | Tom Rondeau | 2013-03-17 | 1 | -3/+3 | |
| | | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks. | |||||
* | blocks: removes blocks moved to gr-blocks from gnuradio-core. | Tom Rondeau | 2012-12-21 | 2 | -3/+6 | |
| | | | | Also fixes up some other missing moves. | |||||
* | gr: apply pattern for g37f7522 and gc4c0ce9 to gr-channels and gr-fec | Johnathan Corgan | 2012-11-14 | 1 | -7/+8 | |
| | ||||||
* | fec: add new top-level component for FEC blocks | Johnathan Corgan | 2012-11-12 | 3 | -0/+124 | |
Removed viterbi and reed-solomon from gnuradio-core |