User talk:Duggabe: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
(16 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


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


These 17 GUI Widgets were added in 3.9:
; Sample Rate
: The sample rate for the block (default: samp_rate).


* QT_GUI_App_Background
etc.
* QT_GUI_Az-El_Plot
* QT_GUI_Compass
* QT_GUI_Dial
* QT_GUI_Dial_Gauge
* QT_GUI_Digital_Number_Control
* QT_GUI_Distance_Radar
* QT_GUI_Eye_Sink
* QT_GUI_Fast_Auto-Correlator_Sink
* QT_GUI_Graphic_Item
* QT_GUI_Graphic_Overlay_Sample_Source
* QT_GUI_LED_Indicator
* QT_GUI_Level_Gauge
* QT_GUI_Message_CheckBox
* QT_GUI_Msg_Push_Button
* QT_GUI_Toggle_Button
* QT_GUI_Toggle_Switch


These have doc pages:
== Messages ==


* QT_GUI_Compass
=== Inputs ===
* QT_GUI_Dial
* QT_GUI_Dial_Gauge
* QT_GUI_Digital_Number_Control
* QT_GUI_Eye_Sink
* QT_GUI_Fast_Auto-Correlator_Sink
* QT_GUI_LED_Indicator
* QT_GUI_Level_Gauge
* QT_GUI_Message_CheckBox
* QT_GUI_Msg_Push_Button
* QT_GUI_Toggle_Button
* QT_GUI_Toggle_Switch


== Notes from GRCon20 Docs breakout ==
=== Outputs ===
* document msg ports
* we need a list of blocks without params or example flowgraphs
* "How can I know which blocks to assemble to do X application"
* "I want to do X processing, Is there a block already that does it, and if so, what's its name?"


== Notes from GRCon20 HamRadio breakout ==
== Example Flowgraph ==
* Thoughts on forming a GNU Radio Amateur Radio monthly meeting group
 
** use BigBlueButton or Zoom
== Example Output ==
** have a host / moderator present a topic with a demonstration
 
** limit to one hour (especially if BigBlueButton)
== Source Files ==
** a time on the weekend might be better - something like 20:00 UTC?
 
** Barry Duggan will push out a news entry on the gnuradio.org homepage as soon as a kickoff seems feasible :) Marcus will help "as much as I can"
; C++ files
** possibly start a GR Ham Radio mailing list like discuss-gnuradio
: [https://github.com/gnuradio/gnuradio TODO]
* start a Ham Radio wiki page
 
** poor SSB always gets the short shrift. -> tutorial on SSB
; Header files
** list of starter RF components for HF
: [https://github.com/gnuradio/gnuradio TODO]
** It would be way cool to demonstrate bad signals in simulation, so that we can recognize them when we see them on air, and not be the ones doing bad things on the air ourselves.
 
; Public header files
: [https://github.com/gnuradio/gnuradio TODO]
 
; Block definition
: [https://github.com/gnuradio/gnuradio TODO]

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