Giter Site home page Giter Site logo

gr-fdc's Introduction

gr-FDC

Description

gr-FDC is a GnuRadio Out of Tree (OOT) module, implementing several Frequency Domain Channelizers for different purposes combining them in a Python Hier block.

It's main purpose is channelization of multicarrier signals, i.e. demand assigned multiple access systems or carrier detection in wideband signals.

gr-FDC is unsuitable for Code division multiple access systems.

Installation

If you found this you propably know how to install a GnuRadio OOT Module:

$ git clone https://github.com/gereonsuch/gr-FDC.git
$ cd gr-FDC
$ mkdir build
$ cd build
$ cmake .. && make && sudo make install && sudo ldconfig

Usage

Primarily, you should start by using the block FrequencyDomainChannelizer, as it is a Hier block containing all implemented functionality and adjusts parameters to your needs. The Python way.

Feel free to use other blocks seperately, but this will most likely not leed to any performance gain whatsoever, since the hier itself block only instanciates what is necessarily needed.

Disclaimer

This is free software and no warranty whatsoever is given. Use and modify it responsibly.

gr-fdc's People

Contributors

gereonsuch 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.