-
Notifications
You must be signed in to change notification settings - Fork 5
/
ft8_qso.conf
81 lines (58 loc) · 1.63 KB
/
ft8_qso.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[main]
my_call_sign=[YOUR CALLSIGN]
my_grid_square=[YOUR GRID SQUARE]
#Receive and Transmit cycles should always be opposites.
#Transmit Cycle, even = xx:00s/xx:30s, odd = xx:15s/xx:45s, defaults to even
transmit_cycle=even
#Receive Cycle, even = xx:00s/xx:30s, odd = xx:15s/xx:45s, defaults to even
receive_cycle=odd
[rx]
#Location of wav save-file
rx_wav_file=ft8rx.wav
#Wav File Sample Rate. 12000 by default for ft8
wav_sample_rate=12000
#Working sample rate, all the math is done at this rate.
if_sample_rate=48000
#SDR Sample rate
rf_sample_rate=2400000
#TX Frequency, 144.174Hz for 2m FT8
rx_freq=144174000
#osmocom sink device string
rx_device_string=rtl=0
#Frequency Correction offset in ppm for SDR
rx_sdr_ppm=-1
#gr-osmosdr <-> bladeRF gain mappings
#
#Source:
#RF Gain: LNA Gain {0, 3, 6}
#IF Gain: N/A
#BB Gain: : RX VGA1 + RX VGA2 [5, 60]
bb_gain=0
if_gain=0
rx_rf_gain=25.4
#You probably don't need to touch this:
offset=5000
[tx]
#Path to wav file for TX. I don't recommend changing this, since that's the only filename the generator will put out.
tx_wav_file=000000_000001.wav
#Wav File Sample Rate. 12000 by default for ft8sim
wav_samp_rate=12000
#Working sample rate, all the math is done at this rate.
if_samp_rate=48000
#SDR Sample rate
rf_samp_rate=2400000
#TX Frequency, 144.174Hz for 2m FT8
tx_freq=144174000
#osmocom sink device string
tx_device_string=bladerf=0,biastee=1
#Frequency Correction offset in ppm for SDR
tx_sdr_ppm=0
#RF Gain: TX VGA2 [0 - 65]
tx_bb_gain=0
tx_if_gain=0
tx_rf_gain=62.0
#Audio level from WAV file to flow graph
audio_gain=0.6
#You probably don't need to touch these:
offset=5000
carrier_level=1