summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/pfb/resampler.py
Commit message (Collapse)AuthorAgeFilesLines
* Rework example directories. Gets rid of gnuradio-examples, moves these to ↵Tom Rondeau2012-04-031-127/+0
| | | | | | more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them.
* examples: fixed examples (pfb and tags) to print an error when python ↵Tom Rondeau2011-09-231-1/+33
| | | | modules are not available.
* Adding new example script for using the new PFB arbitrary resampler ↵Tom Rondeau2010-12-061-0/+95
interface. One resampler takes user-generated taps and another resampler just takes the resampling rate. Both input and output signals are plotted.