User talk:Duggabe: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(add section)
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
== "Recycle Bin", content we no longer link to that we may eventually just delete ==
== "Recycle Bin": content we no longer link to that we may eventually just delete ==


* [[Guided_Tutorial_GNU_Radio_in_Python|Programming GNU Radio in Python]]
* [[Guided_Tutorial_GNU_Radio_in_Python|Programming GNU Radio in Python]]
Line 12: Line 12:
* [[TutorialsDebugging|How to debug your applications]] - not well written; would need major rework and update
* [[TutorialsDebugging|How to debug your applications]] - not well written; would need major rework and update


== Status of gr-tutorial use with Tutorials ==
== Testing of QT GUI functions ==


Of the seven original tutorials, the only one which references the files in gr-tutorial is Guided_Tutorial_PSK_Demodulation. There are 12 flowgraphs for it in https://github.com/gnuradio/gr-tutorial/tree/master/examples/tutorial7  Since there are pictures of all the flowgraphs and outputs, we could just have the one final flowgraph in-tree, and remove all the links to gr-tutorial.
=== Instrumentation ===


The code for 'my_qpsk_demod' is not used, and none of the other files in gr-tutorial are used either.
==== In 3.8 ====


My recommendations:
* https://wiki.gnuradio.org/index.php/QT_GUI_Bercurve_Sink - tested OK in 3.9
* https://wiki.gnuradio.org/index.php/QT_GUI_Constellation_Sink - tested OK in 3.9
* https://wiki.gnuradio.org/index.php/QT_GUI_Frequency_Sink - tested OK in 3.9
* https://wiki.gnuradio.org/index.php/QT_GUI_Histogram_Sink - tested OK in 3.9
* https://wiki.gnuradio.org/index.php/QT_GUI_Number_Sink - tested OK in 3.9
* https://wiki.gnuradio.org/index.php/QT_GUI_Sink - tested OK in 3.9
* https://wiki.gnuradio.org/index.php/QT_GUI_Time_Raster_Sink - tested OK in 3.9
* https://wiki.gnuradio.org/index.php/QT_GUI_Time_Sink - tested OK in 3.9
* https://wiki.gnuradio.org/index.php/QT_GUI_Vector_Sink - tested OK in 3.9
* https://wiki.gnuradio.org/index.php/QT_GUI_Waterfall_Sink - tested OK in 3.9


* remove the links to the flowgraphs in https://wiki.gnuradio.org/index.php/Guided_Tutorial_PSK_Demodulation, revising the wording as needed.
=== GUI Widgets ===
* change https://github.com/gnuradio/gr-tutorial/blob/master/README.md to say that it is deprecated; OR delete gnuradio/gr-tutorial entirely.
* remove references to gnuradio/gr-tutorial in https://wiki.gnuradio.org/index.php/Guided_Tutorial_GRC
* mark https://wiki.gnuradio.org/index.php/Installing_the_Tutorials_Modules as deprecated.


== a dummy section ==
==== In 3.8 ====


== a dummy section ==
* https://wiki.gnuradio.org/index.php/QT_GUI_Check_Box - tested OK in 3.9
* https://wiki.gnuradio.org/index.php/QT_GUI_Chooser - tested OK in 3.9
* https://wiki.gnuradio.org/index.php/QT_GUI_Entry - tested OK in 3.9
* https://wiki.gnuradio.org/index.php/QT_GUI_Label - tested OK in 3.9
<br>
* https://wiki.gnuradio.org/index.php/QT_GUI_Message_Edit_Box
    AttributeError: module 'gnuradio.qtgui' has no attribute 'edit_box_msg'
<br>
* https://wiki.gnuradio.org/index.php/QT_GUI_Push_Button - tested OK in 3.9
* https://wiki.gnuradio.org/index.php/QT_GUI_Range - tested OK in 3.9
* https://wiki.gnuradio.org/index.php/QT_GUI_Tab_Widget - tested OK in 3.9
 
==== Added in 3.9 ====
 
* QT_GUI_App_Background - tested OK in 3.9
* QT_GUI_Az-El_Plot - tested OK in 3.9
* QT_GUI_Compass - tested OK in 3.9
* QT_GUI_Dial - tested OK in 3.9
* QT_GUI_Dial_Gauge - tested OK in 3.9
* QT_GUI_Digital_Number_Control - tested OK in 3.9
* QT_GUI_Distance_Radar - tested OK in 3.9
* https://wiki.gnuradio.org/index.php/QT_GUI_Eye_Sink - tested OK in 3.9
* QT_GUI_Fast_Auto-Correlator_Sink - tested OK in 3.9
* QT_GUI_Graphic_Item - tested OK in 3.9
* QT_GUI_Graphic_Overlay_Sample_Source - tested OK in 3.9
* QT_GUI_LED_Indicator - tested OK in 3.9
* QT_GUI_Level_Gauge - tested OK in 3.9
* QT_GUI_Message_CheckBox - tested OK in 3.9
* QT_GUI_Toggle_Button - tested OK in 3.9
* QT_GUI_Toggle_Switch - tested OK in 3.9

Revision as of 15:30, 25 July 2020

"Recycle Bin": content we no longer link to that we may eventually just delete

Testing of QT GUI functions

Instrumentation

In 3.8

GUI Widgets

In 3.8


   AttributeError: module 'gnuradio.qtgui' has no attribute 'edit_box_msg'


Added in 3.9

  • QT_GUI_App_Background - tested OK in 3.9
  • QT_GUI_Az-El_Plot - tested OK in 3.9
  • QT_GUI_Compass - tested OK in 3.9
  • QT_GUI_Dial - tested OK in 3.9
  • QT_GUI_Dial_Gauge - tested OK in 3.9
  • QT_GUI_Digital_Number_Control - tested OK in 3.9
  • QT_GUI_Distance_Radar - tested OK in 3.9
  • https://wiki.gnuradio.org/index.php/QT_GUI_Eye_Sink - tested OK in 3.9
  • QT_GUI_Fast_Auto-Correlator_Sink - tested OK in 3.9
  • QT_GUI_Graphic_Item - tested OK in 3.9
  • QT_GUI_Graphic_Overlay_Sample_Source - tested OK in 3.9
  • QT_GUI_LED_Indicator - tested OK in 3.9
  • QT_GUI_Level_Gauge - tested OK in 3.9
  • QT_GUI_Message_CheckBox - tested OK in 3.9
  • QT_GUI_Toggle_Button - tested OK in 3.9
  • QT_GUI_Toggle_Switch - tested OK in 3.9