summaryrefslogtreecommitdiff
path: root/gr-trellis/examples/python/test_tcm.py
Commit message (Collapse)AuthorAgeFilesLines
* trellis: pep8 formattingJosh Morman2021-11-241-61/+73
| | | | 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
* python: replace unfunctional old_div with functional codeAndrej Rode2018-08-171-3/+3
| | | | | | | | | | a previous change to py3k introduced synactically incorrect `old_div` function calls. A replacement with `//` and `/` where applicable is more appropriate. Eventually `from __future__ import division` needs to be added as well to have the "real" division also for integer values in python closes #1902
* python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-12/+15
|
* Updated documentation and grc/python examples in gr-trellis.Achilleas Anastasopoulos2014-10-081-42/+34
| | | | Removed weird pyhton examples and made them grc files.
* blocks: removing lfsr and friends from core; now in gr-blocks.Tom Rondeau2013-03-181-2/+2
|
* blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-171-3/+3
| | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* blocks: removing blocks from gnuradio-core.Tom Rondeau2013-02-211-4/+4
| | | | delay, rms, packed_to_unpacked, unpacked_to_packed.
* Merge branch 'next_blocks' into nextTom Rondeau2012-12-291-2/+2
| | | | | | Conflicts: gr-trellis/CMakeLists.txt gr-trellis/python/CMakeLists.txt
* trellis: converted gr-trellis to new style.Tom Rondeau2012-12-291-0/+132