User:Duggabe: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
--------------
--------------


= Beginner-level tutorials =
A fresh look at Tutorials:<br>
 
-   I agree with de-linking them<br>
Start here:
-  I don't think 'Installing GNU Radio' belongs in Tutorials at all<br>
* [[TutorialsCoreConcepts|Core concepts of GNU Radio applications]] - A must-read for everyone
-  For a beginner:<br>
 
-       basic SDR concepts<br>
= Guided Tutorials =
-      GRC and flowgraphs<br>
 
-       sample rates<br>
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.
-       hardware<br>
 
-       simulation<br>
# [[InstallingGR|Installing GNU Radio]]
-   Intermediate level:<br>
# [[Guided_Tutorial_Introduction|Introduction]]
-       Programming GNU Radio in Python<br>
# [[Guided_Tutorial_GRC|Working with GRC]]
-           modifying GRC Python code<br>
# [[Guided_Tutorial_GNU_Radio_in_Python|Programming GNU Radio in Python]]
-          Embedded Python block<br>
# [[Guided_Tutorial_GNU_Radio_in_C++|Programming GNU Radio in C++]]
-           Python OOT modules<br>
# [[Guided_Tutorial_Programming_Topics|Programming Topics]]
-      Programming GNU Radio in C++<br>
# [[Guided_Tutorial_Hardware_Considerations|Using GNU Radio with Hardware]]
-  Advanced<br>
# [[Guided Tutorial Extras Sample Rates| Guided Tutorial Extras: Sample Rates]]
-      YAML files?<br>
# [[Sample_Rate_Tutorial|Sample Rate Tutorial]] - working through flowgraphs
-       most of the other topics in the current page<br>
# [[Guided_Tutorial_PSK_Demodulation|PSK Symbol Demodulation]]
 
= 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 02:53, 2 January 2020

Author: Barry Duggan

temporary page for Tutorials layout.


A fresh look at Tutorials:
- I agree with de-linking them
- I don't think 'Installing GNU Radio' belongs in Tutorials at all
- For a beginner:
- basic SDR concepts
- GRC and flowgraphs
- sample rates
- hardware
- simulation
- Intermediate level:
- Programming GNU Radio in Python
- modifying GRC Python code
- Embedded Python block
- Python OOT modules
- Programming GNU Radio in C++
- Advanced
- YAML files?
- most of the other topics in the current page