WikiStart

Version 113 (Martin Braun, 05/15/2012 08:35 am)

1 73 Tom Rondeau
h1. Welcome to GNU Radio!
2 1
3 1
h2. Introduction
4 73 Tom Rondeau
5 99 Martin Braun
{{>toc}}
6 73 Tom Rondeau
7 104 Ben Hilburn
GNU Radio is a free & open-source software development toolkit that provides signal processing blocks to implement software radios.  It can be used with readily-available low-cost external RF hardware to create software-defined radios, or without hardware in a simulation-like environment.  It is widely used in hobbyist, academic and commercial environments to support both wireless communications research and real-world radio systems.
8 50 Johnathan Corgan
9 105 Ben Hilburn
GNU Radio applications are primarily written using the Python programming language, while the supplied performance-critical signal processing path is implemented in C++ using processor floating-point extensions, where available.  Thus, the developer is able to implement real-time, high-throughput radio systems in a simple-to-use, rapid-application-development environment.
10 1
11 1
While not primarily a simulation tool, GNU Radio does support development of signal processing algorithms using pre-recorded or generated data, avoiding the need for actual RF hardware.
12 1
13 81 Dimitrios Symeonidis
GNU Radio is licensed under the GNU General Public License (GPL) version 3. All of the code is copyright of the Free Software Foundation.
14 81 Dimitrios Symeonidis
15 1
16 1
h2. Content
17 73 Tom Rondeau
18 99 Martin Braun
h3. I. Getting started
19 1
20 104 Ben Hilburn
If you've never touched GNU Radio before, these pages will get you started with a running installation of GNU Radio and will show you how to take your first steps with this software radio tool.
21 1
22 99 Martin Braun
* [[WhatIsGR|What is GNU Radio and why do I want it?]] - Read this if you really have no idea what this project is about.
23 99 Martin Braun
* [[InstallingGR|Installing GNU Radio]] - This will explain all the steps to get a working installation of GNU Radio.
24 99 Martin Braun
** [[Download]] - Jump straight to the source.
25 99 Martin Braun
** [[BuildGuide|Build Guide]] - For experts: how to build GNU Radio manually from source code.
26 99 Martin Braun
* [[FAQ|Frequently Asked Questions]] - Read this. Seriously, really read this before asking questions.
27 1
28 99 Martin Braun
h3. II. Community & Communicating
29 1
30 99 Martin Braun
There's a nice community of people involved in GNU Radio. Here's some pointers on how to connect with us.
31 99 Martin Braun
* [[ReportingErrors|Asking Questions and Reporting Errors]] - We're helpful people, but *we expect you to try to help yourself first.*
32 103 Tom Rondeau
* [[MailingLists|Mailing lists]] - Where most of the communication happens, but please read the previous article first.
33 99 Martin Braun
* [[IRC|IRC]] - For a more real-time interaction, come join our chat room @#gnuradio@ on Freenode.
34 113 Martin Braun
* [[MoreCommunity|More websites and web-based communities]] for GNU Radio
35 99 Martin Braun
* [[DevelopersCalls]] - The developers have monthly VoIP conferences which are open to join.
36 110 Tom Rondeau
* "GNU Radio Conference 2011":http://gnuradio.trondeau.com/gnu-radio-conference-2011/, a real-life developers and enthusiast meeting
37 101 Martin Braun
*** [[GRConf2011|Presentations from the GNU Radio conference 2011]]
38 99 Martin Braun
39 99 Martin Braun
h3. III. Using GNU Radio
40 99 Martin Braun
41 99 Martin Braun
Once GNU Radio is installed and running, check these pages to find out how to actually use GNU Radio. These articles refer to anything that does not involve writing C++ or signal processing code.
42 99 Martin Braun
* [[HowToUse|How do I use GNU Radio?]] - A short introduction to the possibilities you have as a GNU Radio user.
43 99 Martin Braun
* [[GNURadioCompanion|The GNU Radio Companion]], a GUI IDE for developing GNU Radio applications.
44 99 Martin Braun
* [[HowToUse#Using-the-included-tools-and-utility-programs|Utilities and tools that come with GNU Radio]]
45 99 Martin Braun
* [[Tutorials|Tutorials]]
46 104 Ben Hilburn
** [[TutorialsWritePythonApplications| How to write Python applications]] - This includes a guide on how to read and use the Doxygen-generated API docs.
47 99 Martin Braun
* "Doxygen Generated API":http://gnuradio.org/doc/doxygen/index.html - This includes a complete list of available blocks.
48 107 Tom Rondeau
** [[old-docs|Documentation for older releases]]
49 99 Martin Braun
* [[Simulations|A quick guide on doing simulations with GNU Radio]]
50 99 Martin Braun
51 99 Martin Braun
h3. IV. Developing GNU Radio
52 99 Martin Braun
53 99 Martin Braun
Using GNU Radio is nice, but the real fun comes with developing new components for GNU Radio or actually changing the core itself. If you want to write some code, read these articles first.
54 99 Martin Braun
* [[Development|Development Style and Structure for Contributors]]
55 109 Guest User
* [[BlocksCodingGuide|Coding guide for writing new blocks]]
56 99 Martin Braun
* "How to Write a GNU Radio Signal Processing Block":http://www.gnu.org/software/gnuradio/doc/howto-write-a-block.html
57 99 Martin Braun
* [[Octave|How to use Octave or Matlab with GNU Radio]]
58 99 Martin Braun
* [[ChangeSets|API and Code Version Changes]]
59 99 Martin Braun
* [[DevelopingWithGit|How to use git to track your own GNU Radio code]]
60 111 Tom Rondeau
* YouTube feed from Ettus Research "featuring demos and howtos":http://www.youtube.com/user/ettusresearch/feed for using GNU Radio and USRPs.
61 112 Martin Braun
62 99 Martin Braun
h3. V. Hardware
63 99 Martin Braun
64 104 Ben Hilburn
Hardware is strictly *not* part of GNU Radio, which is purely a software library. However, developing radio and signal processing code is even more fun when using hardware to actually transmit and receive, and GNU Radio supports several radio front-ends.
65 99 Martin Braun
66 104 Ben Hilburn
The most commonly used equipment are the USRP devices by "Ettus Research, LLC.":http://www.ettus.com.
67 99 Martin Braun
* [[Hardware]] - A quick guide for getting all kinds of hardware running with GNU Radio.
68 99 Martin Braun
* "UHD - Hardware driver for all Ettus Research products":http://code.ettus.com/redmine/ettus/projects/uhd/wiki
69 99 Martin Braun
* The [[USRP|USRP1]]
70 99 Martin Braun
* The [[USRP2]]
71 99 Martin Braun
* [[List_of_USRP_daughterboards|List of USRP daughterboards]]
72 99 Martin Braun
73 100 Martin Braun
For other Ettus products check out their "website":http://www.ettus.com!
74 99 Martin Braun
75 99 Martin Braun
76 99 Martin Braun
h3. VI. Further information and 3rd party extensions
77 99 Martin Braun
78 104 Ben Hilburn
There's more stuff to be found for GNU Radio on the web. Check these pages to find tutorials, code and other information on GNU Radio.
79 99 Martin Braun
* "The Comprehensive GNU Radio Archive Network":https://cgran.org - 3rd party GNU Radio applications and extensions.
80 99 Martin Braun
* [[SuggestedReading|Suggested Reading]] - A list of non-GNU Radio-related literature, including good introductions to signal processing, radio engineering and software development.
81 99 Martin Braun
* [[OtherCode|GNU Radio code on other servers]]
82 99 Martin Braun
* [[ExternalDocumentation|Documentation for GNU Radio on other servers]]
83 99 Martin Braun
* [[OurUsers|Real world users]]
84 99 Martin Braun
* [[AcademicPapers|Academic papers involving GNU Radio]]
85 99 Martin Braun
* [[Support|Commercial support and training]]
86 99 Martin Braun
* [[Presentations]]
87 99 Martin Braun
* [[OpenBTS]] - An Open Source GSM interface. This is a separate project, with its own mailing list.
88 99 Martin Braun
* [[SampleData|Pre-recorded sample data]] - If you don't have a USRP, find real recorded signals for offline analysis here.
89 99 Martin Braun
90 99 Martin Braun
h2. Other Languages
91 1
92 99 Martin Braun
* [[gnuradio_zh|SimpleChinese(中文)]]
93 99 Martin Braun
* [[EnEspanol|Spanish]]