summaryrefslogtreecommitdiff
path: root/gr-trellis/examples
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-272-26/+2
|
* examples: fixup cmake files to include all examplesdevnulling2020-01-221-4/+4
|
* 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.
* | Merge branch 'master' into nextJohnathan Corgan2016-09-087-4274/+6783
|\|
| * trellis: Port all GRC examples to QTMartin Braun2016-09-067-4274/+6783
| |
* | cmake: nuke cpack from existenceJohnathan Corgan2016-08-032-4/+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-158-426/+629
| | | | Also added locks in the set_ methods
* Updated documentation and grc/python examples in gr-trellis.Achilleas Anastasopoulos2014-10-0842-6423/+6157
| | | | Removed weird pyhton examples and made them grc files.
* Added set_ methods for most parameters in (almost) all gr-trellis blocksAchilleas Anastasopoulos2014-10-081-0/+1612
| | | | Added FSM functionality + minor fixes
* trellis: fix cmake variables for compatibilityTom Rondeau2014-08-291-5/+5
|
* trellis: minor fixups to trellis examples so prefix doesn't need to end with ↵Tom Rondeau2014-07-285-1029/+2239
| | | | '/'.
* trellis: working on issue to fix locations of fsm files in examples.Jan2014-07-286-1453/+1043
| | | | | | + Workaround for the path problem with cmake to use templates for install + GRC blocks now check if FSM_Args are strings and if the file exists + Changed example generation with CMake
* trellis: updated examples.Jan2014-07-284-1155/+1361
| | | | | | + Fixed paths to match GNURADIO-3.7.x conventions + Fixed errors with dimensionality + Changed to QT-widgets
* examples: Ported examples in GNU Radio tree to QT.Martin Braun2014-07-123-906/+2398
|
* 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
|
* grc: fixing up new next structure blocks for GRC categories.Tom Rondeau2013-04-045-26/+26
| | | | docs: also updating Doxygen category for all new/moved blocks.
* wxgui: Moved oscope and histogram bases into wxgui.Tom Rondeau2013-03-185-5/+5
| | | | This makes gr-wxgui more like a normal component that generates a libgnuradio-wxgui.so file.
* 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 throttle, threshold, stretch from gnuradio-core.Tom Rondeau2013-02-245-20/+20
|
* 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-2921-244/+244
| | | | | | Conflicts: gr-trellis/CMakeLists.txt gr-trellis/python/CMakeLists.txt
* trellis: converted gr-trellis to new style.Tom Rondeau2012-12-2943-0/+9326