User:Duggabe: Difference between revisions
Jump to navigation
Jump to search
(add TBD notation) |
(remove Tutorial content (it is now in Tutorials)) |
||
Line 1: | Line 1: | ||
= Draft Tutorials 2.0 = | = Draft Tutorials 2.0 = | ||
<b>Content we will need to create or extract from existing work</b> | <b>Content we will need to create or extract from existing work</b> | ||
<hr> | <hr> | ||
* '''Writing the XML file for a block''' (for 3.7) | * '''Writing the XML file for a block''' (for 3.7) | ||
* '''Writing flowgraphs in C++''' (new to 3.8) | * '''Writing flowgraphs in C++''' (new to 3.8) | ||
Line 55: | Line 19: | ||
* [[TutorialPythonFunctions|Writing a Python Function for GRC]] | * [[TutorialPythonFunctions|Writing a Python Function for GRC]] | ||
* [[TutorialsDebugging|How to debug your applications]] | * [[TutorialsDebugging|How to debug your applications]] | ||
* [http://www.brainshark.com/SPS/vu?pi=zH8zQcV8dzAXPbz0 VOLK Introduction] | * [http://www.brainshark.com/SPS/vu?pi=zH8zQcV8dzAXPbz0 VOLK Introduction] | ||
* [[TutorialsRemoteGUI|Remote GRC Operations]] | * [[TutorialsRemoteGUI|Remote GRC Operations]] | ||
* [[UsingVim|Using VIM for editing GNU Radio modules]] | * [[UsingVim|Using VIM for editing GNU Radio modules]] | ||
* [[UsingCB|Using Code::Blocks for editing GNU Radio modules]] | * [[UsingCB|Using Code::Blocks for editing GNU Radio modules]] |
Revision as of 15:42, 20 January 2020
Draft Tutorials 2.0
Content we will need to create or extract from existing work
- Writing the XML file for a block (for 3.7)
- Writing flowgraphs in C++ (new to 3.8)
Content which is not used from original Tutorials page
- Guided_Tutorial_Extras_Sample_Rates#E2.3._A_Note_on_Resampling
- Programming GNU Radio in Python
- Core concepts of GNU Radio applications - A must-read for everyone
- WritePythonApplications - A tutorial on how to develop Python GNU Radio applications.
- QTGUI Tutorial - A tutorial on how to develop Python GNU Radio applications.
- Tom Rondeau's gr-tutorial - Some tutorials from the boss himself.
- Tutorial on how to configure OOT packages to find and link against GNU Radio
- Writing a Python Function for GRC
- How to debug your applications
- VOLK Introduction
- Remote GRC Operations
- Using VIM for editing GNU Radio modules
- Using Code::Blocks for editing GNU Radio modules