Tutorials: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
# [[Basic_OFDM_Tutorial|OFDM Basics]] | # [[Basic_OFDM_Tutorial|OFDM Basics]] | ||
# [[Packet_Communications|Packet Communications]] | # [[Packet_Communications|Packet Communications]] | ||
Creating Custom Blocks | |||
# [[OutOfTreeModules|Out of Tree Modules]] | |||
# [[Guided_Tutorial_GNU_Radio_in_C%2B%2B|Writing blocks in C++]] | |||
# [[YAML_GRC|Writing the YAML file for a block (GR 3.8+)]] | |||
Miscellaneous | Miscellaneous | ||
# [[Flowgraph_Python_Code|Understanding a Flowgraph's Python Code]] | # [[Flowgraph_Python_Code|Understanding a Flowgraph's Python Code]] | ||
Line 35: | Line 39: | ||
# [[Polymorphic_Types_(PMTs)|Polymorphic Types (PMTs)]] | # [[Polymorphic_Types_(PMTs)|Polymorphic Types (PMTs)]] | ||
# [[Message_Passing|Message Passing]] | # [[Message_Passing|Message Passing]] | ||
Porting Blocks and Flowgraphs | Porting Blocks and Flowgraphs | ||
# [[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]] |
Revision as of 06:47, 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.