Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 911 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 911 Bytes

gr-burstream

GNU Radio OOT module for inserting bursts of samples inside a stream.

Visual description

Example Example running

Installation

  • Arch linux: ./arch_build_helper

Misc

Made following this instructions: https://wiki.gnuradio.org/index.php/OutOfTreeModules

  • gr_modtool newmod burstream
  • $ gr_modtool add --block-type source --add-python-qa --lang python burstreamer_c
    GNU Radio module name identified: burstream
    Language: Python
    Block/code identifier: burstreamer_c
    Please specify the copyright holder: Francisco Albani
    Enter valid argument list, including default arguments: 
    Adding file 'python/burstreamer_c.py'...
    Adding file 'python/qa_burstreamer_c.py'...
    Editing python/CMakeLists.txt...
    Adding file 'grc/burstream_burstreamer_c.block.yml'...
    Editing grc/CMakeLists.txt...