summaryrefslogtreecommitdiff
path: root/gr-digital/examples/demod/digital_freq_lock.grc
Commit message (Collapse)AuthorAgeFilesLines
* replace fft.window.WIN_ with window.win_ and include in grc default importJosh Morman2020-12-181-2/+2
| | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
* global replace of firdes.WIN_ with fft.window.WIN_Josh Morman2020-12-181-2/+2
| | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
* digital: Convert GRC examples to YAML formatJohannes Demel2019-01-271-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 Rondeau2014-07-121-305/+361
|
* examples: Ported examples in GNU Radio tree to QT.Martin Braun2014-07-121-279/+1227
|
* grc: fixing up new next structure blocks for GRC categories.Tom Rondeau2013-04-041-3/+3
| | | | docs: also updating Doxygen category for all new/moved blocks.
* wxgui: Moved oscope and histogram bases into wxgui.Tom Rondeau2013-03-181-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 Rondeau2013-02-241-4/+4
|
* digital: fixed up examples for the updated location of blocks.Tom Rondeau2013-01-151-250/+250
|
* Merge branch 'master' into nextTom Rondeau2013-01-151-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 clearerMartin Braun2013-01-151-48/+48
| |
* | Merge branch 'master' into nextTom Rondeau2012-11-281-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 Rondeau2012-11-281-1/+1
| |
* | digital: fixed demod examples to work with gr-digital and gr-filter components.Tom Rondeau2012-07-161-302/+302
|/
* digital: fixes the digital demod GRC examples after last updates to gr-digital.Martin Braun2012-07-081-610/+196
|
* Rework example directories. Gets rid of gnuradio-examples, moves these to ↵Tom Rondeau2012-04-031-0/+1321
more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them.