Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: Repair all examples affected by commit 91e9ddf. | Ron Economos | 2021-10-11 | 1 | -4/+4 |
| | | | | | | Replace all occurrences of empty minoutbuf and maxoutbuf with 0. Signed-off-by: Ron Economos <w6rz@comcast.net> | ||||
* | replace fft.window.WIN_ with window.win_ and include in grc default import | Josh Morman | 2020-12-18 | 2 | -4/+4 |
| | | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com> | ||||
* | global replace of firdes.WIN_ with fft.window.WIN_ | Josh Morman | 2020-12-18 | 2 | -4/+4 |
| | | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com> | ||||
* | digital: add constellation_encoder block | Josh Morman | 2020-11-16 | 1 | -0/+420 |
| | |||||
* | Fixed two GUI options that had overlapping IDs | Oliver | 2020-06-24 | 1 | -1/+1 |
| | |||||
* | Fixed two GUI options that had overlapping IDs | Oliver | 2020-06-24 | 1 | -1/+1 |
| | |||||
* | digital: test_corr_est example - missing parenthesis | Josh Morman | 2020-04-01 | 1 | -35/+171 |
| | | | | | | | Previous version missed something in the transition to yaml, namely parenthesis around the lengths list in the stream mux. Now the example runs out of the box | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -14/+2 |
| | |||||
* | digital: fix chooser default value for constsoft_decoder example | Josh Morman | 2020-01-21 | 3 | -50/+161 |
| | | | | | | digital: fix chooser default value for symbol_sync_complex example digital: fix chooser default value for symbol_sync_float example | ||||
* | digital: Fix GRC examples for YAML format | Johannes Demel | 2019-07-23 | 2 | -4894/+1600 |
| | | | | | | | | | | | | | | | | | | | | With this commit the remaining GRC examples that were not yet converted to YAML are converted too. GRC did not open these examples because it threw an error. > Error: (ValueError("invalid literal for int() with base 10: > 'digital.packet_utils.default_access_code'",), '% if > int(eval(access_code))==0:\nself.${id} = ${id} = > digital.header_format_default(digital.packet_utils.default_access_code,\\\n${threshold}, > ${bps})\n% else:\nself.${id} = ${id} = > digital.header_format_default(${access_code},\\\n${threshold}, ${bps})\n% endif') This could be fixed by manually editing the corresponding GRC files. All uses of `digital.packet_utils.default_access_code` are replaced with a string. This allows GRC to open these files. Still, GRC will hang in case `digital.packet_utils.default_access_code` is used again. This hints at a bug with the `default_access_code` code. | ||||
* | digital: Convert GRC examples to YAML format | Johannes Demel | 2019-01-27 | 5 | -13023/+3789 |
| | | | | | | | | This commit converts the examples in `gr-digital` to the new YAML format. This conversion is tracked in #2285. Only the flowgraphs in `examples` and `examples/demod` are updated. Some flowgraphs can't be opened due to some 'id' error. | ||||
* | replace scipy by numpy in GRC examples | Marcus Müller | 2018-11-02 | 1 | -3/+3 |
| | |||||
* | Delete deprecated (q)d/qpsk and qam python hier blocks. | Marcus Müller | 2018-08-23 | 1 | -1134/+0 |
| | | | | | | | | | | | | | | Fixes #1081. These blocks were just overly specific wrappers for RRC + constellation decoders/encoders. With the nice constellation objects, no need to keep these around. Note that they are still in use as *possible* constellations (runtime-detected) in examples like narrowband/tunnel.py, but reducing these in functionality is inavoidable at this point. Progress of updating them is tracked in #1956. | ||||
* | Merge branch 'next' into python3 | Johnathan Corgan | 2017-09-22 | 2 | -1075/+396 |
|\ | |||||
| * | Merge branch 'master' into next | Johnathan Corgan | 2017-09-22 | 2 | -1075/+396 |
| |\ | |||||
| | * | digital: Cosmetic updates to symbol sync examples | Martin Braun | 2017-09-14 | 2 | -1075/+396 |
| | | | | | | | | | | | | | | | | | | - Added annotations (block comments) - Reduced number of blocks, same functionality, less distraction - Minor label changes | ||||
* | | | Merge branch 'next' into python3 | Johnathan Corgan | 2017-08-14 | 3 | -10/+149 |
|\| | | |||||
| * | | Merge branch 'master' into next | Johnathan Corgan | 2017-08-14 | 3 | -10/+149 |
| |\| | |||||
| | * | digital: Clarify a magic number in the symbol_sync_test_float_ted_gain.m example | Andy Walls | 2017-08-08 | 1 | -2/+5 |
| | | | |||||
| | * | digital: Add TED gain example Octave script & update symbol_sync_test_float.grc | Andy Walls | 2017-08-06 | 3 | -6/+142 |
| | | | |||||
| | * | digital: Correct gain formulas in example symbol sync flowgraphs | Andy Walls | 2017-08-06 | 2 | -4/+4 |
| | | | |||||
* | | | Merge branch 'next' into python3 | Johnathan Corgan | 2017-08-03 | 2 | -161/+295 |
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: grc/core/Param.py grc/gui/Application.py grc/gui/NotebookPage.py | ||||
| * | | Merge branch 'master' into next | Johnathan Corgan | 2017-08-03 | 2 | -161/+295 |
| |\| | |||||
| | * | digital: Add expected TED gain for computing symbol sync loop gains | Andy Walls | 2017-07-24 | 2 | -161/+295 |
| | | | | | | | | | | | | | | | | | | | | | The computation of proportional (alpha) and intergal (beta) loop gains in the symbol synchronizer blocks neglected to account for the timing error detector gain. Add expected timing error detector gain as a user configurable parameter. | ||||
* | | | Merge branch 'next' into python3 | Johnathan Corgan | 2017-07-17 | 2 | -0/+5445 |
|\| | | |||||
| * | | Merge branch 'master' into next | Johnathan Corgan | 2017-07-17 | 2 | -0/+5445 |
| |\| | | | | | | | | | | | | | Conflicts: gr-digital/examples/CMakeLists.txt | ||||
| | * | gr-filter, digital: Add symbol_sync_{cc|ff} and auxiliary classes | Andy Walls | 2017-07-17 | 2 | -0/+5445 |
| | | | |||||
* | | | grc: added yaml/mako support | Sebastian Koslowski | 2017-06-29 | 1 | -1125/+1334 |
|/ / | | | | | | | Includes basic converter from XML/Cheetah to YAML/Mako based block format. | ||||
* | | gr-blocks: removed blks2 namespace blocks | Johnathan Corgan | 2016-10-23 | 4 | -3304/+0 |
| | | | | | | | | | | | | * This also removes blks2 from gr-digital; however, the old style OFDM code still uses this and are broken until they are removed. | ||||
* | | digital: remove correlate_and_sync (use corr_est) | Johnathan Corgan | 2016-09-08 | 3 | -6628/+0 |
|/ | |||||
* | digital: adds corr_est_cc correlation estimator block | Johnathan Corgan | 2015-04-06 | 1 | -0/+3500 |
| | | | | | | | This commit is almost entirely based on the correlate_and_sync_cc update by Nick Foster <bistromath@gmail.com> and Andy Walls <andy@silverblocksystems.net>, but has been renamed to corr_est_cc in order to be included in the 3.7 API without compatibility issues. | ||||
* | digtial: adding example to explore the constellation decoder and soft ↵ | Tom Rondeau | 2014-12-03 | 1 | -0/+2242 |
| | | | | decoder for different constellations. | ||||
* | examples: minor tweaks to some examples. | Tom Rondeau | 2014-07-12 | 4 | -618/+1390 |
| | |||||
* | Merge remote-tracking branch 'mbant/qtify-examples' | Tom Rondeau | 2014-07-12 | 5 | -1487/+5791 |
|\ | |||||
| * | examples: Ported examples in GNU Radio tree to QT. | Martin Braun | 2014-07-12 | 5 | -1487/+5791 |
| | | |||||
* | | qtgui: updates number sink behavor. | Tom Rondeau | 2014-07-12 | 1 | -158/+370 |
|/ | | | | | | Adds ability to add a title, set the units of teh number, add and set the scaling factor. Addresses Issue #690. | ||||
* | qtgui: changed all examples to start wtih empty name fields. | Tom Rondeau | 2014-07-02 | 5 | -13/+13 |
| | | | | Don't want to have QT GUI Plot show up for every plot now. | ||||
* | digital: fixing up some work done in the fec api development. | Tom Rondeau | 2014-05-20 | 1 | -3301/+0 |
| | |||||
* | Merge branch 'fecapi' | Tom Rondeau | 2014-05-20 | 1 | -0/+3301 |
|\ | | | | | | | | | | | Conflicts: cmake/Modules/FindICE-3.5.cmake gnuradio-runtime/include/gnuradio/rpcregisterhelpers.h | ||||
| * | fec: updating puncturing, adding documentation, adding CCSDS encoder. | Tom Rondeau | 2014-05-17 | 1 | -268/+376 |
| | | |||||
| * | fec: wip: allowing ber block to be used as a streaming block. | Tom Rondeau | 2014-05-17 | 1 | -480/+609 |
| | | |||||
| * | fec: wip: adding block that correlates against an access code and produces a ↵ | Tom Rondeau | 2014-05-17 | 1 | -0/+3064 |
| | | | | | | | | tagged stream ofthe payload (stripped access code). | ||||
* | | qtgui: adding a trigger for the constellation plots. Probably most useful ↵ | Tom Rondeau | 2014-04-24 | 1 | -78/+98 |
|/ | | | | | | with tags, but normal and auto triggering supported, too. Updates test_corr_and_sync block to use the time_est tag to trigger constellation plot. | ||||
* | digital: updated test_corr_and_sync to give time sink lines default labels. | Tom Rondeau | 2014-04-10 | 1 | -269/+1357 |
| | |||||
* | digital: fixed location of new corr_and_sync example and added UHD-based ↵ | Tom Rondeau | 2013-11-07 | 3 | -0/+5308 |
| | | | | corr_and_sync files for OTA tests. | ||||
* | grc: fixing up new next structure blocks for GRC categories. | Tom Rondeau | 2013-04-04 | 5 | -16/+16 |
| | | | | docs: also updating Doxygen category for all new/moved blocks. | ||||
* | wxgui: Moved oscope and histogram bases into wxgui. | Tom Rondeau | 2013-03-18 | 5 | -11/+11 |
| | | | | This makes gr-wxgui more like a normal component that generates a libgnuradio-wxgui.so file. | ||||
* | cleaning up, converting examples, etc. | Tom Rondeau | 2013-03-17 | 2 | -101/+129 |
| | |||||
* | blocks: removing throttle, threshold, stretch from gnuradio-core. | Tom Rondeau | 2013-02-24 | 8 | -33/+33 |
| | |||||
* | digital: setting grid position of sliders in digital examples. | Tom Rondeau | 2013-01-15 | 2 | -293/+293 |
| |