summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/pfb
Commit message (Collapse)AuthorAgeFilesLines
* Rework example directories. Gets rid of gnuradio-examples, moves these to ↵Tom Rondeau2012-04-0311-2122/+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-023-3/+3
|
* Merge branch 'synth' into nextTom Rondeau2012-02-283-1/+136
|\
| * examples: adding an example of using the channelizer and synthesize together ↵Tom Rondeau2012-02-283-1/+134
| | | | | | | | to reconstruct a signal.
| * core: pfb channelizer: can now set a channel map to direct the channels to a ↵Tom Rondeau2012-02-281-1/+4
| | | | | | | | | | | | specific output stream. Now, not all output channels must be connected; can connect M of N channels (M <= N) and use the channel_map to set which channel from the original wideband signal go to which output streams.
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-39/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* examples: making both autotools and cmake install all the same examples.Tom Rondeau2011-10-242-1/+39
|
* examples: fixed examples (pfb and tags) to print an error when python ↵Tom Rondeau2011-09-238-34/+154
| | | | modules are not available.
* PFB channelizer can be specified without external taps. Uses optfir to ↵Tom Rondeau2010-12-281-1/+1
| | | | generate an internal filter to cover the channel bandwidth; user can specify the attenuation of this filter if desired.
* 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.
* Work on examples for the synthesize filterbank block. The cleans up the ↵Tom Rondeau2010-10-162-7/+126
| | | | 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.
* Adding QA code for fir filter with buffer.Tom Rondeau2010-10-161-2/+1
|
* Adding a test example for the synthesis filter.Tom Rondeau2010-10-161-0/+58
|
* New matplotlib does the fftshift for us when doing mlab.psd. This makes the ↵Tom Rondeau2010-04-151-2/+2
| | | | figures make sense again.
* Added blks2.pfb_arb_resampler_ccf to GRC block listJohnathan Corgan2009-08-232-0/+601
| | | | | | * New block XML file * Added set_taps callback to blks2 hier block * GRC example showing pre- and post-resampling swept spectrum
* Added missing .gitignoregit2009-08-151-0/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11594 221aa14e-8319-0410-a670-987f0aec2ac5
* Merging trondeau/pfb r11249:11581 into trunk. This adds a few polyphase ↵trondeau2009-08-126-0/+994
filterbank implementations that do (integer) decimation, (integer) interpolation, arbitrary resampling, and channelizing. gnuradio-example/python/pfb includes a number of different examples of how to use these blocks. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11583 221aa14e-8319-0410-a670-987f0aec2ac5