Added LICENCE file (for gr_modtool) May 17, 2014 README.md mark as deprecated in GR 3.8 Jun 15, 2020 gr-tutorial NOTE: This tutorial has been deprecated in GR 3.8. For updated tutorials, seeGNU Radio Tutorials. Releases No releases published Contributors5...
GNU Radio是一个能够使用户独立设计、仿真、部署高性能的无线电系统。它是一个高度模块化、面向流程图的架构。这让我们可以可容易理解处理过程,并用来解决复杂的信号处理问题。 GNU Radio目前已经有许多方面的应用,比如音频处理、移动通信、卫星追踪、雷达系统、GSM、DRM等等。 它自身并不需要特定硬件平台的支持。它也...
GNU radio 和USRP 学习手册
我们在Tutorial1中已经知道GNU Radio是一个工具的集合,可以用来开发软件无线电。在这个教程中,我们将要探索如何使用GRC(GNU Radio的图形化工具)。GRC允许我们图形化创建Python文件,而不是单单使用命令和代码。 在终端(ubuntu:ctrl+alt+t)中打开gnuradio-companion,让我们开始GRC的学习之旅。 $ gnuradio-companion 首先...
In this course, you’ll build flexible SDR applications using GNU Radio through exercises that will help you learn the fundamentals of Digital Signal Processing (DSP) needed to master SDR. For the over-the-air exercises, you’ll need a HackRF One or other SDR peripheral.” The tutorial ...
在GNU Radio中使用cmake来作为系统的构建,因此build一个模块需要你安装cmake(最常见的是make,但是也可以使用Eclipse或者MS Visual Studio)。 回到顶部 3. Tutorial 1: Creating an out-of-tree module 在下面的教程中,我们将使用名为howto的模块。第一步是创建这个模块。
Since this tutorial is only the skeleton, I do nothing in the window. Look at the classes in the Gorm main window, and use "Classes->Create Subclass" to create a subclass of NSDocument, called "Document". Figure 4-34. Create NSDocument subclass > Don't instantiate it. Instead, it ...
使用GNU Radio 充当调制解调器,在脱机/开发设置下实时地处理来自 Aqua 的下行链路数据(采用原始 RF 的形式)。 先决条件 完成教程:来自 NASA Aqua 公共卫星的下行链路数据,因为本教程假定你已经配置了航天器和 VM。 了解使用 vRF 的限制和权衡 在深入学习本教程之前,请务必了解 vRF 的工作原理,并了解它与使用托管...
http://rapidshare.com/files/72169239/Simple-Gnuradio-User-Manual-v1.0.pdf 以上是一个非官方的GNU RADIO手册。 Thanks to the author for the massive effort! Then, there's the automatically generated documentation. This is created by Doxygen from the source code. I recommend making these docs the ...
目录GNU Radio简介 GNU Radio框架 GNU Radio模块 GNU Radio简介 wiki: https://en.wikipedia.org/wiki/GNU_Radio GNU Radio是一个免费的软件开发工具包,提供信号处理模块以实现软件定义的无线电和信号处理系统。 它可以与外部RF硬件一起使用,以创建软件定义的无线电,或者在类似仿真的环境中无... ...