Code Monkey home page Code Monkey logo

gr-radar's Introduction

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 maint-3.8 UHD 3.15 Ubuntu 18.04

Dependencies Qt 5.10.1 Qwt 6.1.0 python-matplotlib

Qt and Qwt should be installed with GNU Radio. python-matplotlib is included in some testcases.

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

gr-radar's People

Contributors

stwunsch avatar sbmueller avatar primercuervo avatar mbr0wn avatar marcusmueller avatar ryanvolz avatar debnera avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.