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> | ||||
* | uhd: fix pybind11 bindings | Josh Morman | 2020-06-10 | 1 | -1/+1 |
| | | | | | | | | | 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 Economos | 2020-05-28 | 1 | -34/+33 |
| | |||||
* | uhd: fix chooser default value in example flowgraphs | Josh Morman | 2020-01-21 | 1 | -10/+12 |
| | |||||
* | uhd: Convert GRC examples to YAML format | Johannes Demel | 2019-07-23 | 1 | -2821/+1030 |
| | |||||
* | examples: removed extra titles or legends from QTGUI blocks in examples. | Tom Rondeau | 2015-08-05 | 1 | -12/+12 |
| | | | | | 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 Braun | 2015-06-22 | 1 | -726/+1446 |
| | |||||
* | examples: Ported examples in GNU Radio tree to QT. | Martin Braun | 2014-07-12 | 1 | -430/+1003 |
| | |||||
* | wxgui: Moved oscope and histogram bases into wxgui. | Tom Rondeau | 2013-03-18 | 1 | -3/+3 |
| | | | | 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 Rondeau | 2013-03-18 | 1 | -36/+36 |
| | |||||
* | UHD: improved capabilities for uhd_fft.grc. | Ben Hilburn | 2012-10-03 | 1 | -102/+605 |
| | |||||
* | examples: Reworked locations and installation of examples. | Tom Rondeau | 2012-04-03 | 1 | -0/+1025 |
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>. |