-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathGSARx_v0.2_SJTU.conf
89 lines (64 loc) · 1.83 KB
/
GSARx_v0.2_SJTU.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
######### CONFIGURATION FILE FOR GSARX #########
# Version: 0.2
# Author: Fang Xiaoran
# Date: 2015.04.02
# 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
E:\Data\louding_2014-11-2_13-29-10.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 bits wide: 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)
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)
[1:14]
# Receiver's maximum channel number
4
######### MULTIPATH DETECTION CONFIG #########
# Switch of multipath detection function: CADLL (ON) / CONVENTION (OFF)
CADLL
# Maximum unit of CADLL algorithm
1
# 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
0.09
# Thresholds for unit's SNR
-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 #########