NewTutorial: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
(Redirected page to Tutorials)
Tag: New redirect
 
(98 intermediate revisions by one other user not shown)
Line 1: Line 1:
=='''Quick Start'''==
#REDIRECT [[Tutorials]]
1. What is GNURadio?<br>
2. [[InstallingGR|Installation]]<br>
3. [[Guided_Tutorial_GRC| Introduction to GNU Radio Usage: GRC and Flowgraphs]]<br>
 
=='''GNURadio Tutorials'''==
=== Creating Blocks===
1. [[Flowgraph_Python_Code|Understanding a Flowgraph's Python Code]]<br>
2. [[Embedded_Python_Block|Writing your own block (using Embedded Python Block)]]<br>
3. [[OutOfTreeModules|Out of Tree Modules]]<br>
4. [[Guided_Tutorial_GNU_Radio_in_C%2B%2B|Writing blocks in c++]]<br>
5. [[XML_GRC|Writing the XML file for a block (for 3.7)]] or [[YAML_GRC|Writing the YAML file for a block (for 3.8+)]]<br>
===Modulation and Demodulation===
1. [[Simulation_example:_Narrowband_FM_transceiver|Narrowband FM]]<br>
2. [[Simulation_example:_Single_Sideband_transceiver|Single Sideband (SSB)]]<br>
3. [[Simulation_example:_BPSK_Demodulation|BPSK Demodulation]]<br>
4. [[Guided_Tutorial_PSK_Demodulation|QPSK Modulation and Demodulation]]<br>
5. [[Simulation_example:_FSK|Frequency Shift Keying (FSK)]]<br>
6. [[Basic_OFDM_Tutorial|Orthogonal Frequency Division Multiplexing]]<br>
7. [[Packet_Communications|Packet Communications]]<br>
===Data Types===
1. [[Stream_Tags|Stream Tags]]<br>
2. [[Polymorphic_Types_(PMTs)|Polymorphic Types (PMTs)]]<br>
3. [[Message_Passing|Message Passing]]<br>
4. [[Understanding_ZMQ_Blocks|Understanding ZMQ Blocks]]<br>
 
===More===
1. [[Porting_Existing_Flowgraphs_to_a_Newer_Version|Porting Existing Flowgraphs to a Newer Version]]<br>
2. [[Guided_Tutorial_Hardware_Considerations|Using GNURadio With Hardware]]<br>
3. [[Understanding_XMLRPC_Blocks|Remote Control and Automation of Flowgraphs with XMLRPC]]<br>
 
== '''DSP Background'''==
===DSP Basics===
1. [[Guided_Tutorial_Introduction|A Brief Introduction to GNU Radio, SDR, and DSP]]<br>
2. [[Sample_Rate_Tutorial|Understanding Sample Rate]]<br>
3. [[IQ_Complex_Tutorial|IQ and Complex Signals]]<br>

Latest revision as of 06:02, 2 February 2022

Redirect to: