Tutorials: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(a quick google search of decibels will show dozens of content with this exact info, no need for a separate section for it)
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
= 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.
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.


0. [[InstallingGR|Installing GNU Radio]]<br />
# [[InstallingGR|Installing GNU Radio]]
1. [[Guided_Tutorial_Introduction|Introduction]]<br />
# [[Guided_Tutorial_Introduction|Introduction]]
2. [[Guided_Tutorial_GRC|Working with GRC]]<br />
# [[Guided_Tutorial_GRC|Working with GRC]]
3. [[Guided_Tutorial_GNU_Radio_in_Python|Programming GNU Radio in Python]]<br />
# [[Guided_Tutorial_GNU_Radio_in_Python|Programming GNU Radio in Python]]
4. [[Guided_Tutorial_GNU_Radio_in_C++|Programming GNU Radio in C++]]<br />
# [[Guided_Tutorial_GNU_Radio_in_C++|Programming GNU Radio in C++]]
5. [[Guided_Tutorial_Programming_Topics|Programming Topics]]<br />
# [[Guided_Tutorial_Programming_Topics|Programming Topics]]
6. [[Guided_Tutorial_Hardware_Considerations|Using GNU Radio with Hardware]]<br />
# [[Guided_Tutorial_Hardware_Considerations|Using GNU Radio with Hardware]]
7. [[Guided_Tutorial_PSK_Demodulation|PSK Symbol Demodulation]]
# [[Guided_Tutorial_PSK_Demodulation|PSK Symbol Demodulation]]
# [[Guided Tutorial Extras Sample Rates| Guided Tutorial Extras: Sample Rates]]


= Beginner-level tutorials =
= Beginner-level tutorials =
Line 21: Line 22:
* [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 =
Line 47: Line 49:
* [[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 =
* [[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 04:52, 8 October 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.

  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.