Tutorials: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
= Guided Tutorials =
= 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.
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. Please send clearly labeled feedback to: tutorials AT gnuradio.org.
 
Please send clearly labeled feedback to: tutorials AT gnuradio.org.


0. [[InstallingGR|Installing GNU Radio]]<br />
0. [[InstallingGR|Installing GNU Radio]]<br />

Revision as of 01:51, 15 September 2018

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. Please send clearly labeled feedback to: tutorials AT gnuradio.org.

0. Installing GNU Radio
1. Introduction
2. Working with GRC
3. Programming GNU Radio in Python
4. Programming GNU Radio in C++
5. Programming Topics
6. Using GNU Radio with Hardware
7. PSK Symbol 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.