NewTutorial: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(Redirected page to Tutorials)
Tag: New redirect
 
Line 1: Line 1:
==Tutorials==
#REDIRECT [[Tutorials]]
Please start here if you are new to GNU Radio. These tutorials show you how to install GNU Radio, build your first flowgraph, create your first custom block and how to use DSP blocks in flowgraphs.
 
===Introducing GNU Radio===
These introductory tutorials are intended for new users and walk you through installing GNU Radio and creating your first couple of flowgraphs using GNU Radio Companion.
 
{{Template:NavigationIntroducingGNURadio}}
 
===Flowgraph Fundamentals===
These tutorials describe flowgraph fundamentals such as variables, signal data types, and vectors and streams.
 
{{Template:NavigationFlowgraphFundamentals}}
 
===Creating and Modifying Python Blocks===
These tutorials describe how to create and modify custom Python blocks, using message passing, PMT types and tags.
 
{{Template:NavigationCreatingAndModifyingPythonBlocks}}
 
=== DSP Blocks ===
The following tutorials will describe how to build flowgraphs with basic DSP blocks.
{{Template:NavigationDSPBlocks}}
 
==Reference Pages==
The following pages describe advanced topics in GNU Radio such as creating your own out-of-tree signal processing block and digital modulations using GNU Radio.
 
=== Creating Custom Blocks===
The following pages describe how to create a custom signal processing block in GNU Radio and how to write the accompanying files with the block.
# [[Flowgraph_Python_Code|Understanding a Flowgraph's Python Code]]
# [[OutOfTreeModules|Out of Tree Modules]]
# [[Guided_Tutorial_GNU_Radio_in_C%2B%2B|Writing blocks in c++]]
# [[XML_GRC|Writing the XML file for a block for GNURadio v3.7]]
# [[YAML_GRC|Writing the YAML file for a block for GNURadio v3.8+]]
 
=== Using GNU Radio with a Radio ===
# [[Guided_Tutorial_Hardware_Considerations|Using GNU Radio With Hardware]]
 
===Modulation and Demodulation===
These pages describe digital modulations within GNU Radio.
# [[Simulation_example:_Narrowband_FM_transceiver|Narrowband FM]]
# [[Simulation_example:_Single_Sideband_transceiver|Single Sideband (SSB)]]
# [[Simulation_example:_BPSK_Demodulation|BPSK Demodulation]]
# [[Guided_Tutorial_PSK_Demodulation|QPSK Modulation and Demodulation]]
# [[Simulation_example:_FSK|Frequency Shift Keying (FSK)]]
# [[Basic_OFDM_Tutorial|Orthogonal Frequency Division Multiplexing]]
# [[Packet_Communications|Packet Communications]]
 
===Metadata===
The following pages describe how to use metadata within GNU Radio, such as stream tags and messages. Metadata represents information about the radio system, separate from the information contained in the digitized RF data streams. Metadata can include information such as timestamps or the frequency the radio receiver is currently tuned to.
 
# [[Stream_Tags|Stream Tags]]
# [[Polymorphic_Types_(PMTs)|Polymorphic Types (PMTs)]]
# [[Message_Passing|Message Passing]]
# [[Understanding_ZMQ_Blocks|Understanding ZMQ Blocks]]
 
===Porting Blocks and Flowgraphs===
These pages demonstrate how to update a GNU Radio flowgraph from an older version to a newer one.
# [[Porting_Existing_Flowgraphs_to_a_Newer_Version|Porting Existing Flowgraphs to a Newer Version]]
# [[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]]
 
===Developer Resources===
# [[VOLK_Guide|Volk- what it does, why it rocks, how to write new kernels]]
# [[ALSAPulseAudio|Working with ALSA and Pulse Audio]]
# [[UsingVSCode|Using Visual Studio Code for Source level debugging of C++ OOTs]]
# [[UsingEclipse|Using Eclipse for Building and Source level debugging C++ OOTs]]
# [[UsingCB|Using Code::Blocks IDE for GNU Radio Development]]
# [[DevelopingWithGit|Git and GNU Radio]]
# [[Octave|How to use Octave or Matlab with GNU Radio]]
# [http://www.trondeau.com/blog/2013/9/15/explaining-the-gnu-radio-scheduler.htmlThe GNU Radio Scheduler]
# [[CustomBuffers|Using Custom Buffers for Hardware Accelerated Blocks]]
# [[Understanding_XMLRPC_Blocks|Remote Control and Automation of Flowgraphs with XMLRPC]]
 
===DSP Background===
The following pages describe background information on digital signal processing.
 
# [[Guided_Tutorial_Introduction|A Brief Introduction to GNU Radio, SDR, and DSP]]
# [[IQ_Complex_Tutorial|IQ and Complex Signals]]
# [[Sample_Rate_Tutorial|Understanding Sample Rate]]
 
==Deprecated Tutorials==
# [[Guided_Tutorial_GRC|Guided Tutorial GRC]]
# [[Embedded_Python_Block|Writing your own block (using Embedded Python Block)]]

Latest revision as of 06:02, 2 February 2022

Redirect to: