Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | blocks: deinterleaver will process more than one block at a time for ↵ | Tom Rondeau | 2014-09-24 | 1 | -1/+2 |
| | | | | significant speed improvements. | ||||
* | Removing trailing/extra whitespaces before release (for master). | Tom Rondeau | 2014-07-07 | 1 | -2/+2 |
| | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace). | ||||
* | Revert "blocks: add optional argument to deinterleave and interleave ctors ↵ | Tom Rondeau | 2014-05-17 | 1 | -5/+4 |
| | | | | | | | | to not set relative rate." This reverts commit 0c589a7d8f18c9b6f7daf06ecfe2a90e84a004d2. Not necessary. | ||||
* | blocks: add optional argument to deinterleave and interleave ctors to not ↵ | Tom Rondeau | 2014-05-17 | 1 | -4/+5 |
| | | | | | | set relative rate. Whe using blocks of data, this doesn't always make sense (see the threading of the extended encoder and decoder in gr-fec). | ||||
* | block interleave/deinterleave with statefull deinterleave | Nicholas McCarthy | 2014-05-17 | 1 | -4/+11 |
| | |||||
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | blocks: added gr::blocks::deinterleave | Johnathan Corgan | 2012-07-05 | 1 | -0/+49 |