User:Duggabe: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(first draft)
No edit summary
(91 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<!-- Guided_Tutorial_Hardware_Considerations -->
Barry Duggan is a graduate of Georgia Tech in Electrical Engineering and is a career computer programmer specializing in real-time control, data communication systems, and email security. He has been an amateur radio operator since 1953, and now devotes most of his time to the GNU Radio project. He is a member of the GNU Radio General Assembly, the GRCon21 Organizing Committee, and is currently the Documentation Lead for GNURadio.
<!-- "Using GNU Radio with Hardware" -->
= DRAFT REVISION Guided_Tutorial_Hardware_Considerations =
== Introduction ==
 
One of the great strengths of GNU Radio is how easy it is to move from simulation to real-world operation. In this tutorial, we will build on what you have learned so far and create a complete FM radio receiver which you can use to listen to your local FM radio stations. Also we will discuss considerations that come into play when working with real-world radio hardware.
 
This tutorial is divided into two sections: "Signal Processing" and "Hardware". Various popular hardware devices are shown so that you can build with your available device.
 
This tutorial can be performed with either GNU Radio (GR) version 3.7 or 3.8 (and later). The Graphical User Interface gnuradio-companion (GRC) is used to create a flowgraph for each section.
 
== Prerequisites ==
 
* [[SuggestedReading|Our Suggested Reading list]]
* Tutorials:
** [[Guided_Tutorial_Introduction|'''A brief introduction to GNU Radio, SDR, and DSP''']]
** [[Guided_Tutorial_GRC|'''Intro to GR usage: GRC and flowgraphs''']]
** [[Sample_Rate_Tutorial|'''Understanding sample rate''']]
 
== What Will I Need? ==
 
Even if you don't have an actual radio to work with, this tutorial is still useful. You can simply use a recording from an actual radio, with nothing done to the data. We have provided a recording, which you can find [https://github.com/gnuradio/gr-tutorial/blob/master/examples/tutorial6/fm_101.8MHz_1Msps.cfile in the gr-tutorials repository]. You can use this in your flowgraph to simulate hardware passing you samples.
 
This tutorial will be most useful, however, if you have a piece of radio hardware that you can use with GNU Radio. There are a large number of vendors who provide hardware with GNU Radio drivers. They span from very cheap $20 receivers to very high-performance tens-of-thousands-of-dollars systems. See [[Hardware]] for additional information.
 
This tutorial is possible if you have a radio that can receive the broadcast FM band. Most countries allocate between ~87 MHz and ~108 MHz to FM broadcast radio, with some slight variations in that range.
 
== Building an FM Radio Receiver ==
 
 
=== GNU Radio Signal Processing ===
 
=== Hardware Front End ===
 
==== UHD / USRP ====
 
==== ADALM-PLUTO ====
 
==== RTL-SDR dongle ====
 
==== FunCube Pro+ ====

Revision as of 19:10, 22 July 2021

Barry Duggan is a graduate of Georgia Tech in Electrical Engineering and is a career computer programmer specializing in real-time control, data communication systems, and email security. He has been an amateur radio operator since 1953, and now devotes most of his time to the GNU Radio project. He is a member of the GNU Radio General Assembly, the GRCon21 Organizing Committee, and is currently the Documentation Lead for GNURadio.