Tutorials: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
= Tutorials =
= Guided Tutorials =
 
== Guided Tutorials ==


See the [[Guided_Tutorials|Guided Tutorials]] from the [[UsersWG|GNU Radio Community Development Working Group]]. These cover the basics of what GNU Radio is, interacting with the GNU Radio Companion, programming blocks, advanced programming concepts, hardware issues and exploration, and some details on dealing with digital demodulation.
See the [[Guided_Tutorials|Guided Tutorials]] from the [[UsersWG|GNU Radio Community Development Working Group]]. These cover the basics of what GNU Radio is, interacting with the GNU Radio Companion, programming blocks, advanced programming concepts, hardware issues and exploration, and some details on dealing with digital demodulation.


== Beginner-level tutorials ==
= Beginner-level tutorials =


Note that even as a GNU Radio beginner, you'll be delving into the realm of software defined radio, which is a complex field.
Note that even as a GNU Radio beginner, you'll be delving into the realm of software defined radio, which is a complex field.
Line 15: Line 13:
* [[TutorialsSimulations|Simulations]] - A tutorial on how to use GNU Radio without hardware to verify performance and simulate RF conditions.
* [[TutorialsSimulations|Simulations]] - A tutorial on how to use GNU Radio without hardware to verify performance and simulate RF conditions.


== Tutorials on developing with and for GNU Radio ==
= Tutorials on developing with and for GNU Radio =


=== Writing GNU Radio code ===
== Writing GNU Radio code ==


* [[OutOfTreeModules|Developing out-of-tree modules and writing blocks]] - This is the first tutorial you should entirely read and comprehend.
* [[OutOfTreeModules|Developing out-of-tree modules and writing blocks]] - This is the first tutorial you should entirely read and comprehend.
Line 24: Line 22:
* [[TutorialPythonFunctions|Writing a Python Function for GRC]]
* [[TutorialPythonFunctions|Writing a Python Function for GRC]]


=== Advanced Development ===
== Advanced Development ==


* [[TutorialsDebugging|How to debug your applications]]
* [[TutorialsDebugging|How to debug your applications]]
Line 32: Line 30:
* [[ALSAPulseAudio|Working with ALSA and Pulse Audio (Audio sink/source under Linux)]]
* [[ALSAPulseAudio|Working with ALSA and Pulse Audio (Audio sink/source under Linux)]]


=== Development tools ===
== Development tools ==


* [[DevelopingWithGit|Git and GNU Radio]] - A starter on how to use Git for GNU Radio development
* [[DevelopingWithGit|Git and GNU Radio]] - A starter on how to use Git for GNU Radio development
Line 39: Line 37:
* [[UsingEclipse|Building and source level debugging C++ OOT modules with eclipse]]
* [[UsingEclipse|Building and source level debugging C++ OOT modules with eclipse]]


== Non-GNU Radio-specific tutorials hosted on this wiki ==
= Non-GNU Radio-specific tutorials hosted on this wiki =


* [[AllAboutDecibels|All about decibels (dB)]]
* [[AllAboutDecibels|All about decibels (dB)]]


The 3rd-party documentation lives on a separate page which can be found [[ExternalDocumentation|here]].
The 3rd-party documentation lives on a separate page which can be found [[ExternalDocumentation|here]].

Revision as of 06:32, 13 June 2018

Guided Tutorials

See the Guided Tutorials from the GNU Radio Community Development Working Group. These cover the basics of what GNU Radio is, interacting with the GNU Radio Companion, programming blocks, advanced programming concepts, hardware issues and exploration, and some details on dealing with digital demodulation.

Beginner-level tutorials

Note that even as a GNU Radio beginner, you'll be delving into the realm of software defined radio, which is a complex field.

Tutorials on developing with and for GNU Radio

Writing GNU Radio code

Advanced Development

Development tools

Non-GNU Radio-specific tutorials hosted on this wiki

The 3rd-party documentation lives on a separate page which can be found here.