Skip to content

Commit

Permalink
track file in use
Browse files Browse the repository at this point in the history
  • Loading branch information
ka9q committed May 6, 2024
1 parent 47738a5 commit 9707b62
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions config/radiod@rx888-ka9q-hf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ device = "rx888" # required
description = "g5rv @ KA9Q"
gain = 30 # dB max
#gain = 40 # overrange test
calibrate = -0.1734e-6
#calibrate = -0.1734e-6
calibrate = -0.31e-6
#gain = 40
# rest are defaults
#description = "rx888"
Expand All @@ -29,6 +30,7 @@ samprate = 64m8
#queuedepth = 16 # buffers in USB queue
#reqsize = 32 # size of each USB buffer in 16KB units
#dither = no # built-in A/D dither
dither = yes
#rand = no # Randomize A/D output bits to spread digital->analog crosstalk
rand = yes
#att = 0 # PE4312 digital attenuator, 0-31.5 dB in 0.5 dB steps
Expand All @@ -44,8 +46,6 @@ low = 1k3
high = 1k7
samprate = 12k
freq = "1m836600 3m568600 3m592600 5m287200 5m364700 7m038600 10m138700 13m553900 14m095600 18m104600 21m094600 24m924600 28m124600"


#freq0 = "136k000 474k200 50m293000 144m488500" ; can't get these anyway
# experiment with fixed gain with 30 or more dB margin
agc = no
Expand Down Expand Up @@ -102,6 +102,13 @@ mode = usb
freq = "3575k000 7047k500 10140k000 14080k000 18104k000 21140k000 24919k000 28180k000"
# extras "50m318000 144m170000"

# International beacon project
[IBP]
data = ibp-pcm.local
disable = no
mode = cwu
freq = "14m100 18m110 21m150 24m930 28m200"

[60M]
disable = yes
# five fixed USB channels on 60 meter segment
Expand Down Expand Up @@ -137,15 +144,14 @@ data = freedv-pcm.local
mode = usb
freq = "14m236"


[WWV]
disable = no
disable = yes
data = wwv-pcm.local
mode = am
freq = "2500k 5000k 10000k 15000k 20000k 25000k 3330k 7850k 14670k" # added CHU

[WWV-IQ]
disable = yes
disable = no
data = wwv-iq.local
agc = no
gain = 60
Expand Down

0 comments on commit 9707b62

Please sign in to comment.