NewTutorial: Difference between revisions
Mattcarrick (talk | contribs) No edit summary |
Mattcarrick (talk | contribs) |
||
Line 21: | Line 21: | ||
{{Template:NavigationDSPBlocks}} | {{Template:NavigationDSPBlocks}} | ||
== | ==Reference Pages== | ||
The following tutorials describe advanced topics in GNU Radio such as creating your own out-of-tree signal processing block and digital modulations using GNU Radio. | The following tutorials describe advanced topics in GNU Radio such as creating your own out-of-tree signal processing block and digital modulations using GNU Radio. | ||
Revision as of 14:34, 25 January 2022
Beginning 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 tutorials 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 tutorials describe how to create a custom signal processing block in GNU Radio and how to write the accompanying files with the block.
- Understanding a Flowgraph's Python Code
- Out of Tree Modules
- Writing blocks in c++
- Writing the XML file for a block for GNURadio v3.7
- Writing the YAML file for a block for GNURadio v3.8+
Using GNU Radio with a Radio
Modulation and Demodulation
These tutorials describe digital modulations within GNU Radio.
- Narrowband FM
- Single Sideband (SSB)
- BPSK Demodulation
- QPSK Modulation and Demodulation
- Frequency Shift Keying (FSK)
- Orthogonal Frequency Division Multiplexing
- Packet Communications
Metadata
The following tutorials 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.
Porting Blocks and Flowgraphs
These tutorials 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 OOTs from 3.7 to 3.8
- Porting Existing OOTs from 3.8 to 3.9
DSP Background
The following pages describe background information on digital signal processing.
Developer Resources
- Volk- what it does, why it rocks, how to write new kernels
- Working with ALSA and Pulse Audio
- Using Visual Studio Code for Source level debugging of C++ OOTs
- Using Eclipse for Building and Source level debugging C++ OOTs
- Using Code::Blocks IDE for GNU Radio Development
- Git and GNU Radio
- How to use Octave or Matlab with GNU Radio
- GNU Radio Scheduler
- Using Custom Buffers for Hardware Accelerated Blocks
- Remote Control and Automation of Flowgraphs with XMLRPC