最後活躍 1 month ago

RTLSDR E4000 config for SatHelperApp

racerxdl's Avatar Lucas Teske 已修改 4 years ago. 還原成這個修訂版本

1 file changed, 49 insertions

SatHelperApp.cfg(檔案已創建)

@@ -0,0 +1,49 @@
1 + Title = "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 = ""
上一頁 下一頁