Guided Tutorials: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
mNo edit summary
(This page was essentially just a subset of the material in the Tutorials page, so I made sure there was no lost info and then created a redirect)
 
Line 1: Line 1:
= Guided GNU Radio Tutorials =
#REDIRECT [[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.
 
We recommend that you follow the tutorials in order below. However, for those anxious to get to know one particular aspect about the project, see some of the Alternative Paths.
 
Please send clearly labeled feedback to: '''tutorials AT gnuradio.org'''.
 
== The tutorials: ==
 
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]]
 
== Alternative Paths ==
 
=== Basic GNU Radio Usage for Signals ===
 
1. [[Guided_Tutorial_Introduction|Introduction]] or [[WhatIsGR|Introduction to GNU Radio]].<br />
2. [[Guided_Tutorial_GRC|Working with GRC]]<br />
7. [[Guided_Tutorial_PSK_Demodulation|PSK Symbol Demodulation]]
 
=== Radio Concepts ===
 
1. [[Guided_Tutorial_Introduction|Introduction]]<br />
6. [[Guided_Tutorial_Hardware_Considerations|Using GNU Radio with Hardware]]<br />
7. [[Guided_Tutorial_PSK_Demodulation|PSK Symbol Demodulation]]
 
=== Developing GNU Radio Blocks ===
 
1. [[Guided_Tutorial_Introduction|Introduction]]<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]]
 
== Extras ==
 
Look here for more details related to theory or signal processing that are left out of the main tutorials themselves.
 
E1. [[Guided_Tutorial_Extras_Sample_Rates|Sample Rates]]

Latest revision as of 02:09, 15 September 2018

Redirect to: