summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/examples/pfb/reconstruction.py
Commit message (Collapse)AuthorAgeFilesLines
* core: wip, first pass to remove filter/hier blocks after migration to gr-filterJohnathan Corgan2012-06-231-131/+0
| | | | | | | | | | | | | | | | | | | * This commit removes all the blocks from src/lib/filter and src/lib/hier, but leaves a couple stray files in src/lib/filter that won't be removed until gr-analog is done * The relevant QA code has been removed and the gnuradio-core directory passes QA * The effect on Python files in src/python/* has not been fully accounted for * Several top-level components outside gnuradio-core use header files, blocks, or utility functions that have moved to gr-digital. These have not been updated yet. * Similarly, impact on python example files in other components as not yet been accounted for.
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-7/+7
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Rework example directories. Gets rid of gnuradio-examples, moves these to ↵Tom Rondeau2012-04-031-0/+131
more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them.