-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathGSARx_v0.3.conf
166 lines (110 loc) · 3.28 KB
/
GSARx_v0.3.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
######### CONFIGURATION FILE FOR GSARX #########
# Version: 0.3
# Author: Fang Xiaoran
# Date: 2015.05.04
# GNSS Signal Analysis Receiver x [GSARx]
# Copyright ? 2015 SJTU NLS
# http://nls.sjtu.edu.cn
################################################
######### BASIC CONFIG #########
# System of navigation signal: BD_B1I/GPS_L1CA
BD_B1I
# Start mode of receiver: COLD_START/WARM_START
COLD_START
# Positioning mode: Single point (1) / Pseudorange differential (2) / Carrier differential (3)
1
# Differential file path: TODO
######### SIGNAL FILE CONFIG #########
# Signal's file path
K:\CaoxiNorthRoadtoSJTUxuhui.dat
# Signal's intermediate frequency [Hz], related with collect equipment: 7.42e6/-6.902e6/38.902e6/53.224e6...
-6.902e6
# Signal's sampling frequency [Hz], related with collect equipment: 62e6/100e6/...
62e6
# Signal's sampling bit width: int8/int16/...
int8
# Signal data is saved as real format or complex format
Complex
# Spectral coefficient: +1/-1
+1
######### RECEIVER CONFIG #########
# Start time in signal file [s], i.e., skip length from file header
0
# Receiver's rum time [s]
5000
# Receiver output debug data: Yes(1)/No(0)
1
# Output data file path
..\data\
# Initial processing satellites list, visible satellites (PRN ID)
[7]
# Receiver's maximum channel number
4
######### ADVANCED RECEIVER CONFIG #########
# Noise power density [dB]
-205.0
# Front-end bandpass bandwidth [MHz]
16
######### ACQUISITION CONFIG #########
# Draw figures of acquisition results: Yes(1)/No(0)
1
# Beidou GEO satellite's coherent integration time
1e-3
# Beidou GEO satellite's non-coherent integration times
[0 20 100]
# Beidou GEO satellits's search step of frequency [Hz]
250
# Beidou GEO satellits's search range of frequency for cold start [Hz]
2e3
# Beidou GEO satellits's search range of frequency for warm start [Hz]
1e3
# Beidou GEO satellite's acquisition threshold [dB]
8
# Beidou NGEO satellite's coherent integration time
1e-3
# Beidou NGEO satellite's non-coherent integration times
[0 20 200]
# Beidou NGEO satellits's search step of frequency [Hz]
500
# Beidou NGEO satellits's search range of frequency for cold start [Hz]
8e3
# Beidou NGEO satellits's search range of frequency for warm start [Hz]
4e3
# Beidou NGEO satellite's acquisition threshold [dB]
5
# GPS satellite's coherent integration time
4e-3
# GPS satellite's non-coherent integration times
[0 1 2 4]
# GPS satellits's search step of frequency [Hz]
50
# GPS satellits's search range of frequency for cold start [Hz]
1e4
# GPS satellits's search range of frequency for warm start [Hz]
5e3
# GPS satellite's acquisition threshold [dB]
8
######### BIT SYNCHRONIZATION CONFIG #########
######### TRACKING CONFIG #########
######### MULTIPATH DETECTION CONFIG #########
# Switch of multipath detection function: CADLL (ON) / CONVENTION (OFF)
CADLL
# Maximum unit of CADLL algorithm
3
# Monitor type for multipath detection: MONI_ALLON/MONI_CODPHS_DIFF/MONI_A_STD/MONI_CN0/MONI_SNR/MONI_A_AVG
MONI_ALLON
######### MULTIPATH DETECTION THRESHOLD CONFIG #########
# Threshold for code phase difference between two normal units [chips]
0.09
# Thresholds for unit's SNR [dB]
-2
-4
-6
-8
# Threshold for unit's deviation
2.5
# Thresholds for unit's amplitude
0.12
0.1
0.07
######### END OF CONFIG #########