summaryrefslogtreecommitdiff
path: root/gr-filter/examples/resampler.py
Commit message (Collapse)AuthorAgeFilesLines
* filter: pep8 formattingJosh Morman2021-11-241-15/+17
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* 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-12/+7
| | | | | | | | | 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-13/+16
|
* blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-171-5/+6
| | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* core: cleaning up remez and firdes in gnuradio-core; now in gr-filter.Tom Rondeau2013-03-061-1/+1
|
* analog: fixed a few build issues against gr-analog.Tom Rondeau2012-11-091-2/+2
|
* analog: Removing reference to gr.sig_source_X and gr.noise_source_X where ↵Tom Rondeau2012-11-061-4/+10
| | | | | | | | possible. Passing make and make test. Examples and apps need testing. gr-filter relies on sig_source and noise_source, so can't remove them from core.
* filter: Moved over PFB examples.Tom Rondeau2012-06-191-0/+128