summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/examples
Commit message (Collapse)AuthorAgeFilesLines
* runtime: pep8 formattingJosh Morman2021-11-2411-103/+123
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* Remove unused volk_benchmarkMarcus Müller2021-10-277-951/+0
| | | | | | this is functionality that should be part of VOLK Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* Remove unused gru importsClayton Smith2020-11-021-1/+1
| | | | | Neither of these files use the gru module anymore. I've tested that they work correctly after removing the unused imports.
* Fix examples that use wavfile_sinkClayton Smith2020-10-301-1/+2
| | | | | The recent libsndfile transition changed the API of the wavfile_sink block, so the two examples that use it need to be updated.
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-0315-24/+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-2714-179/+14
|
* volk: Replace star imports with explicit importsJay Kamat2020-01-033-3/+6
|
* gr-runtime: Remove dead code from wfm_rcv_pll_to_wav exampleBrennan Ashton2018-11-151-11/+0
|
* Replace scipy/pylab where numpy/pyplot is sufficientMarcus Müller2018-11-021-8/+3
| | | | | | | | | 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.
* Convert tabs to spaces and fix syntax errors.Clayton Smith2018-10-041-25/+25
|
* Merge branch 'python3_fix' into nextAndrej Rode2018-06-2415-39/+63
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Fix typos from switch to Python 3Håkon Vågsether2017-08-211-1/+1
| |
| * python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-2615-39/+63
| |
* | 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`.
* | Merge remote-tracking branch 'pinkavaj/argparse-17' into nextJohnathan Corgan2016-09-178-144/+108
|\ \
| * | examples: replace OptionParser by ArgumentParserJiří Pinkava2016-09-178-144/+108
| | |
* | | cleanup: remove nargs=1 from ArgumentParserJiří Pinkava2016-09-171-2/+2
|/ /
* | cmake: nuke cpack from existenceJohnathan Corgan2016-08-033-6/+0
| | | | | | | | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality.
* | Merge branch 'master' into nextJohnathan Corgan2016-06-284-5/+5
|\|
| * Merge remote-tracking branch 'pinkavaj/fix-example-ipv6-vs-ipv4-00' into maintJohnathan Corgan2016-06-283-3/+3
| |\
| | * examples: enforce IPv4 in all example addressesJiří Pinkava2016-06-263-3/+3
| | | | | | | | | | | | | | | localhost might resolve to ::1 on IPv6 enabled hosts, but the client is listening only on 0.0.0.0 (IPv4) addresses.
| * | fix various python importsJiří Pinkava2016-06-261-2/+2
| |/
* | examples: run_synthetic.py use ArgumentParserJiří Pinkava2016-05-031-22/+17
| |
* | examples: plot_flops use ArgumentParserJiří Pinkava2016-05-021-9/+6
| |
* | examples: affinity_set use ArgParseJiří Pinkava2016-05-021-4/+4
|/
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-2/+2
| | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* runtime: fixed copy/paste error in volk_types.pyAlexandru Csete2013-07-291-1/+1
|
* examples: Some of the examples were updated to use 3.7 API, but the new ↵Nathan West2013-07-266-6/+17
| | | | module namespaces were never imported.
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-2631-0/+3004