Tutorials: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(add XMLRPC)
No edit summary
Tag: Reverted
Line 7: Line 7:
# [[Porting_Existing_Flowgraphs_to_a_Newer_Version|'''Porting Existing Flowgraphs to a Newer Version''']]
# [[Porting_Existing_Flowgraphs_to_a_Newer_Version|'''Porting Existing Flowgraphs to a Newer Version''']]
# [[Sample_Rate_Tutorial|'''Understanding Sample Rate''']]
# [[Sample_Rate_Tutorial|'''Understanding Sample Rate''']]
# [[IQ_Complex_Tutorial|'''IQ and Complex Signals''']]
# '''Simulation Examples (we recommend going through at least one):'''
# '''Simulation Examples (we recommend going through at least one):'''
#* [[Simulation_example:_FSK|'''Frequency Shift Keying (FSK)''']]
#* [[Simulation_example:_FSK|'''Frequency Shift Keying (FSK)''']]
Line 41: Line 40:
* [http://www.trondeau.com/blog/2013/9/15/explaining-the-gnu-radio-scheduler.html '''The GNU Radio Scheduler''']
* [http://www.trondeau.com/blog/2013/9/15/explaining-the-gnu-radio-scheduler.html '''The GNU Radio Scheduler''']
* [[CustomBuffers| '''Using Custom Buffers for Hardware Accelerated Blocks''']]
* [[CustomBuffers| '''Using Custom Buffers for Hardware Accelerated Blocks''']]
= Temporarily Down =
# [[IQ_Complex_Tutorial|'''IQ and Complex Signals''']] (until we fix mathml)

Revision as of 20:15, 18 January 2022

GNU Radio Academy

The following sequence of tutorials will carry a new user through the core GNU Radio concepts, while providing examples along the way. If you already have experience with GNU Radio, feel free to skip the first several.

  1. A Brief Introduction to GNU Radio, SDR, and DSP
  2. Introduction to GNU Radio Usage: GRC and Flowgraphs
  3. Porting Existing Flowgraphs to a Newer Version
  4. Understanding Sample Rate
  5. Simulation Examples (we recommend going through at least one):
  6. Using GNU Radio with Hardware
  7. Understanding a Flowgraph's Python Code
  8. Writing your own block (using Embedded Python Block)
  9. Polymorphic Types (PMTs)
  10. Stream Tags
  11. Message Passing
  12. Understanding ZMQ Blocks
  13. Remote Control and Automation of Flowgraphs with XMLRPC
  14. Packet Communications
  15. Out of Tree modules
  16. Writing the XML file for a block (for 3.7) or Writing the YAML file for a block (for 3.8+)
  17. Writing blocks in C++

Developer Resources

Temporarily Down

  1. IQ and Complex Signals (until we fix mathml)