Giter VIP home page Giter VIP logo

multichannel-awg's Introduction

Multichannel AWG

This example illustrates the usage of modern UHD4 features to sequence transmissions.

Installation

Building

# The installation target directory
# Note that you can also install globally instead of to your home directory
# in that case, you'd want something like targetdir=/usr/local or just /usr.
targetdir=$HOME/.local/bin

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=${targetdir} ..
make

Installing – Development

After building, run from the build/ directory

make install
# if you installed to a directory your user can't write to,
# `sudo make install` instead

Installing – Deployment

You can build a binary package for transfer to other machines:

# RPM is for Fedora/Rocky/Alma/CentOS/SuSE/Redhat…
# DEB for debian/Mint/Ubuntu
# NSIS64 for a Windows installer (untested, but should work, needs preparation)
generator=RPM
mkdir build
cd build
cmake ..
make
cpack -G 

Usage

Look at example_data/example_sequence.json; the file contains a configuration section, a section that specifies paths and IDs for the segments to be used, and a sequence section, specifying which segment to play when on which channel (and with how many repetitions).

You can run multichannel_awg -f example_sequence.json from the example_data directory (if you run it from a different directory, correct the paths to the segments accordingly; full paths are allowed!).

To produce example data, the tools/ directory contains the generate_chirps.py tool, which is a GNU Radio program generated from the GRC flow graph generatechirps.grc.

To run the RFNoC version, use multichannel_awg -f example_sequence.json --mode rfnoc.

multichannel-awg's People

Watchers

Jonathon Pendlum avatar Marcus Müller avatar Neel Pandeya avatar  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.