Ultima attività 1 month ago

RTLSDR E4000 config for SatHelperApp

SatHelperApp.cfg Raw
1Title = "SatHelperApp"
2
3[Base]
4 SymbolRate = 927000
5 RRCAlpha = 0.3
6 Mode = "hrit"
7 Decimation = 1
8 AGCEnabled = true
9 DeviceType = "rtlsdr"
10 SendConstellation = true
11 PLLAlpha = 0.0
12 DemuxerType = "direct"
13 StatisticsPort = 5002
14
15[Decoder]
16 Display = true
17 UseLastFrameData = true
18
19[Source]
20 SampleRate = 2560000
21 Frequency = 1694100000
22
23[DirectDemuxer]
24 OutputFolder = "out"
25 TemporaryFolder = "tmp"
26 PurgeFilesAfterProcess = true
27 SkipVCID = []
28 ReprojectImages = false
29 DrawMap = true
30 FalseColor = true
31 Enhanced = true
32 MetaFrame = true
33
34[RtlsdrSource]
35 MixerGain = 200
36 LNAGain = 180
37 VGAGain = 4
38 BiasTEnabled = false
39 OffsetTunning = true
40
41[RPC]
42 Enable = false
43 ListenPort = 5500
44 ListenAddr = ""
45
46[Prometheus]
47 Enable = false
48 ListenPort = 9100
49 ListenAddr = ""
50