summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/pfb/synth_to_chan.py
Commit message (Collapse)AuthorAgeFilesLines
* Rework example directories. Gets rid of gnuradio-examples, moves these to ↵Tom Rondeau2012-04-031-117/+0
| | | | | | more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them.
* examples: fixing synthesizer examples to use new block name.Tom Rondeau2012-03-021-1/+1
|
* examples: fixed examples (pfb and tags) to print an error when python ↵Tom Rondeau2011-09-231-1/+13
| | | | modules are not available.
* Work on examples for the synthesize filterbank block. The cleans up the ↵Tom Rondeau2010-10-161-0/+105
simple example and adds a new example that synthesizes a number of signals and then channelizes them again. It displays the synthesized PSD as well as the PSD and time waveform of one of the channels that's specified in teh code.