最后活跃于 1 month ago

RTLSDR R820T2 SatHelperApp config

racerxdl's Avatar Lucas Teske 修订了这个 Gist 4 years ago. 转到此修订

1 file changed, 40 insertions

SatHelperApp.cfg(文件已创建)

@@ -0,0 +1,40 @@
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 + [RtlsdrSource]
24 + MixerGain = 15
25 + LNAGain = 15
26 + VGAGain = 15
27 + BiasTEnabled = true
28 +
29 + [TCPServerDemuxer]
30 + Port = 5001
31 + Host = ""
32 +
33 + [DirectDemuxer]
34 + TemporaryFolder = "tmp"
35 + OutputFolder = "out"
36 + PurgeFilesAfterProcess = false
37 + SkipVCID = []
38 + Enhanced = true
39 + MetaFrame = true
40 +
上一页 下一页