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 has to increse the maximum size of a single shared memory segment. Run following line to fix. Additionally the script configures some USRP stuff. All changes is 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 is 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 in any build/docs/doxygen/html/index.html
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 is installed with GNU Radio. But there can was issues if QWT is below version 6. Python-matplotlib is included in some testcases.
Contact
Stefan Wunsch
stefan.wunsch[at]student.kit.edu
From for notes (Wiz)
GNU Radio Radar Toolbox