User talk:Duggabe: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
(38 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 ==
== Skeleton for Block Docs ==


* [[Guided_Tutorial_GNU_Radio_in_Python|Programming GNU Radio in Python]]
Statement of purpose / function
* [[TutorialsRemoteGUI|Remote GRC Operations]] - needs updating!
* [[UsingVim|Using VIM plugins for GNU Radio development]]
* [[TutorialsQTGUI|QTGUI Tutorial]] - A tutorial on how to develop Python GNU Radio applications.
* [[Guided_Tutorial_Extras_Sample_Rates#E2.3._A_Note_on_Resampling]] - covered by Understanding sample rate
* [[TutorialsCoreConcepts|Core concepts of GNU Radio applications]] - content used in other pages
* [[TutorialsWritePythonApplications|WritePythonApplications]] - content used in other pages
* [[OutOfTreeModulesConfig|Tutorial on how to configure OOT packages to find and link against GNU Radio]] - for 3.7; also, most of the content is covered in Writing blocks in C++
* [[TutorialPythonFunctions|Writing a Python Function for GRC]] - for 3.7; content used in other pages; it doesn't work as written!
* [[TutorialsDebugging|How to debug your applications]] - not well written; would need major rework and update


== Testing of QT GUI functions ==
== Parameters ==
<b>(''R''):</b> <span class="plainlinks">[https://wiki.gnuradio.org/index.php/GNURadioCompanion#Variable_Controls ''Run-time adjustable'']</span>


=== Instrumentation ===
; Sample Rate
: The sample rate for the block (default: samp_rate).


==== In 3.8 ====
etc.


* https://wiki.gnuradio.org/index.php/QT_GUI_Bercurve_Sink
== Messages ==
* https://wiki.gnuradio.org/index.php/QT_GUI_Constellation_Sink
* https://wiki.gnuradio.org/index.php/QT_GUI_Frequency_Sink
* https://wiki.gnuradio.org/index.php/QT_GUI_Histogram_Sink
* https://wiki.gnuradio.org/index.php/QT_GUI_Number_Sink
* https://wiki.gnuradio.org/index.php/QT_GUI_Sink
* https://wiki.gnuradio.org/index.php/QT_GUI_Time_Raster_Sink
* https://wiki.gnuradio.org/index.php/QT_GUI_Time_Sink
* https://wiki.gnuradio.org/index.php/QT_GUI_Vector_Sink
* https://wiki.gnuradio.org/index.php/QT_GUI_Waterfall_Sink


=== GUI Widgets ===
=== Inputs ===


==== In 3.8 ====
=== Outputs ===


* https://wiki.gnuradio.org/index.php/QT_GUI_Check_Box
== Example Flowgraph ==
* https://wiki.gnuradio.org/index.php/QT_GUI_Chooser
* https://wiki.gnuradio.org/index.php/QT_GUI_Entry
* https://wiki.gnuradio.org/index.php/QT_GUI_Label
* https://wiki.gnuradio.org/index.php/QT_GUI_Message_Edit_Box
* https://wiki.gnuradio.org/index.php/QT_GUI_Push_Button
* https://wiki.gnuradio.org/index.php/QT_GUI_Range
* https://wiki.gnuradio.org/index.php/QT_GUI_Tab_Widget


==== Added in 3.9 ====
== Example Output ==


* https://wiki.gnuradio.org/index.php/QT_GUI_Eye_Sink
== Source Files ==
* QT_GUI_App_Background
 
* QT_GUI_Az-El_Plot
; C++ files
* QT_GUI_Compass
: [https://github.com/gnuradio/gnuradio TODO]
* QT_GUI_Dial
 
* QT_GUI_Dial_Gauge
; Header files
* QT_GUI_Digital_Number_Control
: [https://github.com/gnuradio/gnuradio TODO]
* QT_GUI_Distance_Radar
 
* QT_GUI_Fast_Auto-Correlator_Sink
; Public header files
* QT_GUI_Graphic_Item
: [https://github.com/gnuradio/gnuradio TODO]
* QT_GUI_Graphic_Overlay_Sample_Source
 
* QT_GUI_LED_Indicator
; Block definition
* QT_GUI_Level_Gauge
: [https://github.com/gnuradio/gnuradio TODO]
* QT_GUI_Message_CheckBox
* QT_GUI_Toggle_Button
* QT_GUI_Toggle_Switch

Revision as of 12:10, 7 June 2021

Skeleton for Block Docs

Statement of purpose / function

Parameters

(R): Run-time adjustable

Sample Rate
The sample rate for the block (default: samp_rate).

etc.

Messages

Inputs

Outputs

Example Flowgraph

Example Output

Source Files

C++ files
TODO
Header files
TODO
Public header files
TODO
Block definition
TODO