GithubHelp home page GithubHelp logo

surligas / gr-cs330 Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 4.0 225 KB

GNU Radio out-of-tree module for the CS-330 course. The project is now archieved. For the new one please visit https://gitlab.com/surligas/gr-tutorial

License: GNU General Public License v3.0

CMake 5.92% C 0.44% C++ 92.96% Python 0.68% Makefile 0.01%

gr-cs330's Introduction

gr-cs330

GNU Radio out-of-tree module for the CS-330 lesson. Website: http://www.csd.uoc.gr/~hy330/

Installation

  1. git clone https://github.com/surligas/gr-cs330.git
  2. cd gr-cs330
  3. mkdir build
  4. cd build
  5. cmake ..
  6. make
  7. sudo make install

If this is the first time you are building the gr-satnogs module run sudo ldconfig

Advanced

By default, the cs330 module will use the default installation prefix. This highly depends on the Linux distribution. You can use the CMAKE_INSTALL_PREFIX variable to alter the default installation path. E.g:

cmake -DCMAKE_INSTALL_PREFIX=/usr ..

Another common control option is the library sugffix of the Linux distribution. There are distributions like Fedora, openSUSE, e.t.c that the their 64-bit version use the lib64 folder to store the 64-bit versions of their dynamic libraries. On the other hand, distributions like Ubuntu do the exact opposite. They use lib directory for the libraries of the native architecture and place the 32-bit versions on the lib32 directory. In any case the correct library directory suffix can be specified with the LIB_SUFFIX variable. For example:

cmake -DLIB_SUFFIX=64 -DCMAKE_INSTALL_PREFIX=/usr ..

will install the libraries at the /usr/lib64 directory.

gr-cs330's People

Contributors

agiolias avatar gvardakis avatar surligas avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

gr-cs330's Issues

Segfault from psk_demodulator

Hello,
While attempting to run the project flowgraph without any modifications whatsoever I encounter a segmentation fault which appears to originate from the PSK demodulator block. From what I gather, it's due to the indexing of output_items in psk_demodulator_impl::work(), in lib/psk_demodulator_impl.cc:735.

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.