SDR 软件无线电

http://gnuradio.microembedded.com/

http://mirrors.163.com/

https://www.expreview.com/69419.html

 

http://www.doc88.com/p-9863419341526.html

 

 

https://www.cnblogs.com/jsdy/p/11803790.html

在使用pip安装pybombs

利用pybombs安装最新源码软件,包括gnuradio, uhd, hackrf, limesuite, gqrx, 以及各种gnuradio模块.

https://blog.csdn.net/sinat_38431275/article/details/78416023

利用pybombs安装gnuradio

https://blog.csdn.net/dragonshx/article/details/91350720

Ubuntu 18.04下安装最新CMakeCMake简单使用

https://www.linuxidc.com/Linux/2018-09/154166.htm

 

https://www.jianshu.com/p/df438466b143

 

 

gnuradio安装步骤:

  1. 在网易镜像下载ubuntu的iso文件,使用vb安装系统,指定共享文件。
  2. 安装增强工具;在/etc/apt/sources.list换为国内源
  3. 安装pip

$ sudo apt-get install git

$ sudo apt-get install python-setuptools python-dev python-pip build-essential

$ sudo pip install git+https://github.com/gnuradio/pybombs.git

 

 

  1. 安装cmake
  2. 安装pybombs
  3. 安装gnuradio
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章