User:Duggabe: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (add TBD notation) |
||
Line 14: | Line 14: | ||
* [[Flowgraph_Python_Code|'''Understanding a flowgraph's python code''']] | * [[Flowgraph_Python_Code|'''Understanding a flowgraph's python code''']] | ||
* [[Embedded_Python_Block|'''Writing your own block''' (using Embedded Python Block)]] | * [[Embedded_Python_Block|'''Writing your own block''' (using Embedded Python Block)]] | ||
* '''Writing the XML file for a block''' (for 3.7) | * '''Writing the XML file for a block''' (for 3.7) (TBD) | ||
* [[YAML_GRC|'''Writing the YAML file for a block''' (new in 3.8)]] | * [[YAML_GRC|'''Writing the YAML file for a block''' (new in 3.8)]] | ||
* [[OutOfTreeModules|'''Out of Tree modules''']] | * [[OutOfTreeModules|'''Out of Tree modules''']] | ||
* [[Guided_Tutorial_GNU_Radio_in_C++|'''Writing blocks in C++''' (for 3.7)]] | * [[Guided_Tutorial_GNU_Radio_in_C++|'''Writing blocks in C++''' (for 3.7)]] | ||
* '''Writing blocks in C++''' (new in 3.8) | * '''Writing blocks in C++''' (new in 3.8) (TBD) | ||
== Expert User Level == | == Expert User Level == |
Revision as of 02:07, 19 January 2020
Draft Tutorials 2.0
Beginner User Level
These tutorials are designed to guide new GNU Radio users to a better understanding of the project.
- A brief introduction to GNU Radio, SDR, and DSP
- Intro to GR usage: GRC and flowgraphs
- Using GNU Radio with Hardware
- Understanding sample rate
- Brief intro to PMTs, Stream Tags, and Messaging Passing
- Example Usage of GNU Radio: PSK Demodulation
Intermediate User Level
- Understanding a flowgraph's python code
- Writing your own block (using Embedded Python Block)
- Writing the XML file for a block (for 3.7) (TBD)
- Writing the YAML file for a block (new in 3.8)
- Out of Tree modules
- Writing blocks in C++ (for 3.7)
- Writing blocks in C++ (new in 3.8) (TBD)
Expert User Level
- Writing flowgraphs in C++ (new in 3.8)
- Volk- what it does, why it rocks, how to write new kernels
- Working with ALSA and Pulse Audio
- Simulations
- Tagged streams for variable-length PDUs
- Basics of OFDM
Developer Level
- Source level debugging C++ OOT modules with Visual Studio Code
- Building and source level debugging C++ OOT modules with Eclipse
- Git and GNU Radio
- How to use Octave or Matlab with GNU Radio
Content we will need to create or extract from existing work
- Writing the XML file for a block (for 3.7)
- Writing blocks in C++ (new in 3.8)
- 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
- The GNU Radio Scheduler
- VOLK Introduction
- Remote GRC Operations
- Using VIM for editing GNU Radio modules
- Using Code::Blocks for editing GNU Radio modules