summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/deinterleave_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* blocks: deinterleaver will process more than one block at a time for ↵Tom Rondeau2014-09-241-1/+2
| | | | significant speed improvements.
* Removing trailing/extra whitespaces before release (for master).Tom Rondeau2014-07-071-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 Rondeau2014-05-171-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 Rondeau2014-05-171-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 deinterleaveNicholas McCarthy2014-05-171-4/+11
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-1/+1
|
* blocks: added gr::blocks::deinterleaveJohnathan Corgan2012-07-051-0/+49