diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-02-24 11:51:41 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-02-24 11:51:41 +0100 |
commit | 6ed54a9159b6fb938f27a0542e790eb4acc645b3 (patch) | |
tree | 57aea8f4dd5d6f924940b460fb3557baae8d1567 /hackrf.ini | |
parent | 61d57ab75ce1c57708dcd8602574301e70932aca (diff) | |
download | mmbtools-aux-6ed54a9159b6fb938f27a0542e790eb4acc645b3.tar.gz mmbtools-aux-6ed54a9159b6fb938f27a0542e790eb4acc645b3.tar.bz2 mmbtools-aux-6ed54a9159b6fb938f27a0542e790eb4acc645b3.zip |
Add hackrf and soapy dabmod examples
Diffstat (limited to 'hackrf.ini')
-rw-r--r-- | hackrf.ini | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/hackrf.ini b/hackrf.ini new file mode 100644 index 0000000..e47e00e --- /dev/null +++ b/hackrf.ini @@ -0,0 +1,37 @@ +[remotecontrol] +telnet=1 +telnetport=2121 + +[input] +;transport=zeromq +;source=tcp://core.mpb.li:9100 +;max_frames_queued=800 + +transport=file +source=/dev/stdin + +[modulator] +gainmode=var +digital_gain=2.4 +rate=4096000 +mode=1 + +[firfilter] +enabled=1 + +[output] +output=file + +[fileoutput] +format=s8 +filename=/dev/stdout + + +[tii] +; (experimental) +; If these options are set, TII transmission is enabled. +; DAB modes I and II are supported, and must be set explicitly in +; this file. Reading DAB mode from ETI is not supported. +enable=0 +comb=16 +pattern=3 |