Creating C++ OOT with gr-modtool: Difference between revisions
Jump to navigation
Jump to search
Mattcarrick (talk | contribs) No edit summary |
Mattcarrick (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
{{Template:BeginnerTutorials}} | {{Template:BeginnerTutorials}} | ||
</div> | </div> | ||
TODO: intro material | |||
The previous tutorial, [[Creating_Python_OOT_with_gr-modtool|Creating Python OOT with gr-modtool]], describes how to create a Python block in an OOT module. This c++ OOT tutorial builds upon the previous Python one, so it is is suggested to at least complete the ''Creating an OOT Module'' portion of this tutorial before completing this tutorial. | |||
TODO: pick up from python OOT tutorial | TODO: pick up from python OOT tutorial | ||
TODO: link back to python tutorial | TODO: link back to python tutorial |
Revision as of 16:52, 9 March 2022
Beginner Tutorials
Introducing GNU Radio Flowgraph Fundamentals
Creating and Modifying Python Blocks DSP Blocks
SDR Hardware |
TODO: intro material
The previous tutorial, Creating Python OOT with gr-modtool, describes how to create a Python block in an OOT module. This c++ OOT tutorial builds upon the previous Python one, so it is is suggested to at least complete the Creating an OOT Module portion of this tutorial before completing this tutorial.
TODO: pick up from python OOT tutorial
TODO: link back to python tutorial