Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace fft.window.WIN_ with window.win_ and include in grc default import | Josh Morman | 2020-12-18 | 1 | -2/+2 |
| | | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com> | ||||
* | global replace of firdes.WIN_ with fft.window.WIN_ | Josh Morman | 2020-12-18 | 1 | -2/+2 |
| | | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com> | ||||
* | digital: Convert GRC examples to YAML format | Johannes Demel | 2019-01-27 | 1 | -1911/+585 |
| | | | | | | | | 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. | ||||
* | examples: minor tweaks to some examples. | Tom Rondeau | 2014-07-12 | 1 | -305/+361 |
| | |||||
* | examples: Ported examples in GNU Radio tree to QT. | Martin Braun | 2014-07-12 | 1 | -279/+1227 |
| | |||||
* | grc: fixing up new next structure blocks for GRC categories. | Tom Rondeau | 2013-04-04 | 1 | -3/+3 |
| | | | | docs: also updating Doxygen category for all new/moved blocks. | ||||
* | wxgui: Moved oscope and histogram bases into wxgui. | Tom Rondeau | 2013-03-18 | 1 | -2/+2 |
| | | | | This makes gr-wxgui more like a normal component that generates a libgnuradio-wxgui.so file. | ||||
* | blocks: removing throttle, threshold, stretch from gnuradio-core. | Tom Rondeau | 2013-02-24 | 1 | -4/+4 |
| | |||||
* | digital: fixed up examples for the updated location of blocks. | Tom Rondeau | 2013-01-15 | 1 | -250/+250 |
| | |||||
* | Merge branch 'master' into next | Tom Rondeau | 2013-01-15 | 1 | -305/+246 |
|\ | | | | | | | | | | | | | | | Conflicts: gr-digital/examples/demod/ber_simulation.grc gr-digital/examples/demod/digital_freq_lock.grc gr-digital/examples/demod/pam_sync.grc gr-digital/examples/demod/pam_timing.grc | ||||
| * | digital: made the demod examples clearer | Martin Braun | 2013-01-15 | 1 | -48/+48 |
| | | |||||
* | | Merge branch 'master' into next | Tom Rondeau | 2012-11-28 | 1 | -1/+60 |
|\| | | | | | | | | | | | | | | | Conflicts: gr-digital/examples/demod/digital_freq_lock.grc gr-digital/examples/demod/pam_sync.grc gr-digital/examples/demod/pam_timing.grc gr-utils/src/python/CMakeLists.txt | ||||
| * | digital: fixing GRC file id names to build other than top_block.py. | Tom Rondeau | 2012-11-28 | 1 | -1/+1 |
| | | |||||
* | | digital: fixed demod examples to work with gr-digital and gr-filter components. | Tom Rondeau | 2012-07-16 | 1 | -302/+302 |
|/ | |||||
* | digital: fixes the digital demod GRC examples after last updates to gr-digital. | Martin Braun | 2012-07-08 | 1 | -610/+196 |
| | |||||
* | Rework example directories. Gets rid of gnuradio-examples, moves these to ↵ | Tom Rondeau | 2012-04-03 | 1 | -0/+1321 |
more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them. |