summaryrefslogtreecommitdiff
path: root/gr-uhd/examples/grc/uhd_fft.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>
* uhd: fix pybind11 bindingsJosh Morman2020-06-101-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 Economos2020-05-281-34/+33
|
* uhd: fix chooser default value in example flowgraphsJosh Morman2020-01-211-10/+12
|
* uhd: Convert GRC examples to YAML formatJohannes Demel2019-07-231-2821/+1030
|
* examples: removed extra titles or legends from QTGUI blocks in examples.Tom Rondeau2015-08-051-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 Braun2015-06-221-726/+1446
|
* examples: Ported examples in GNU Radio tree to QT.Martin Braun2014-07-121-430/+1003
|
* wxgui: Moved oscope and histogram bases into wxgui.Tom Rondeau2013-03-181-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 Rondeau2013-03-181-36/+36
|
* UHD: improved capabilities for uhd_fft.grc.Ben Hilburn2012-10-031-102/+605
|
* examples: Reworked locations and installation of examples.Tom Rondeau2012-04-031-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>.