Template:BeginnerTutorials: Difference between revisions
Jump to navigation
Jump to search
Mattcarrick (talk | contribs) No edit summary |
(adding header for two SDR hardware-related tutorials) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable" style="background-color:#f1edff;" cellpadding="10" | {| class="wikitable" style="background-color:#f1edff;" cellpadding="10" | ||
| '''Beginner Tutorials''' | |||
Introducing GNU Radio | Introducing GNU Radio | ||
# [[What_Is_GNU_Radio|What is GNU Radio?]] | |||
# [[InstallingGR|Installing GNU Radio]] | |||
# [[Your_First_Flowgraph|Your First Flowgraph]] | |||
Flowgraph Fundamentals | Flowgraph Fundamentals | ||
# [[Python_Variables_in_GRC|Python Variables in GRC]] | |||
# [[Variables_in_Flowgraphs|Variables in Flowgraphs]] | |||
# [[Runtime_Updating_Variables|Runtime Updating Variables]] | |||
# [[Signal_Data_Types|Signal Data Types]] | |||
# [[Converting_Data_Types|Converting Data Types]] | |||
# [[Packing_Bits|Packing Bits]] | |||
# [[Streams_and_Vectors|Streams and Vectors]] | |||
# [[Hier_Blocks_and_Parameters|Hier Blocks and Parameters]] | |||
Creating and Modifying Python Blocks | Creating and Modifying Python Blocks | ||
# [[Creating_Your_First_Block|Creating Your First Block]] | |||
# [[Python_Block_with_Vectors|Python Block With Vectors]] | |||
# [[Python_Block_Message_Passing|Python Block Message Passing]] | |||
# [[Python_Block_Tags|Python Block Tags]] | |||
DSP Blocks | DSP Blocks | ||
# [[Low_Pass_Filter_Example|Low Pass Filter Example]] | |||
# [[Designing_Filter_Taps|Designing Filter Taps]] | |||
# [[Sample_Rate_Change|Sample Rate Change]] | |||
# [[Frequency_Shifting|Frequency Shifting]] | |||
# [[Reading_and_Writing_Binary_Files|Reading and Writing Binary Files]] | |||
SDR Hardware | |||
# [[RTL-SDR_FM_Receiver|RTL-SDR FM Receiver]] | |||
# [[B200-B205mini_FM_Receiver|B200-B205mini FM Receiver]] | |||
|} | |} | ||
Latest revision as of 21:18, 27 June 2024
Beginner Tutorials
Introducing GNU Radio Flowgraph Fundamentals
Creating and Modifying Python Blocks DSP Blocks
SDR Hardware |