NewTutorial: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
(Redirected page to Tutorials)
Tag: New redirect
 
(105 intermediate revisions by one other user not shown)
Line 1: Line 1:
=='''Quick Start'''==
#REDIRECT [[Tutorials]]
1. What is GNURadio?<br>
2. [[InstallingGR|Installation]]<br>
3. [[Guided_Tutorial_GRC| Introduction to GNU Radio Usage: GRC and Flowgraphs]]<br>
 
=='''GNURadio Tutorials'''==
=== Creating Blocks===
1. understanding flowgraph's python code<br>
2. writing your own block (embedded python block)<br>
3. out of tree modules<br>
4. writing blocks in c++<br>
5. writing XML and YAML for a block<br>
===Data Types===
1. stream tags<br>
2. PMT<br>
3. message passing<br>
4. zeroMQ blocks<br>
===More===
1. Porting existing flowgraphs to newer version<br>
2. Using GNURadio with Hardware<br>
 
 
== '''DSP Background'''==
1. DSP Basics
  * [https://wiki.gnuradio.org/index.php/Guided_Tutorial_Introduction A Brief Introduction to GNU Radio, SDR, and DSP]
  * [https://wiki.gnuradio.org/index.php/Sample_Rate_Tutorial Understanding Sample Rate]
  * [https://wiki.gnuradio.org/index.php/IQ_Complex_Tutorial IQ and Complex Signals]
2. Modulation and Demod
  * SSB, FM
  * BPSK, QPSK
  * FSK
  * OFDM
  * Packet Communications

Latest revision as of 06:02, 2 February 2022

Redirect to: