jmfriedt / gr-allan

Allan deviation plot for GNU Radio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GNU Radio Allan deviation plot

Assumes that https://pypi.org/project/AllanTools/ has been installed and is functional

Tested with GNU Radio 3.10.5.1 (Python 3.11.1)

Installation

mkdir build
cd build
cmake ../
sudo make install

Run the allan_demo.grc example in examples.

The two technical challenges met in this demonstration are:

  • wrapping AllanTools in a GNU Radio Sink block
  • real time plotting of the result, inspired from gr-pyqt but heavily edited (and simplified) examples.

Graphical and text output:

TODO

  • Add error bars
  • Add colored noise generation

About

Allan deviation plot for GNU Radio

License:GNU General Public License v3.0


Languages

Language:CMake 56.4%Language:Python 38.6%Language:C++ 3.8%Language:C 1.3%