NewTutorial: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 24: Line 24:
DSP Background
DSP Background
  * DSP Basics
  * DSP Basics
   * Brief Intro to SDR and DSP
   * [https://wiki.gnuradio.org/index.php/Guided_Tutorial_Introduction A Brief Introduction to GNU Radio, SDR, and DSP]
   * Understanding sample rate
   * [https://wiki.gnuradio.org/index.php/Sample_Rate_Tutorial Understanding Sample Rate]
   * IQ and Complex Signals
   * IQ and Complex Signals
  * Mod and Demod  
  * Mod and Demod  

Revision as of 14:30, 3 January 2022

Working page for new tutorial

Quick Start

* What is GNURadio?
* Installation
* 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

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