-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathradiod@rx888-web.conf
35 lines (32 loc) · 1.38 KB
/
radiod@rx888-web.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Generic RX888 config
[global]
# these next two establish defaults for all demod sections
hardware = rx888 # use built-in rx888 driver, configured in [rx888]
status = web.local # DNS name for receiver status and commands
samprate = 12k # default output sample rate
mode = usb # default receive mode
# rest are defaults
#ttl = 0 # multicast data doesn't leave source host!
#fft-threads = 2
#blocktime = 20 # allowable Opus block times: 2.5, 5, 10, 20, 40, 60, 80, 100, 120
#overlap = 5 # don't change unless you know what you're doing
#data = ft8-pcm.local
#data = spec.local
data = web.local
[rx888]
device = "rx888" # required so it won't be seen as a demod section
description = "rx888 generic" # good to put callsign and antenna description in here
gain = 20 # dB
# rest are defaults
#description = "rx888"
#number = 0
#samprate = 64m8 # Hz
#calibrate = 0 # 1e-6 is +1 ppm
#firmware = SDDC_FX3.img
#queuedepth = 16 # buffers in USB queue
#reqsize = 32 # size of each USB buffer in 16KB units
dither = yes # built-in A/D dither
rand = yes # Randomize A/D output bits to spread digital->analog crosstalk
#att = 0 # PE4312 digital attenuator, 0-31.5 dB in 0.5 dB steps
#gainmode = high # AD8370 VGA gain mode
#gain = 1.5 # AD8370 VGA gain, -25 to +17 dB (low gain mode) or -8 to +34 dB (high gain mode)