summaryrefslogtreecommitdiff
path: root/gr-digital/examples/narrowband/benchmark_tx.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove all examples depending on and references to message_s{ource,ink}Marcus Müller2018-08-271-162/+0
| | | | | | | | | Fixes #1024. Note that this only removes non-functional code which should have been removed when message_s{ink,ource} were removed. This also means that we'll need new narrowband examples (#1958).
* Add deprecation warning to narrowband examples using type_1_(de)mods()Marcus Müller2018-08-231-0/+3
| | | | In accordance to #1956.
* Merge branch 'python3_fix' into nextAndrej Rode2018-06-241-17/+21
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-17/+21
| |
* | Comment typo fixing.luz.paz2018-02-031-1/+1
|/ | | | Luzpaz went ahead and found typos using `codespell -q 3`.
* digital: updated narrowband examples with --lo-offset and --clock-source optionsMike Jameson2013-08-231-3/+3
|
* blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-171-2/+2
| | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* blocks: removing file_sink/source file_descriptor_sink/source form core and ↵Tom Rondeau2013-03-101-1/+2
| | | | moved all refs to gr-blocks.
* digital: added subdevspec option to digital UHD examples.Tom Rondeau2011-10-211-1/+2
|
* digital: fixed digital narrowband examples to set the sample rate based on ↵Tom Rondeau2011-10-191-1/+5
| | | | the symbol rate, not the bitrate, of the modulation.
* digital: fixed digital narrowband examples to use args instead of address ↵Tom Rondeau2011-10-191-1/+1
| | | | and better default.
* digital: changed modulation_utils2 to modulation_utils and update all files ↵Tom Rondeau2011-10-121-1/+1
| | | | using it.
* digital: sneaking in a fix to cpm.py here. Working with benchmark_tx. Also ↵Tom Rondeau2011-10-121-0/+2
| | | | adding some print statements to benchmark script to indicate what type of source/sink is being used.
* digital: moved narrowband examples to their own directory (to make room for ↵Tom Rondeau2011-10-121-0/+147
OFDM examples).