summaryrefslogtreecommitdiff
path: root/gr-uhd/examples/grc
Commit message (Collapse)AuthorAgeFilesLines
* replace fft.window.WIN_ with window.win_ and include in grc default importJosh Morman2020-12-186-8/+8
| | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
* global replace of firdes.WIN_ with fft.window.WIN_Josh Morman2020-12-186-8/+8
| | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
* gr-uhd: Repair UHD examples with normalized gain.Ron Economos2020-10-082-70/+71
|
* uhd: Fix normalized gain GRC exampleMartin Braun2020-10-051-41/+41
| | | | | Fixes an issue in uhd_normalized_gain.grc, where the gain type was set to absolute/dB.
* uhd: fix pybind11 bindingsJosh Morman2020-06-102-2/+2
| | | | | | | | | Instead of relying on the pyuhd pybind11 bindings, create new gr::uhd pybind11 bindings that wrap the underlying types. Trying to use the pyuhd bindings directly has many issues Also, push some of the overloading into the constructors as opposed to in the __init__ functions with constructor interception
* gr-uhd: Fix Parameter block errors in GRC examples.Ron Economos2020-05-283-71/+70
|
* uhd: Add support for UHD 4.0 feature: RFNoCMartin Braun2020-02-211-0/+264
| | | | | | | | | | | | | | | | | | | | This merges the code required to run UHD 4.0 RFNoC features within GNU Radio. For UHD 4.0, this replaces the requirement to install gr-ettus (the OOT module for experimental features produced by Ettus Research / NI). The features added by this commit will only be compiled and included in gr-uhd if the underlying UHD version is at least 4.0. This commit includes the following components: - Block controllers for radio, DDC/DUC, FFT block (C++ and GRC) - Blocks for streamers (ingress/egress) - GRC bindings for GRC-based image builder - GRC domains for RFNoC, ctrl_port, timekeeper bus, and radio connections Co-Authored-By: Marcus Müller <mmueller@gnuradio.org>
* Revert "uhd: Add support for UHD 4.0 feature: RFNoC"Marcus Müller2020-02-091-264/+0
| | | | This reverts commit c3333eb0d7238c82442d1d901df03d5199557213.
* examples: fixup UHD WBFM exampledevnulling2020-02-091-115/+138
|
* uhd: Add support for UHD 4.0 feature: RFNoCMartin Braun2020-02-071-0/+264
| | | | | | | | | | | | | | | | | | This merges the code required to run UHD 4.0 RFNoC features within GNU Radio. For UHD 4.0, this replaces the requirement to install gr-ettus (the OOT module for experimental features produced by Ettus Research / NI). The features added by this commit will only be compiled and included in gr-uhd if the underlying UHD version is at least 4.0. This commit includes the following components: - Block controllers for radio, DDC/DUC, FFT block (C++ and GRC) - Blocks for streamers (ingress/egress) - GRC bindings for GRC-based image builder - GRC domains for RFNoC, ctrl_port, timekeeper bus, and radio connections
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* examples: fixup cmake files to include all examplesdevnulling2020-01-221-0/+3
|
* uhd: fix chooser default value in example flowgraphsJosh Morman2020-01-213-10/+17
|
* uhd: Convert GRC examples to YAML formatJohannes Demel2019-07-237-13715/+5212
|
* Remove examples depending on removed dxpsk_(de)modMarcus Müller2018-08-264-7769/+0
|
* cmake: nuke cpack from existenceJohnathan Corgan2016-08-031-1/+0
| | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality.
* uhd: Updated uhd_siggen_gui (uses QT), added GRC siggen exampleMartin Braun2015-09-241-0/+2154
| | | | | | | - Added uhd_app.py base class for example apps - uhd_siggen and uhd_siggen_gui now both use uhd_app - siggen now also multi-channel capabilities - siggen_gui fully QT, no more WX
* examples: removed extra titles or legends from QTGUI blocks in examples.Tom Rondeau2015-08-056-4398/+5947
| | | | | They just take up space and provide no info. Where used to differentiate graphs or lines, they are kept in.
* uhd: Updated uhd_fft example + app (moved to QT)Martin Braun2015-06-221-726/+1446
|
* uhd: changing uhd_msg_tune example to use other forms of setting parameters.Tom Rondeau2015-05-061-33/+201
| | | | | | The four widgets displayed set the values of the message strobe block's PMT dictionary to allow us to change them while the system is running.
* uhd: Updated command interface to match new message command formatMartin Braun2015-05-051-547/+627
| | | | | | - Added lots more commands (antenna, dsp tuning etc.) - Marked tuple-based commands as deprecated - dicts and pairs are now the default types
* uhd: Refactored usrp_{sink,source} blocksMartin Braun2015-04-301-127/+324
|
* uhd: Normalized gain rangesMartin Braun2015-01-272-0/+1105
|
* Merge remote-tracking branch 'mbant/uhd/msg_format' into qt_the_thingsTom Rondeau2014-07-141-0/+1132
|\
| * uhd: Added example for re-tuning through messagesMartin Braun2014-07-081-0/+1132
| |
* | examples: Ported examples in GNU Radio tree to QT.Martin Braun2014-07-127-2093/+5174
|/
* grc: fixing up new next structure blocks for GRC categories.Tom Rondeau2013-04-042-6/+6
| | | | docs: also updating Doxygen category for all new/moved blocks.
* wxgui: Moved oscope and histogram bases into wxgui.Tom Rondeau2013-03-182-4/+4
| | | | This makes gr-wxgui more like a normal component that generates a libgnuradio-wxgui.so file.
* examples: updating many examples for changes in modules and namespaces.Tom Rondeau2013-03-185-281/+429
|
* blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-171-3/+3
| | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* grc: updating GRC exmaples for new component changes.Tom Rondeau2012-12-274-19/+19
|
* analog: fixing up GRC and other examples to use gr-analog for sig and noise ↵Tom Rondeau2012-11-101-227/+315
| | | | sources.
* UHD: improved capabilities for uhd_fft.grc.Ben Hilburn2012-10-031-102/+605
|
* uhd: updating/fixing WBFM example.Marcus Leech2012-04-241-97/+137
|
* examples: Reworked locations and installation of examples.Tom Rondeau2012-04-038-0/+10548
All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>.