Tutorials: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 28: Line 28:
== 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 slightly deprecated by now. Please read the "Guided Tutorials" from chapter 1 to "Programming GNU Radio in Python".
** [[OutOfTreeModulesConfig|Tutorial on how to configure OOT packages to find and link against GNU Radio]]
** [[OutOfTreeModulesConfig|Tutorial on how to configure OOT packages to find and link against GNU Radio]]
* [[TutorialsTaggedStreams|Tagged streams for variable-length PDUs]]
* [[TutorialsTaggedStreams|Tagged streams for variable-length PDUs]]

Revision as of 05:23, 20 May 2019

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.

  1. Installing GNU Radio
  2. Introduction
  3. Working with GRC
  4. Programming GNU Radio in Python
  5. Programming GNU Radio in C++
  6. Programming Topics
  7. Using GNU Radio with Hardware
  8. PSK Symbol Demodulation
  9. Guided Tutorial Extras: Sample Rates

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


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