Giter Club home page Giter Club logo

gr-sddc's Introduction

GR-SDDC

The Direct Sampling SDR's GNURadio Module for SDDC(software digital down converter).

Target Devices

  • BBRF103
  • HF103
  • RX888
  • RX888R2
  • RX888R3
  • RX999
  • *** Supporting Direct Sampling Mode Only. ***

Installation

First you need to install the dependencies (see below).

Setup GNU Radio

These blocks require the GNU Radio 3.9.0.0 or new on Ubuntu 20.04.

Build GR-SDDC

Please build and setup GR-SDDC library to GNU Radio.

$ sudo apt-get install libusb-1.0-0-dev fftw-dev
$ git clone https://github.com/ourstarsjp/gr-sddc.git
$ cd gr-sddc
$ sudo tar zxfv ./lib_so/libsddc.so.tar.gz -C /usr/lib/
$ sudo ldconfig
$ sudo cp ./lib_so/libsddc.h /usr/include/
$ sudo cp ./lib_so/99-rf103.rules /etc/udev/rules.d/
$ sudo udevadm control --reload-rules
$ mkdir build
$ cd build
$ cmake ../
$ sudo make install
$ sudo ldconfig

Dependencies

Required dependencies:

linux support of libsddc by vladisslav2011

Usage SDDC_source Block

  1. Put sddc/SDDC_source Block & QT GUI Block on GNURadio Flow canbus.
  2. Setup All Parameters of SDDC_source Block.
  3. Sample Rate (Hz) : Select this from 32M, 16M, 8M, 4M, 2M.
  4. firmware_path : SDDC_FX3.img's Full Path.
  5. device_select : The 1st device is "0".
  6. antenna : RX1 Only.
  7. Setup a Sample Rate's Parameter of QT GUI Block.
  8. Sample Rate (Hz) : SDDC_source Block's Sample Rate.

gr-sddc's People

Contributors

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