Tutorials: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 2: Line 2:


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.
0. [[InstallingGR|Installing GNU Radio]]<br />
1. [[Guided_Tutorial_Introduction|Introduction]]<br />
2. [[Guided_Tutorial_GRC|Working with GRC]]<br />
3. [[Guided_Tutorial_GNU_Radio_in_Python|Programming GNU Radio in Python]]<br />
4. [[Guided_Tutorial_GNU_Radio_in_C++|Programming GNU Radio in C++]]<br />
5. [[Guided_Tutorial_Programming_Topics|Programming Topics]]<br />
6. [[Guided_Tutorial_Hardware_Considerations|Using GNU Radio with Hardware]]<br />
7. [[Guided_Tutorial_PSK_Demodulation|PSK Symbol Demodulation]]


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

Revision as of 06:33, 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.

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.