summaryrefslogtreecommitdiff
path: root/gr-filter/examples/channelize.py
Commit message (Collapse)AuthorAgeFilesLines
* filter: pep8 formattingJosh Morman2021-11-241-27/+29
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* filter: update python binding hashesJosh Morman2020-12-181-1/+2
| | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-031-3/+0
| | | | | | | | | | | | | | | | All of the removed `from __future__ import` were needed in older versions of Python (mostly 2.5.x and below) but later became mandatory in most versions of Python 3 hence are not necessary anymore. More specifically, according to __future__.py[1]: - unicode_literals is part of Python since versions 2.6.0 and 3.0.0; - print_function is part of Python since versions 2.6.0 and 3.0.0; - absolute_import is part of Python since versions 2.5.0 and 3.0.0; - division is part of Python since versions 2.2.0 and 3.0.0; Get rid of those unnecessary imports to slightly clean up the codebase. [1] https://github.com/python/cpython/blob/master/Lib/__future__.py
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Replace scipy/pylab where numpy/pyplot is sufficientMarcus Müller2018-11-021-19/+13
| | | | | | | | | This should reduce the number of times users are prompted to install pylab || scipy when they'd actually get away with functionality fully contained in numpy and matplotlib. This only solves the obvious cases. There's some usage of `pylab.mlab` that would need more than 20s of consideration.
* python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-15/+18
|
* blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-171-4/+4
| | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-211-1/+2
| | | | Also fixes up some other missing moves.
* all: Python, GRC, and examples to properly pull blocks from filter and analog.Tom Rondeau2012-11-061-4/+10
|
* filter: removed all references to filter functions from gr namespace to filter.Tom Rondeau2012-06-191-3/+3
|
* filter: copied over pfb_channelizer to gr-filter with QA and GRC.Tom Rondeau2012-05-081-0/+195