summaryrefslogtreecommitdiff
path: root/gr-digital/examples/ofdm/benchmark_add_channel.py
Commit message (Collapse)AuthorAgeFilesLines
* digital: pep8 formattingJosh Morman2021-11-241-6/+11
| | | | 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
|
* python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-12/+16
|
* fix various python importsJiří Pinkava2016-06-261-2/+2
|
* blocks: removing file_sink/source file_descriptor_sink/source form core and ↵Tom Rondeau2013-03-101-2/+2
| | | | moved all refs to gr-blocks.
* blocks: removing throttle, threshold, stretch from gnuradio-core.Tom Rondeau2013-02-241-1/+1
|
* blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-211-1/+2
| | | | Also fixes up some other missing moves.
* Merge branch 'master' into nextJohnathan Corgan2012-11-021-1/+2
|\ | | | | | | | | | | | | | | | | | | | | Conflicts are from moving gr_channel_model into filter::channel_model. Conflicts: gnuradio-core/src/lib/hier/gr_channel_model.h gnuradio-core/src/lib/hier/gr_channel_model.i gr-digital/examples/narrowband/benchmark_add_channel.py gr-digital/examples/ofdm/benchmark_add_channel.py
| * Fixes other uses of channel model to always have negative or zeroAlick Zhao2012-11-021-1/+1
| | | | | | | | seed for noise source, matching the documentation update in 0d6871b3.
* | digital: fixed up digital blocks to make examples work again.Tom Rondeau2012-08-201-2/+2
|/ | | | Added GMSK loopback to test that block, too. Switched a couple over to qtgui instead of wx.
* digital: add channel model for OFDM signals to a file.Tom Rondeau2011-10-141-0/+110