User:Duggabe: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
--------------
--------------


A fresh look at Tutorials:<br>
Guided Tutorials 2.0 outline:
-   I agree with de-linking them<br>
(note- remove anything related to installing GR, that should be on its own page)
-   I don't think 'Installing GNU Radio' belongs in Tutorials at all<br>
*   Beginner level:
-  For a beginner:<br>
**       Very brief intro to GR, SDR, DSP, i.e. this page [[Guided Tutorial Introduction]]
-       basic SDR concepts<br>
**      Intro to GR usage- GRC and flowgraphs, i.e. this page [[Guided Tutorial GRC]]
-       GRC and flowgraphs<br>
**       sample rates<br>
-       sample rates<br>
**       hardware<br>
-       hardware<br>
**       simulation<br>
-       simulation<br>
* Intermediate level:
Intermediate level:<br>
**  GRC Generated Python (Python Flowgraphs), content can come from [[Guided Tutorial GNU Radio in Python]]
-      Programming GNU Radio in Python<br>
**  Writing your own block (using Embedded Python Block), content can come from [[Guided Tutorial GNU Radio in Python]] and elsewhere
-          modifying GRC Python code<br>
**  Writing YAML (and XML) file for a block
-          Embedded Python block<br>
**  Out of Tree modules, should cover creation/installation and both Python and C++ blocks (but not writing them blocks themselves)
-          Python OOT modules<br>
**  Writing blocks in C++
-      Programming GNU Radio in C++<br>
* Expert level:
-   Advanced<br>
**   Writing flowgraphs in C++ (new to 3.8)
-      YAML files?<br>
** any of the other really niche topics we already have tutorials for, i.e. the order isn't going to mean much
-      most of the other topics in the current page<br>

Revision as of 03:08, 2 January 2020

Author: Barry Duggan

temporary page for Tutorials layout.


Guided Tutorials 2.0 outline: (note- remove anything related to installing GR, that should be on its own page)

  • Beginner level:
  • Intermediate level:
    • GRC Generated Python (Python Flowgraphs), content can come from Guided Tutorial GNU Radio in Python
    • Writing your own block (using Embedded Python Block), content can come from Guided Tutorial GNU Radio in Python and elsewhere
    • Writing YAML (and XML) file for a block
    • Out of Tree modules, should cover creation/installation and both Python and C++ blocks (but not writing them blocks themselves)
    • Writing blocks in C++
  • Expert level:
    • Writing flowgraphs in C++ (new to 3.8)
    • any of the other really niche topics we already have tutorials for, i.e. the order isn't going to mean much