Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kit-cel/gr-radar
GNU Radio Radar Toolbox
https://github.com/kit-cel/gr-radar
Last synced: 2 months ago
JSON representation
GNU Radio Radar Toolbox
- Host: GitHub
- URL: https://github.com/kit-cel/gr-radar
- Owner: kit-cel
- License: gpl-3.0
- Created: 2014-05-13T15:24:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T05:44:17.000Z (9 months ago)
- Last Synced: 2024-08-01T20:36:37.714Z (5 months ago)
- Language: C++
- Homepage:
- Size: 3.19 MB
- Stars: 237
- Watchers: 28
- Forks: 83
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gnuradio - gr-radar - GNU Radio Radar Toolbox (GnuRadio Software)
README
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 toolboxSome 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 maint-3.8
UHD 3.15
Ubuntu 18.04**Dependencies**
Qt 5.10.1
Qwt 6.1.0
python-matplotlibQt and Qwt should be installed with GNU Radio. python-matplotlib is included in some testcases.
**Contact**
Stefan Wunsch
stefan.wunsch[at]student.kit.edu