summaryrefslogtreecommitdiff
path: root/gr-trellis/examples/python
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
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Update links to https://www.gnuradio.orgClayton Smith2018-10-281-1/+1
|
* 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
* Merge branch 'python3_fix' into nextAndrej Rode2018-06-241-12/+15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manual merge conflict resolution has been applied to following conflicts: * Typos: * gnuradio-runtime/python/gnuradio/ctrlport/GrDataPlotter.py * gr-blocks/python/blocks/qa_wavfile.py * gr-filter/examples/gr_filtdes_api.py * grc/blocks/parameter.xml * gr-uhd/python/uhd/__init__.py * ValueError -> RuntimeError: * gr-blocks/python/blocks/qa_hier_block2.py * relative Imports & other Py3k: * gr-digital/python/digital/psk_constellations.py * gr-digital/python/digital/qam_constellations.py * gr-digital/python/digital/test_soft_decisions.py * gr-digital/python/digital/gfsk.py * SequenceCompleter: * gr-utils/python/modtool/modtool_add.py * gr-utils/python/modtool/modtool_rename.py * gr-utils/python/modtool/modtool_rm.py * Updated API on next: * gr-blocks/grc/blocks_file_source.xml * gr-blocks/python/blocks/qa_file_source_sink.py * gr-qtgui/grc/qtgui_time_sink_x.xml * GRC Py3k Updates: * grc/core/Block.py * grc/core/Constants.py * grc/core/Platform.py * grc/core/utils/odict.py * grc/gui/Actions.py * grc/gui/Block.py * grc/gui/Executor.py * grc/gui/Port.py
| * python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-12/+15
| |
* | Merge branch 'master' into nextMartin Braun2018-02-031-1/+1
|\ \ | |/ |/|
| * Comment typo fixing.luz.paz2018-02-031-1/+1
| | | | | | | | Luzpaz went ahead and found typos using `codespell -q 3`.
* | gr-blocks: removed blks2 namespace blocksJohnathan Corgan2016-10-232-162/+0
| | | | | | | | | | | | * This also removes blks2 from gr-digital; however, the old style OFDM code still uses this and are broken until they are removed.
* | cmake: nuke cpack from existenceJohnathan Corgan2016-08-031-3/+0
|/ | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality.
* trellis: fixed pulse normalization in CPM test scriptSean Nowlan2015-09-201-1/+2
|
* fixed a bug in pccc encoder/decoder, and added fsm files.Achilleas Anastasopoulos2014-10-155-0/+114
| | | | Also added locks in the set_ methods
* Updated documentation and grc/python examples in gr-trellis.Achilleas Anastasopoulos2014-10-0833-2022/+755
| | | | Removed weird pyhton examples and made them grc files.
* trellis: fix typos in examplesJohnathan Corgan2014-05-302-2/+2
|
* changed URL from old svn / utah.edu to gnuradio.org doxygenMarcus Müller2014-01-271-1/+1
|
* blocks: removing lfsr and friends from core; now in gr-blocks.Tom Rondeau2013-03-1812-24/+24
|
* blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-1716-37/+37
| | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* blocks: removing blocks from gnuradio-core.Tom Rondeau2013-02-2112-28/+28
| | | | delay, rms, packed_to_unpacked, unpacked_to_packed.
* Merge branch 'next_blocks' into nextTom Rondeau2012-12-2916-59/+59
| | | | | | Conflicts: gr-trellis/CMakeLists.txt gr-trellis/python/CMakeLists.txt
* trellis: converted gr-trellis to new style.Tom Rondeau2012-12-2936-0/+3625