User:Duggabe: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
 
(178 intermediate revisions by 5 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.


temporary page for Tutorials layout.
Barry started working on the GNU Radio project in 2019 and now devotes most of his time doing Wiki documentation, and development of amateur radio applications.


-------------
Summary of programming languages used (roughly in chronological order):
* FORTRAN
* assembly languages of various computers
* COBOL
* C
* Pascal
* HTML5
* CSS3
* XML
* JavaScript
* JSON
* node.js
* PHP
* Python


= Beginner-level tutorials =
== Presentation Links ==


Start here:
=== YouTube ===
* [[TutorialsCoreConcepts|Core concepts of GNU Radio applications]] - A must-read for everyone


= Guided Tutorials =
* GRCon21 Newbie's Guide
    https://www.youtube.com/watch?v=uxAW-WzuNy0
* GRCon21 gr-control presentation
    https://www.youtube.com/watch?v=eZ53BQLaKpw
* GRCon23 File transfer using Packet and BPSK
    https://www.youtube.com/watch?v=UpiaL1Hr6-s


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.
=== Vienna Wireless Society ===


# [[InstallingGR|Installing GNU Radio]]
* VWS SDR Project  Feb 26, 2025
# [[Guided_Tutorial_Introduction|Introduction]]
    https://drive.google.com/file/d/1Qh-nYxMh-1SAeDfAezipXa80Ve4y44Br/view?usp=sharing
# [[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 Extras Sample Rates| Guided Tutorial Extras: Sample Rates]]
# [[Sample_Rate_Tutorial|Sample Rate Tutorial]] - working through flowgraphs
# [[Guided_Tutorial_PSK_Demodulation|PSK Symbol Demodulation]]


= Tutorials on developing with and for GNU Radio =
* How to build a SSB receiver  Oct. 10, 2025
 
    https://youtu.be/fCK8T9EeTX8
== 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]].

Latest revision as of 12:08, 14 October 2025

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.

Barry started working on the GNU Radio project in 2019 and now devotes most of his time doing Wiki documentation, and development of amateur radio applications.

Summary of programming languages used (roughly in chronological order):

  • FORTRAN
  • assembly languages of various computers
  • COBOL
  • C
  • Pascal
  • HTML5
  • CSS3
  • XML
  • JavaScript
  • JSON
  • node.js
  • PHP
  • Python

Presentation Links

YouTube

  • GRCon21 Newbie's Guide
   https://www.youtube.com/watch?v=uxAW-WzuNy0
  • GRCon21 gr-control presentation
   https://www.youtube.com/watch?v=eZ53BQLaKpw
  • GRCon23 File transfer using Packet and BPSK
   https://www.youtube.com/watch?v=UpiaL1Hr6-s

Vienna Wireless Society

  • VWS SDR Project Feb 26, 2025
   https://drive.google.com/file/d/1Qh-nYxMh-1SAeDfAezipXa80Ve4y44Br/view?usp=sharing
  • How to build a SSB receiver Oct. 10, 2025
   https://youtu.be/fCK8T9EeTX8