-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhackrf.conf
35 lines (28 loc) · 987 Bytes
/
hackrf.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
RF:
{
Driver = "hackrf"; # SDRPlay via SoapySDR
# Setting = "rfgain_sel=3"; # "if_mode=1620kHz,rfgain_sel=1"; # hardware dependent settings (no spaces)
# FreqCorr = 0; # [ppm]
# FreqPlan = 1; # 0 = based on location, 1 = Europe, 2 = USA/Canada, 3 = Australia, South America
SampleRate = 2.0; # [MHz]
# FFTsize = 4096; # [samples] 4096 for 1Msps, 8192 for 2Msps
Bandwidth = 1.75; # [MHz] for SDRPlay
CenterFreq = 868.3; # [MHz]
RemoveDC = 11; # [FFT bins] remove the DC offset on I/Q
OGN:
{ Gain = 80.0; # [dB]
} ;
# PipeName = "localhost:50010";
} ;
Demodulator:
{ DetectSNR = 9.0; # [dB]
ScanMargin = 25.0; # [kHz]
} ;
Position:
{ Latitude = +51.765833; # [deg]
Longitude = -1.191666; # [deg]
Altitude = 90; # [m] Altitude above sea leavel
} ;
APRS:
{ Call = "HackRFtst"; # APRS callsign
} ;