NewTutorial: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
(Redirected page to Tutorials)
Tag: New redirect
 
(36 intermediate revisions by one other user not shown)
Line 1: Line 1:
==Beginning Tutorials==
#REDIRECT [[Tutorials]]
This introductory guide is intended for new users and will walk you through installing GNU Radio and creating your first couple of flowgraphs using GNU Radio Companion. Please start here if you are new to GNU Radio.
 
===Introducing GNU Radio===
# [[What_Is_GNURadio|What is GNU Radio?]]<br>
# [[InstallingGR|Installing GNU Radio]]<br>
# [[Your_First_Flowgraph|Creating Your First Flowgraph]]<br>
===Flowgraph Fundamentals===
These tutorials will describe flowgraph fundamentals: variables, signal data types, vectors and streams, and others.
# [[Variables_in_Flowgraphs|Variables in Flowgraphs]]<br>
# [[Runtime_Updating_Variables|Updating Variables in Real time]]<br>
# [[Signal_Data_Types|Signal Data Types]]<br>
# [[Converting_Data_Types|Converting Data Types]]<br>
# [[Streams_and_Vectors|Streams and Vectors]]<br>
# [[Creating_Your_First_Block|Creating Your First Block]]<br>
 
=== DSP Blocks ===
The following tutorials will describe how to basic DSP blocks in GNURadio
# [[Low_Pass_Filter_Example|Low Pass Filter Example]]
# [[Designing_Filter_Taps|Designing Filter Taps]]
# Sample Rate Change
 
==Advanced Tutorials==
The following guides will describe advanced topics in GNU Radio such as creating your own signal processing block and digital modulations using GNU Radio.
 
=== Creating Custom Blocks===
The following tutorials describe how to create a custom signal processing block in GNU Radio.
# [[Flowgraph_Python_Code|Understanding a Flowgraph's Python Code]]<br>
# [[OutOfTreeModules|Out of Tree Modules]]<br>
# [[Guided_Tutorial_GNU_Radio_in_C%2B%2B|Writing blocks in c++]]<br>
# [[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+]]<br>
 
=== Using GNU Radio with a Radio ===
# [[Guided_Tutorial_Hardware_Considerations|Using GNU Radio With Hardware]]<br>
 
===Modulation and Demodulation===
# [[Simulation_example:_Narrowband_FM_transceiver|Narrowband FM]]<br>
# [[Simulation_example:_Single_Sideband_transceiver|Single Sideband (SSB)]]<br>
# [[Simulation_example:_BPSK_Demodulation|BPSK Demodulation]]<br>
# [[Guided_Tutorial_PSK_Demodulation|QPSK Modulation and Demodulation]]<br>
# [[Simulation_example:_FSK|Frequency Shift Keying (FSK)]]<br>
# [[Basic_OFDM_Tutorial|Orthogonal Frequency Division Multiplexing]]<br>
# [[Packet_Communications|Packet Communications]]<br>
===Metadata===
GNU Radio uses metadata such as stream tags and messages to represent 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]]<br>
# [[Polymorphic_Types_(PMTs)|Polymorphic Types (PMTs)]]<br>
# [[Message_Passing|Message Passing]]<br>
# [[Understanding_ZMQ_Blocks|Understanding ZMQ Blocks]]<br>
 
===Porting Blocks and Flowgraphs===
# [[Porting_Existing_Flowgraphs_to_a_Newer_Version|Porting Existing Flowgraphs to a Newer Version]]<br>
# [[GNU_Radio_3.8_OOT_Module_Porting_Guide|Porting Existing OOTs from 3.7 to 3.8]]<br>
# [[GNU_Radio_3.9_OOT_Module_Porting_Guide|Porting Existing OOTs from 3.8 to 3.9]]<br>
 
==DSP Background==
The following pages describe background information on digital signal processing.
 
# [[Guided_Tutorial_Introduction|A Brief Introduction to GNU Radio, SDR, and DSP]]<br>
# [[Sample_Rate_Tutorial|Understanding Sample Rate]]<br>
 
==Developer Resources==
# [[VOLK_Guide|Volk- what it does, why it rocks, how to write new kernels]]<br>
# [[ALSAPulseAudio|Working with ALSA and Pulse Audio]]<br>
# [[UsingVSCode|Using Visual Studio Code for Source level debugging of C++ OOTs]]<br>
# [[UsingEclipse|Using Eclipse for Building and Source level debugging C++ OOTs]]<br>
# [[UsingCB|Using Code::Blocks IDE for GNU Radio Development]]<br>
# [[DevelopingWithGit|Git and GNU Radio]]<br>
# [[Octave|How to use Octave or Matlab with GNU Radio]]<br>
# [http://www.trondeau.com/blog/2013/9/15/explaining-the-gnu-radio-scheduler.htmlThe GNU Radio Scheduler]<br>
# [[CustomBuffers|Using Custom Buffers for Hardware Accelerated Blocks]]<br>
# [[Understanding_XMLRPC_Blocks|Remote Control and Automation of Flowgraphs with XMLRPC]]<br>
 
==Deprecated Tutorials==
# [[Guided_Tutorial_GRC|Guided Tutorial GRC]]<br>
# [[Embedded_Python_Block|Writing your own block (using Embedded Python Block)]]<br>

Latest revision as of 06:02, 2 February 2022

Redirect to: