码迷,mamicode.com
首页 > 其他好文 > 详细

GNU Radio Radar Toolbox

时间:2016-10-28 03:43:52      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:toc   terminal   ubuntu   har   share   follow   amp   mkdir   toolbox   

GNU Radio Radar Toolbox

Install guide
Change to any folder in your home directory and enter following commands in your terminal.

git clone https://github.com/kit-cel/gr-radar.git // clone this repository
cd gr-radar/
mkdir build // make build folder
cd build/
cmake ../ // build makefiles
make // build toolbox

Some testcases use huge buffer sizes. Therefore you have to increse the maximum size of a single shared memory segment. Run following line to fix that. Additionally the script configures some USRP stuff. All changes will be resetted after reboot.

sudo ./../examples/setup/setup_core

Now you can run all testcases and install the toolbox. If ctest responds with ‘100% tests passed‘ the toolbox should be build correctly.

ctest // run tests
sudo make install // install toolbox

Development progress blog
https://grradar.wordpress.com/

Documentation
For full documentation build the toolbox and open build/docs/doxygen/html/index.html in any web browser.

Development platform
GNU Radio 3.7.4
UHD 3.7.2
Ubuntu 14.04

Dependencies
Qt 4.8.6
Qwt 6.0.0
python-matplotlib

Qt and Qwt should be installed with GNU Radio. But there can be issues if Qwt is below version 6. python-matplotlib is included in some testcases.

Contact
Stefan Wunsch
stefan.wunsch[at]student.kit.edu





GNU Radio Radar Toolbox

标签:toc   terminal   ubuntu   har   share   follow   amp   mkdir   toolbox   

原文地址:http://www.cnblogs.com/Ryan-Leo/p/6006250.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!