Giter VIP home page Giter VIP logo

gr-ha5kfu's Introduction

gr-ha5kfu

This is a set of GNU Radio blocks written by Andras Retzler, HA7ILM <[email protected]>

These blocks are not perfect and have quite limited functionality, just enough for testing libcsdr.

The blocks were tested against GNU Radio v3.7.5-23-g1edeff17. To build:

mkdir build
cd build
cmake ..
make
sudo make install
sudo ldconfig

Execute External Process

  • It spawns an external process with a given command-line. (You can use shell pipelines.)
  • Its input is redirected to the STDIN of the process.
  • The STDOUT of the process is redirected to the output of the block.
  • It can deal with Float and Complex data.
  • You should exit the running flowgraph by closing the WX GUI window (if there is one) instead of killing it in GRC.
    Doing the latter, the spawned external process(es) will not be closed properly.

Execute External Process Sink

It does the same as the previous one, but it does not have an output.

Note: if you would need something like an Execute External Process Source, just connect a Null Source to the input of the Execute External Process block.

Show Min/Max Value in Console

It prints the minimal and maximal value for the received Float input buffers to the GRC console.

AGC2 Debug

It works just as AGC2 (built into GNU Radio), but it outputs the gain envelope instead of the amplified signal.

gr-ha5kfu's People

Contributors

ha7ilm avatar

Watchers

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