Tutorials: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
{| class="wikitable" style="background-color:#f1edff;" cellpadding="10" | {| class="wikitable" style="background-color:#f1edff;" cellpadding="10" | ||
|'''Intermediate Tutorials''' | |'''Intermediate Tutorials''' | ||
Core GNU Radio Mechanics | |||
# [[Stream_Tags|Stream Tags]] | |||
# [[Polymorphic_Types_(PMTs)|Polymorphic Types (PMTs)]] | |||
# [[Message_Passing|Message Passing]] | |||
Modulation and Demodulation | Modulation and Demodulation | ||
# [[Simulation_example:_Narrowband_FM_transceiver|Narrowband FM]] | # [[Simulation_example:_Narrowband_FM_transceiver|Narrowband FM]] | ||
Line 34: | Line 38: | ||
| | | | ||
{| class="wikitable" style="background-color:#f1edff;" cellpadding="10" | {| class="wikitable" style="background-color:#f1edff;" cellpadding="10" | ||
| ''' | {| class="wikitable" style="background-color:#f1edff;" cellpadding="10" | ||
|'''Developer Resources''' | |||
# [[Porting_Existing_Flowgraphs_to_a_Newer_Version|Porting Existing Flowgraphs to Newer Version]] | # [[Porting_Existing_Flowgraphs_to_a_Newer_Version|Porting Existing Flowgraphs to Newer Version]] | ||
# [[GNU_Radio_3.8_OOT_Module_Porting_Guide|Porting Existing OOTs from 3.7 to 3.8]] | # [[GNU_Radio_3.8_OOT_Module_Porting_Guide|Porting Existing OOTs from 3.7 to 3.8]] | ||
# [[GNU_Radio_3.9_OOT_Module_Porting_Guide|Porting Existing OOTs from 3.8 to 3.9]] | # [[GNU_Radio_3.9_OOT_Module_Porting_Guide|Porting Existing OOTs from 3.8 to 3.9]] | ||
# [[VOLK_Guide|Volk- what it does, why it rocks, how to write new kernels]] | # [[VOLK_Guide|Volk- what it does, why it rocks, how to write new kernels]] | ||
# [[ALSAPulseAudio|Working with ALSA and Pulse Audio]] | # [[ALSAPulseAudio|Working with ALSA and Pulse Audio]] |
Revision as of 06:57, 2 February 2022
For someone brand new to GNU Radio, we recommend the following sequence:
- All beginner tutorials
- The three "Core GNU Radio Mechanics" reference pages
- A couple mod/demod tutorials
Please leave tutorials-related feedback (either for an individual tutorial or overall organization) in the Discussion page of this article (tab at the top), we are always looking for ways to improve.