Tutorials: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
Line 21: Line 21:
* [http://www.trondeau.com/gr-tutorial/ Tom Rondeau's gr-tutorial] - Some tutorials from the boss himself.
* [http://www.trondeau.com/gr-tutorial/ Tom Rondeau's gr-tutorial] - Some tutorials from the boss himself.
* [[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.
* [[Basic OFDM Tutorial]] - Basics of OFDM and how to do rx and tx in GNU Radio


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

Revision as of 16:40, 28 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.

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.