| Commit message (Expand) | Author | Age | Files | Lines |
* | digital: pep8 formatting | Josh Morman | 2021-11-24 | 4 | -57/+83 |
* | python: Remove unnecessary 'from __future__ import' | Oleksandr Kravchuk | 2020-08-03 | 4 | -11/+0 |
* | 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 |
* | 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 |
* | Add deprecation warning to narrowband examples using type_1_(de)mods() | Marcus Müller | 2018-08-23 | 7 | -0/+21 |
* | Merge branch 'python3_fix' into next | Andrej Rode | 2018-06-24 | 11 | -242/+282 |
|\ |
|
| * | 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 |
|/ |
|
* | 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, c... | Tom Rondeau | 2013-03-17 | 6 | -13/+13 |
* | blocks: removing file_sink/source file_descriptor_sink/source form core and m... | Tom Rondeau | 2013-03-10 | 7 | -8/+12 |
* | 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 |
* | 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 |
* | Merge branch 'master' into next | Johnathan Corgan | 2013-01-18 | 1 | -1/+1 |
|\ |
|
| * | 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 |
* | | 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 |
|\| |
|
| * | Fixes other uses of channel model to always have negative or zero | Alick Zhao | 2012-11-02 | 1 | -1/+1 |
* | | Merge remote branch 'reynwar/comments_next' into next | Johnathan Corgan | 2012-08-28 | 3 | -5/+8 |
|\ \ |
|
| * | | 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 |
* | | | digital: fixed up digital blocks to make examples work again. | Tom Rondeau | 2012-08-20 | 1 | -2/+3 |
* | | | 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 |
|/ / |
|
* | | 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 band... | Tom Rondeau | 2012-03-19 | 1 | -1/+11 |
* | digital: fixing up BERT interfaces. Also added a gain control to the tx side ... | Tom Rondeau | 2012-01-16 | 2 | -2/+7 |
* | uhd: fixes to instantiating UHD devices to set the antenna and subdevice prop... | Tom Rondeau | 2011-12-14 | 1 | -8/+8 |
* | 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 th... | Tom Rondeau | 2011-10-19 | 4 | -14/+26 |
* | digital: fixed digital narrowband examples to use args instead of address and... | Tom Rondeau | 2011-10-19 | 7 | -19/+172 |
* | 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 d... | Tom Rondeau | 2011-10-14 | 1 | -3/+4 |
* | digital: changed modulation_utils2 to modulation_utils and update all files u... | Tom Rondeau | 2011-10-12 | 7 | -9/+9 |