From 6ed54a9159b6fb938f27a0542e790eb4acc645b3 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 24 Feb 2017 11:51:41 +0100 Subject: Add hackrf and soapy dabmod examples --- hackrf.ini | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 hackrf.ini (limited to 'hackrf.ini') 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 -- cgit v1.2.3