1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-26 08:56:58 +00:00

Update manpage with new -doppler_step flag and add default values.

This commit is contained in:
Carles Fernandez 2018-02-25 01:41:18 +01:00
parent 243b4ecc39
commit 4561bf9f9c

View File

@ -21,29 +21,32 @@ If defined, path to the file containing the signal samples (overrides the data f
\fB\-log_dir=\fR\fI<path\-to\-directory>\fR \fB\-log_dir=\fR\fI<path\-to\-directory>\fR
If defined, overrides the default directory where logs are saved. If defined, overrides the default directory where logs are saved.
.TP .TP
\fB\-doppler_max=\fR\fIdoppler\fR \fB\-doppler_max=\fR\fI<doppler_max>\fR
If defined, maximum Doppler value in the search grid, in Hz (overrides the configuration file). If defined, maximum Doppler value in the search grid, in Hz (overrides the configuration file).
.TP .TP
\fB\-cn0_samples=\fR\fIsamples\fR \fB\-doppler_step=\fR\fI<doppler_step>\fR
Number of correlator outputs used for CN0 estimation. If defined, sets the frequency step in the search grid, in Hz (overrides the configuration file).
.TP .TP
\fB\-cn0_min=\fR\fIcn0_min\fR \fB\-cn0_samples=\fR\fI<samples>\fR
Minimum valid CN0 (in dB-Hz). Number of correlators outputs (one per integration time) used for CN0 estimation. It defaults to 20 outputs.
.TP .TP
\fB\-max_lock_fail=\fR\fImax_lock_fail\fR \fB\-cn0_min=\fR\fI<cn0_min>\fR
Number number of lock failures before dropping satellite. Minimum valid CN0 (in dB-Hz). It defaults to 25 dB-Hz.
.TP .TP
\fB\-carrier_lock_th=\fR\fIcarrier_lock_th\fR \fB\-max_lock_fail=\fR\fI<max_lock_fail>\fR
Carrier lock threshold (in rad). Number of lock failures before dropping satellite. It defaults to 50 failures.
.TP .TP
\fB\-dll_bw_hz=\fR\fIdll_bw_hz\fR \fB\-carrier_lock_th=\fR\fI<carrier_lock_th>\fR
Carrier lock error threshold (in rad). It defaults to 0.85 rad (48.7 degrees).
.TP
\fB\-dll_bw_hz=\fR\fI<dll_bw_hz>\fR
If defined, bandwidth of the DLL low pass filter, in Hz (overrides the configuration file). If defined, bandwidth of the DLL low pass filter, in Hz (overrides the configuration file).
.TP .TP
\fB\-pll_bw_hz=\fR\fIpll_bw_hz\fR \fB\-pll_bw_hz=\fR\fI<pll_bw_hz>\fR
If defined, bandwidth of the PLL low pass filter, in Hz (overrides the configuration file). If defined, bandwidth of the PLL low pass filter, in Hz (overrides the configuration file).
.TP .TP
\fB\-RINEX_version=\fI<version>\fR \fB\-RINEX_version=\fI<version>\fR
Specifies the RINEX version (2.11 or 3.02). Default: "3.02". If defined, specifies the RINEX version (2.11 or 3.02). Default: "3.02". Overrides the configuration file.
.TP .TP
\fB\-version\fR \fB\-version\fR
Print program version and exit. Print program version and exit.