Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | digital: pep8 formatting | Josh Morman | 2021-11-24 | 4 | -57/+83 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | python: Remove unnecessary 'from __future__ import' | Oleksandr Kravchuk | 2020-08-03 | 4 | -11/+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 format | devnulling | 2020-01-27 | 4 | -52/+4 |
| | |||||
* | runtime: gr_threading clutch obsolete; remove it and its usage | Marcus Müller | 2018-11-12 | 1 | -3/+3 |
| | | | | | | | | We essentially monkeypatched Python's `threading` module inelegantly to get around shortcomings in Python 2.3 and 2.4. Since support for these versions is long gone: removal of this clutch and its usage. | ||||
* | Convert tabs to spaces and fix syntax errors. | Clayton Smith | 2018-10-04 | 2 | -17/+17 |
| | |||||
* | Remove all examples depending on and references to message_s{ource,ink} | Marcus Müller | 2018-08-27 | 8 | -1408/+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üller | 2018-08-23 | 7 | -0/+21 |
| | | | | In accordance to #1956. | ||||
* | Merge branch 'python3_fix' into next | Andrej Rode | 2018-06-24 | 11 | -242/+282 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 python3 | Douglas Anderson | 2017-02-26 | 11 | -242/+282 |
| | | |||||
* | | Comment typo fixing. | luz.paz | 2018-02-03 | 3 | -3/+3 |
|/ | | | | Luzpaz went ahead and found typos using `codespell -q 3`. | ||||
* | Merge remote-tracking branch 'pinkavaj/static-m-00' | Johnathan Corgan | 2016-06-28 | 3 | -16/+6 |
|\ | |||||
| * | simplify application of staticmethod in .py | Jiří Pinkava | 2016-06-28 | 3 | -16/+6 |
| | | |||||
* | | fix various python imports | Jiří Pinkava | 2016-06-26 | 1 | -2/+2 |
|/ | |||||
* | digital: updated narrowband examples with --lo-offset and --clock-source options | Mike Jameson | 2013-08-23 | 3 | -26/+43 |
| | |||||
* | blocks: converting references to vector source/sink, null source/sink, nop, ↵ | Tom Rondeau | 2013-03-17 | 6 | -13/+13 |
| | | | | 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 Rondeau | 2013-03-10 | 7 | -8/+12 |
| | | | | moved all refs to gr-blocks. | ||||
* | core: cleaning up remez and firdes in gnuradio-core; now in gr-filter. | Tom Rondeau | 2013-03-06 | 1 | -1/+1 |
| | |||||
* | blocks: removing blocks moved into gr-blocks: | Tom Rondeau | 2013-03-06 | 2 | -2/+2 |
| | | | | message_strobe, message_debug, message_source, message_sink, message_burst_source, peak_detector, moving_average. | ||||
* | blocks: removing throttle, threshold, stretch from gnuradio-core. | Tom Rondeau | 2013-02-24 | 2 | -3/+3 |
| | |||||
* | blocks: removing blocks from gnuradio-core. | Tom Rondeau | 2013-02-21 | 1 | -1/+1 |
| | | | | delay, rms, packed_to_unpacked, unpacked_to_packed. | ||||
* | Merge branch 'master' into next | Johnathan Corgan | 2013-01-18 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: gr-digital/include/digital_constellation_receiver_cb.h | ||||
| * | digital: Fixed bug in digital_bert_rx.py (thanks Charles Ru) | Ben Reynwar | 2013-01-18 | 1 | -1/+1 |
| | | |||||
* | | blocks: removes blocks moved to gr-blocks from gnuradio-core. | Tom Rondeau | 2012-12-21 | 5 | -7/+12 |
| | | | | | | | | Also fixes up some other missing moves. | ||||
* | | all: Python, GRC, and examples to properly pull blocks from filter and analog. | Tom Rondeau | 2012-11-06 | 1 | -2/+3 |
| | | |||||
* | | analog: removing probe_avg_mag_sqrd from gnuradio-core. | Tom Rondeau | 2012-11-06 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-11-02 | 1 | -1/+2 |
|\| | | | | | | | | | | | | | | | | | | | | | Conflicts are from moving gr_channel_model into filter::channel_model. Conflicts: gnuradio-core/src/lib/hier/gr_channel_model.h gnuradio-core/src/lib/hier/gr_channel_model.i gr-digital/examples/narrowband/benchmark_add_channel.py gr-digital/examples/ofdm/benchmark_add_channel.py | ||||
| * | Fixes other uses of channel model to always have negative or zero | Alick Zhao | 2012-11-02 | 1 | -1/+1 |
| | | | | | | | | seed for noise source, matching the documentation update in 0d6871b3. | ||||
* | | Merge remote branch 'reynwar/comments_next' into next | Johnathan Corgan | 2012-08-28 | 3 | -5/+8 |
|\ \ | | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h gr-digital/python/bpsk.py gr-digital/python/qpsk.py | ||||
| * | | docs: Changed arguments in python docstrings to new formatting style. | Ben Reynwar | 2012-08-14 | 3 | -5/+8 |
| | | | |||||
* | | | core: fixing location of some components for the new hierarchy. | Tom Rondeau | 2012-08-22 | 1 | -1/+1 |
| | | | | | | | | | | | | ctest and digital examples working again. | ||||
* | | | digital: fixed up digital blocks to make examples work again. | Tom Rondeau | 2012-08-20 | 1 | -2/+3 |
| | | | | | | | | | | | | Added GMSK loopback to test that block, too. Switched a couple over to qtgui instead of wx. | ||||
* | | | digital: fixed narrowband BER test. | Tom Rondeau | 2012-07-16 | 2 | -4/+6 |
| | | | |||||
* | | | digital: fixed narrowband voice example and OFDM code to use gr-filter. | Tom Rondeau | 2012-07-16 | 1 | -1/+2 |
| | | | |||||
* | | | digital: fixing narrowband (de)mods and examples to work with gr-digital and ↵ | Tom Rondeau | 2012-07-16 | 2 | -10/+10 |
|/ / | | | | | | | gr-filter components. | ||||
* | | core: removed gr_scrambler_bb after move to gr-digital | Johnathan Corgan | 2012-06-06 | 1 | -1/+1 |
| | | |||||
* | | core: removed gr_probe_density_b after moving to gr-digital | Johnathan Corgan | 2012-06-06 | 1 | -1/+1 |
| | | |||||
* | | core: removed gr_descrambler_bb after transition to gr-digital | Johnathan Corgan | 2012-05-03 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'maint' | Tom Rondeau | 2012-04-19 | 1 | -1/+1 |
|\ | |||||
| * | digital: fixed miscalculation of symbol rate in digital_bert_rx. | Tom Rondeau | 2012-04-19 | 1 | -1/+1 |
| | | |||||
* | | digital: updated BER test recever to use new SNR probe in digital. | Tom Rondeau | 2012-04-13 | 1 | -1/+1 |
|/ | |||||
* | digital: in narrowband examples, added the ability to change the channel ↵ | Tom Rondeau | 2012-03-19 | 1 | -1/+11 |
| | | | | | | | bandwidth. When the frequency factor is off significantly, the signal can be outside the range of the channel filter. This allows a user to open up the filter to acquire these signals. | ||||
* | digital: fixing up BERT interfaces. Also added a gain control to the tx side ↵ | Tom Rondeau | 2012-01-16 | 2 | -2/+7 |
| | | | | (so options.amplitude is actually used). | ||||
* | uhd: fixes to instantiating UHD devices to set the antenna and subdevice ↵ | Tom Rondeau | 2011-12-14 | 1 | -8/+8 |
| | | | | properly (patch from Sam Bretheim). | ||||
* | uhd: change examples to use new stream api | Josh Blum | 2011-11-07 | 1 | -6/+2 |
| | |||||
* | digital: added subdevspec option to digital UHD examples. | Tom Rondeau | 2011-10-21 | 4 | -12/+26 |
| | |||||
* | digital: fixed digital narrowband examples to set the sample rate based on ↵ | Tom Rondeau | 2011-10-19 | 4 | -14/+26 |
| | | | | the symbol rate, not the bitrate, of the modulation. | ||||
* | digital: fixed digital narrowband examples to use args instead of address ↵ | Tom Rondeau | 2011-10-19 | 7 | -19/+172 |
| | | | | and better default. | ||||
* | digital: added set_freq function to narrownband tunnel's main top block. | Tom Rondeau | 2011-10-14 | 1 | -1/+9 |
| | |||||
* | digital: fixed narrowband channel model adder to take a signal amplitude to ↵ | Tom Rondeau | 2011-10-14 | 1 | -3/+4 |
| | | | | determine the SNR. | ||||
* | digital: changed modulation_utils2 to modulation_utils and update all files ↵ | Tom Rondeau | 2011-10-12 | 7 | -9/+9 |
| | | | | using it. |