NewTutorial: Difference between revisions
Jump to navigation
Jump to search
Mattcarrick (talk | contribs) No edit summary |
Mattcarrick (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
Working page for new tutorial | Working page for new tutorial | ||
Quick Start | =='''Quick Start'''== | ||
* What is GNURadio? | * What is GNURadio? | ||
* [https://wiki.gnuradio.org/index.php/InstallingGR Installation] | * [https://wiki.gnuradio.org/index.php/InstallingGR Installation] | ||
* GRC and Flowgraphs | * GRC and Flowgraphs | ||
GNURadio Tutorials | =='''GNURadio Tutorials'''== | ||
* Creating blocks | * Creating blocks | ||
* understanding flowgraph's python code | * understanding flowgraph's python code |
Revision as of 14:35, 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
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