NewTutorial: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
1. What is GNURadio?<br>
1. What is GNURadio?<br>
2. [[InstallingGR|Installation]]<br>
2. [[InstallingGR|Installation]]<br>
3. [https://wiki.gnuradio.org/index.php/Guided_Tutorial_GRC Introduction to GNU Radio Usage: GRC and Flowgraphs]<br>
3. [[Guided_Tutorial_GRC| Introduction to GNU Radio Usage: GRC and Flowgraphs]]<br>


=='''GNURadio Tutorials'''==
=='''GNURadio Tutorials'''==

Revision as of 14:44, 3 January 2022

Working page for new tutorial

Quick Start

1. What is GNURadio?
2. Installation
3. Introduction to GNU Radio Usage: GRC and Flowgraphs

GNURadio Tutorials

Creating Blocks

 * understanding flowgraph's python code
 * writing your own block (embedded python block)
 * out of tree modules
 * writing blocks in c++
 * writing XML and YAML for a block
* Using GNURadio with Hardware
* Data Types
 * stream tags
 * PMT
 * message passing
 * zeroMQ blocks
* Porting existing flowgraphs to newer version

DSP Background

1. DSP Basics
 * A Brief Introduction to GNU Radio, SDR, and DSP
 * Understanding Sample Rate
 * IQ and Complex Signals
2. Modulation and Demod 
 * SSB, FM
 * BPSK, QPSK
 * FSK
 * OFDM
 * Packet Communications