User:Duggabe: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
(46 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Guided Tutorials 2.0 outline:
= Tutorials 2.0 =


(note- remove anything related to installing GR, that should be on its own page)
<!--
Beginner User Level:
01/28/2020 23:02 UTC<br>
**      '''Very brief intro to GR, SDR, DSP''', i.e. this page- [[Guided Tutorial Introduction]].  We should reference to external sources for DSP/SDR background for those who need more
Work In Progress<br>
**      '''Intro to GR usage'''- GRC and flowgraphs, i.e. this page- [[Guided Tutorial GRC]]
add notes about unused items<br>
**      '''Using hardware, how it impacts sample rate, and how other blocks impact sample rate'''.  So [[Guided Tutorial Hardware Considerations]] and [[Guided Tutorial Extras Sample Rates]] and Barry's new writeup, but we can probably condense it down
-->
**      '''Brief intro to PMTs, stream tags, and messaging passing''' (refer to Usage Manual for more info), i.e. this page- [[Guided Tutorial Programming Topics]]
 
**      '''Example practical usage of GR- PSK Demodulation''', i.e. this page- [[Guided Tutorial PSK Demodulation]]
== Content we need to create or extract from existing work ==
* Intermediate User Level:
 
**  '''Understanding Flowgraph Python Code''', content can come from [[Guided Tutorial GNU Radio in Python]]
*  '''Writing flowgraphs in C++''' (new to 3.8)
**  '''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'''
== "Recycle Bin", content we no longer link to that we may eventually just delete ==
**  '''Out of Tree modules''', should cover creation/installation and both Python and C++ blocks (but not writing them blocks themselves)
 
**  '''Writing blocks in C++'''
* [[Guided_Tutorial_GNU_Radio_in_Python|Programming GNU Radio in Python]]
* Expert User Level:
* [[TutorialsRemoteGUI|Remote GRC Operations]] - needs updating!
**  '''Writing flowgraphs in C++''' (new to 3.8)
* [[UsingVim|Using VIM plugins for GNU Radio development]]
** '''Working with ALSA and Pulse Audio'''
* [[TutorialsQTGUI|QTGUI Tutorial]] - A tutorial on how to develop Python GNU Radio applications.
** any of the other really niche topics we already have tutorials for, i.e. the order isn't going to mean much
* [http://www.trondeau.com/gr-tutorial/ Tom Rondeau's gr-tutorial] - Some tutorials from the boss himself.
* Developer Level:
* [[Guided_Tutorial_Extras_Sample_Rates#E2.3._A_Note_on_Resampling]] - covered by Understanding sample rate
** '''Volk- what it does, why it rocks, how to write new kernels'''
* [[TutorialsCoreConcepts|Core concepts of GNU Radio applications]] - content used in other pages
** (the few IDE and debugging related tips and tricks tutorials we already have)
* [[TutorialsWritePythonApplications|WritePythonApplications]] - content used in other pages
* [[OutOfTreeModulesConfig|Tutorial on how to configure OOT packages to find and link against GNU Radio]] - for 3.7; also, most of the content is covered in Writing blocks in C++
* [[TutorialPythonFunctions|Writing a Python Function for GRC]] - for 3.7; content used in other pages; it doesn't work as written!
* [[TutorialsDebugging|How to debug your applications]] - not well written; would need major rework and update
* [http://www.brainshark.com/SPS/vu?pi=zH8zQcV8dzAXPbz0 VOLK Introduction] - bad link

Revision as of 02:56, 29 January 2020

Tutorials 2.0

Content we need to create or extract from existing work

  • Writing flowgraphs in C++ (new to 3.8)

"Recycle Bin", content we no longer link to that we may eventually just delete