Skip to content

marcopovitch/gr-mseed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gr-mseed

An Out-of-Tree (OOT) module for gnuradio to handle seismological waveform (mseed).

It was just a Christmas project to have fun. At least, it's possible to connect to a seedlink server or open a mseed file (seismological data standard) to plot spectrogram, waterfall, etc. using existing gnuradio modules. If you find it useful, please let me know.

gnuradio interface with gr-mseed

spectro&waterfall

Dependencies

Installation

Go to the gr-mseed folder, then :

mkdir build
cd build
cmake ../
make install

Usage

Demo

  • The gnuradio-compagnon grc file is localted in the examples directory. To start the demo :

    gnuradio-compagnon waterfall.grc
  • To try the standalone python app in the examples directory:

    ./top_block.py

Links

About

An Out-of-Tree (OOT) module for gnuradio to handle seismological waveform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published