参考链接:

入门

http://www.cnblogs.com/moon1992/p/5739027.html

创建模块

http://www.cnblogs.com/moon1992/p/5424677.html

 

 

1 在终端运行:uhd_find_devices,看 PC 机是否已经连接上 USRP

gnuradio 初次使用

 2然后下载FPGA程序

gnuradio 初次使用

 

 3安装gnuradio 

终端输入wget http://www.sbrac.org/files/build-gnuradio && chmod a+x ./build-gnuradio && ./build-gnuradio

然后一直点是:y

 

4安装完成gnuradio 后输入gnuradio-companion打开gnuraio

gnuradio 初次使用

 

 打开后得到如下界面

gnuradio 初次使用

 创建一个这样的工程

gnuradio 初次使用

然后运行一下

gnuradio 初次使用

 这是数据类型的颜色图

gnuradio 初次使用

 二:如何创建自己的模块

1:命令 gr_modtool newmod howto

gnuradio 初次使用

 

相关文章:

  • 2021-08-16
  • 2021-04-13
  • 2021-07-03
  • 2021-08-17
  • 2021-06-24
  • 2022-02-18
  • 2021-10-22
  • 2021-07-30
猜你喜欢
  • 2022-12-23
  • 2021-12-10
  • 2021-09-01
  • 2021-07-05
  • 2021-10-30
  • 2022-01-13
  • 2021-12-20
相关资源
相似解决方案