Giter Club home page Giter Club logo

relay's Introduction

说明

代码及具体的安装步骤见CGRAN的Two-Way Relaying with Network Coding项目。CGRAN上面是基于svn,通过git svn转换为git。此外修正了一点安装上的Errors。

关键参数

FAQs

Installation Errors

spectrumdisplayform_moc.cc:14:2: error: #error "This file was generated using the moc from 4.5.0. It" spectrumdisplayform_moc.cc:15:2: error: #error "cannot be used with the include files from this version of Qt." spectrumdisplayform_moc.cc:16:2: error: #error "(The moc has changed too much.)"

Solution: reconfiguration like this

$ make clean

$ ./bootstrap

Running Errors

ImportError: No module named _tkinter

Solution: Install the python-tk package (for Ubuntu)

$ sudo apt-get install python-tk

Error: Directory including modulation schemes not found! Check the absolute path in my_gnuradio/blks2/init.py! /home/iot/git/relaying_schemes_implementation/trunk/my_gnuradio/blk2

Solution: Change absolute path in variable p in ../my_gnuradio/blks2/init.py in order to make it point to the location where this file is located.

ImportError: No module named blks2impl.logpwrfft

Solution:

$ exec "from blks2impl.%s import *" % (f,) =>

$ exec "from my_gnuradio.blks2impl.%s import *" % (f,)

ImportError: No module named usrp_options

ImportError: No module named generic_usrp

ImportError: No module named pick_bitrate

Solution: copy usrp_options.py, generic_usrp.py, pick_bitrate.py from gnuradio-examples/digital/

relay's People

Contributors

youlizhao avatar

Stargazers

 avatar

Watchers

 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.