Created
September 2, 2021 19:21
-
-
Save racerxdl/19ad0d1336df75bf448aeb9b9b219b9c to your computer and use it in GitHub Desktop.
RTLSDR R820T2 SatHelperApp config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Title = "SatHelperApp" | |
[Base] | |
SymbolRate = 927000 | |
RRCAlpha = 0.3 | |
Mode = "hrit" | |
Decimation = 1 | |
AGCEnabled = true | |
DeviceType = "rtlsdr" | |
SendConstellation = true | |
PLLAlpha = 0.0 | |
DemuxerType = "direct" | |
StatisticsPort = 5002 | |
[Decoder] | |
Display = true | |
UseLastFrameData = true | |
[Source] | |
SampleRate = 2560000 | |
Frequency = 1694100000 | |
[RtlsdrSource] | |
MixerGain = 15 | |
LNAGain = 15 | |
VGAGain = 15 | |
BiasTEnabled = true | |
[TCPServerDemuxer] | |
Port = 5001 | |
Host = "" | |
[DirectDemuxer] | |
TemporaryFolder = "tmp" | |
OutputFolder = "out" | |
PurgeFilesAfterProcess = false | |
SkipVCID = [] | |
Enhanced = true | |
MetaFrame = true | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment