User:Duggabe: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(temporary work page)
 
No edit summary
(170 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Author: Barry Duggan
Barry Duggan is a graduate of Georgia Tech in Electrical Engineering and is a career computer programmer specializing in real-time control, data communication systems, and email security. He has been an amateur radio operator since 1953, and now devotes most of his time to the GNU Radio project. He is a member of the GNU Radio General Assembly, the GRCon21 Organizing Committee, and is currently the Documentation Lead for GNURadio.
 
temporary page for Tutorials layout.
 
-------------
 
= Beginner-level tutorials =
 
Start here:
* [[TutorialsCoreConcepts|Core concepts of GNU Radio applications]] - A must-read for everyone
 
= Guided Tutorials =
 
These tutorials are designed to guide new GNU Radio users to a better understanding of the project: how to work with it, interact with the library, and build your own components and blocks. By the end, you should be comfortable with many of the capabilities of GNU Radio and have some sense for the available tools, functions, and tricks to building your own signal processing project.
 
# [[InstallingGR|Installing GNU Radio]]
# [[Guided_Tutorial_Introduction|Introduction]]
# [[Guided_Tutorial_GRC|Working with GRC]]
# [[Guided_Tutorial_GNU_Radio_in_Python|Programming GNU Radio in Python]]
# [[Guided_Tutorial_GNU_Radio_in_C++|Programming GNU Radio in C++]]
# [[Guided_Tutorial_Programming_Topics|Programming Topics]]
# [[Guided_Tutorial_Hardware_Considerations|Using GNU Radio with Hardware]]
# [[Guided_Tutorial_PSK_Demodulation|PSK Symbol Demodulation]]
# [[Guided Tutorial Extras Sample Rates| Guided Tutorial Extras: Sample Rates]]
# [[Sample_Rate_Tutorial|How sample rates work]] - working through flowgraphs
 
= Tutorials on developing with and for GNU Radio =
 
== Writing GNU Radio code ==
 
* [[TutorialsWritePythonApplications|WritePythonApplications]] - A tutorial on how to develop Python GNU Radio applications. Some DSP and programming background required.
* [[TutorialsQTGUI|QTGUI Tutorial]] - A tutorial on how to develop Python GNU Radio applications. Some DSP and programming background required.
* [[OutOfTreeModulesConfig|Tutorial on how to configure OOT packages to find and link against GNU Radio]]
* [[TutorialsTaggedStreams|Tagged streams for variable-length PDUs]]
* [[TutorialPythonFunctions|Writing a Python Function for GRC]]
* [[TutorialsSimulations|Simulations]] - A tutorial on how to use GNU Radio without hardware to verify performance and simulate RF conditions.
* [http://www.trondeau.com/gr-tutorial/ Tom Rondeau's gr-tutorial] - Some tutorials from the boss himself.
* [[Basic OFDM Tutorial]] - Basics of Orthogonal Frequency-Division Multiplexing (OFDM) and how to do rx and tx in GNU Radio
 
== Advanced Development ==
 
* [[TutorialsDebugging|How to debug your applications]]
* [[Octave|How to use Octave or Matlab with GNU Radio]]
* The GNU Radio Scheduler http://www.trondeau.com/blog/2013/9/15/explaining-the-gnu-radio-scheduler.html
* [http://www.brainshark.com/SPS/vu?pi=zH8zQcV8dzAXPbz0 VOLK Introduction]
* [[TutorialsRemoteGUI|Remote GRC Operations]]
* [[ALSAPulseAudio|Working with ALSA and Pulse Audio (Audio sink/source under Linux)]]
 
== Development tools ==
 
* [[DevelopingWithGit|Git and GNU Radio]] - A starter on how to use Git for GNU Radio development
* [[UsingVim|Using VIM for editing GNU Radio modules]]
* [[UsingCB|Using Code::Blocks for editing GNU Radio modules]]
* [[UsingEclipse|Building and source level debugging C++ OOT modules with eclipse]]
* [[UsingVSCode|Source level debugging C++ OOT modules with Visual Studio Code]]
<br>
<hr>
The 3rd-party documentation lives on a separate page which can be found [[ExternalDocumentation|here]].

Revision as of 19:10, 22 July 2021

Barry Duggan is a graduate of Georgia Tech in Electrical Engineering and is a career computer programmer specializing in real-time control, data communication systems, and email security. He has been an amateur radio operator since 1953, and now devotes most of his time to the GNU Radio project. He is a member of the GNU Radio General Assembly, the GRCon21 Organizing Committee, and is currently the Documentation Lead for GNURadio.