Skip to content

garverp/recipes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gr-analysis

http://www.trondeau.com/grcon15-presentations#wednesday_Lincoln_Synchronized

Features

Tools for High Sample Rate Recording and Post-Processing in GNURadio

  • metadata_to_csv: Convert metadata to comma-separated value (.csv) format for import into MATLAB, Octave, etc.
  • specrec: High sample-rate recording (~30 MSPS) program with metadata. Linux-only as of now.
  • gr_fileman: File manipulation program. Can convert between data formats, cut out a subsection of data, interpolates timestamps, etc. Somewhat like SoX but exploits metadata and timestamps
  • gr_mkheader: Generate headers for data which previously had none
  • gr_fstat: Compute statistics of .sc16 and .fc32 files (mean,var,max,min)
  • read_file_metadata: Display metadata headers in human-readable format

Installation

git clone https://github.gatech.edu/garverp/gr-analysis.git
cd gr-analysis
mkdir build && cd build
cmake ../
make
sudo make install
sudo ldconfig

About

Repository containing a set of recipes for pybombs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 40.3%
  • C++ 33.4%
  • Python 25.6%
  • C 0.7%