Guided Tutorials: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(Imported from Redmine)
 
mNo edit summary
(One intermediate revision by one other user not shown)
Line 9: Line 9:
== The tutorials: ==
== The tutorials: ==


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



Revision as of 15:57, 5 July 2017

Guided GNU Radio 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. 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

Alternative Paths

Basic GNU Radio Usage for Signals

1. Introduction or Introduction to GNU Radio.
2. Working with GRC
7. PSK Symbol Demodulation

Radio Concepts

1. Introduction
6. Using GNU Radio with Hardware
7. PSK Symbol Demodulation

Developing GNU Radio Blocks

1. Introduction
3. Programming GNU Radio in Python
4. Programming GNU Radio in C++
5. Programming Topics

Extras

Look here for more details related to theory or signal processing that are left out of the main tutorials themselves.

E1. Sample Rates