Tutorials: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(UsingVSCode) |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 11: | Line 11: | ||
# [[Polymorphic_Types_(PMTs)|Polymorphic Types (PMTs)]] | # [[Polymorphic_Types_(PMTs)|Polymorphic Types (PMTs)]] | ||
# [[Message_Passing|Message Passing]] | # [[Message_Passing|Message Passing]] | ||
# [[Virtual_Sinks_and_Sources|Virtual Sinks and Sources]] | |||
# [[Importing_Libraries|Importing Libraries]] | |||
Modulation and Demodulation | Modulation and Demodulation | ||
# [[Simulation_example:_Narrowband_FM_transceiver|Narrowband FM]] | # [[Simulation_example:_Narrowband_FM_transceiver|Narrowband FM]] | ||
# [[Simulation_example:_Single_Sideband_transceiver|Single Sideband (SSB)]] | # [[Simulation_example:_Single_Sideband_transceiver|Single Sideband (SSB)]] | ||
# [[ | # [[QPSK_Mod_and_Demod|QPSK Mod and Demod]] | ||
# [[Simulation_example:_BPSK_Demodulation|BPSK Demodulation]] | # [[Simulation_example:_BPSK_Demodulation|BPSK Demodulation]] | ||
# [[Simulation_example:_FSK|Frequency Shift Keying (FSK)]] | # [[Simulation_example:_FSK|Frequency Shift Keying (FSK)]] | ||
# [[Basic_OFDM_Tutorial|OFDM Basics]] | # [[Basic_OFDM_Tutorial|OFDM Basics]] | ||
# [[Packet_Communications|Packet Communications]] | # [[Packet_Communications|Packet Communications]] | ||
# [[File_transfer_using_Packet_and_BPSK|File transfer using Packet and BPSK]] | |||
Custom Blocks and Out of Tree (OOT) Modules | Custom Blocks and Out of Tree (OOT) Modules | ||
# [[Creating_Python_OOT_with_gr-modtool|Creating an OOT (Python block example)]] | # [[Creating_Python_OOT_with_gr-modtool|Creating an OOT (Python block example)]] | ||
# [[ | # [[Creating_C++_OOT_with_gr-modtool|Creating an OOT (C++ block example)]] | ||
# [[YAML_GRC|Writing the YAML file for a block (GR 3.8+)]] | # [[YAML_GRC|Writing the YAML file for a block (GR 3.8+)]] | ||
Miscellaneous | Miscellaneous | ||
Line 30: | Line 33: | ||
# [[Understanding_ZMQ_Blocks|Understanding ZMQ Blocks]] | # [[Understanding_ZMQ_Blocks|Understanding ZMQ Blocks]] | ||
# [[Bandlimited_threshold_detector| Bandlimited Threshold and Detection Demo Application]] | # [[Bandlimited_threshold_detector| Bandlimited Threshold and Detection Demo Application]] | ||
# [[Pushbutton_IQ_Recorder_with_descriptive_filenames| Pushbutton I/Q Recorder with Descriptive File Names]] | |||
|} | |} | ||
| | | | ||
Line 40: | Line 44: | ||
# [[VOLK_Guide|VOLK: What it does, why it rocks, how to write new kernels]] | # [[VOLK_Guide|VOLK: What it does, why it rocks, how to write new kernels]] | ||
# [[ALSAPulseAudio|Working with ALSA and Pulse Audio]] | # [[ALSAPulseAudio|Working with ALSA and Pulse Audio]] | ||
# [[UsingVSCode|Using Visual Studio Code for | # [[UsingVSCode|Using Visual Studio Code for GNU Radio Development]] | ||
# [[UsingEclipse|Using Eclipse for Building and Source level debugging C++ OOTs]] | # [[UsingEclipse|Using Eclipse for Building and Source level debugging C++ OOTs]] | ||
# [[UsingCB|Using Code::Blocks IDE for GNU Radio Development]] | # [[UsingCB|Using Code::Blocks IDE for GNU Radio Development]] |
Latest revision as of 09:01, 4 September 2024
Please leave tutorials-related feedback (either for an individual tutorial or overall organization) in the Discussion page of this article (tab at the top), we are always looking for ways to improve.