Git Product home page Git Product logo

gr-e4406a's Introduction

This is a GNURadio module to get complex samples from an Agilent E4406A VSA

You need the libvxi11 library to be installed in your system. See:
https://github.com/f4exb/libvxi11

The GNURadio block requires a recent gnuradio (>= v3.7) to be installed.

Please note: prior pulling a new version from git and compiling it,
please do a "make uninstall" first to properly remove the previous version.

Building with cmake:

git clone https://github.com/f4exb/gr-e4406a
cd gr-e4406a
mkdir build
cd build/
cmake ../
make
sudo make install
sudo ldconfig

See INSTALL for a more exotic cmake command involving custom locations for 
libvxi11 and GNURadio. You do not need to install with sudo if this is in a 
location your user has access to (this is my preferred solution). 

GNURadio blocks implemented (by GRC name):

* E4406A source:
Basic control and I/Q samples retrieval from an Agilent E4406A VSA over the 
LAN using VXI-11 protocol. 
See examples/qpsk.grc for an flowgraph using this block.

* E4406A Remote Control
Simple remote control of the E4406A mainly just to fine tune center frequency
which is impossible with instrument's knob. It is a dummy source block that
just output zeroes. Just connect it to a throttle block and a null sink block.
See examples/remote.grc for a flowgraph using this block.

* E4406A Buffered source
Similar as E4406A source but buferrizes a number of times the required output
block size before sending the blocks one at a time as requested by the 
scheduler. It implies that a communication with the E4406A is initiaed each time 
the buffer gets empty hence the rythm of the flow is highly discontinuous. To 
improve smoothness see "Double buffered pacer" next. The advantage in using 
this block is to have more contiguous blocks (or less discontinuities in the flow)
resulting in better behaviour of the subsequent blocks.
See examples/qpsk2_wx.grc for a flowgraph using this block.

* Double buffered pacer
Takes a large amount of data in input to serve it in smaller chunks at the 
output. Because GNURadio is a Thread-Per-Block scheduler the source of this 
block can run in parallel with it. When connected to a "E4406A source" block
of a larger size than the requested block size at the output it results in 
a smoother flow giving a real time impression. It also retains the advantage
to have more contiguous blocks (or less discontinuities in the flow).
See examples/qpsk3.grc for a flowgraph using this block.


See examples/README for information on the examples.

gr-e4406a's People

Contributors

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