2018-05-04 21:44:00 +00:00
|
|
|
; This is a GNSS-SDR configuration file
|
2018-05-09 18:20:57 +00:00
|
|
|
; The configuration API is described at https://gnss-sdr.org/docs/sp-blocks/
|
2020-02-08 00:20:02 +00:00
|
|
|
; SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
; SPDX-FileCopyrightText: (C) 2010-2020 (see AUTHORS file for a list of contributors)
|
2018-05-04 21:44:00 +00:00
|
|
|
|
2018-03-24 18:42:04 +00:00
|
|
|
[GNSS-SDR]
|
|
|
|
|
|
|
|
;######### GLOBAL OPTIONS ##################
|
|
|
|
GNSS-SDR.internal_fs_sps=6625000
|
|
|
|
|
|
|
|
;######### SIGNAL_SOURCE CONFIG ############
|
|
|
|
SignalSource.implementation=File_Signal_Source
|
|
|
|
SignalSource.filename=/archive/NT1065_GLONASS_L1_20160923_fs6625e6_if0e3_schar.bin ; <- PUT YOUR FILE HERE
|
|
|
|
SignalSource.item_type=ibyte
|
|
|
|
SignalSource.sampling_frequency=6625000
|
|
|
|
SignalSource.samples=0
|
|
|
|
SignalSource.dump=false;
|
|
|
|
SignalSource.dump_filename=/archive/signal_glonass.bin
|
|
|
|
|
|
|
|
;######### SIGNAL_CONDITIONER CONFIG ############
|
|
|
|
SignalConditioner.implementation=Signal_Conditioner
|
|
|
|
DataTypeAdapter.implementation=Ibyte_To_Complex
|
|
|
|
InputFilter.implementation=Pass_Through
|
|
|
|
InputFilter.item_type=gr_complex
|
|
|
|
Resampler.implementation=Pass_Through
|
|
|
|
Resampler.item_type=gr_complex
|
|
|
|
|
|
|
|
;######### CHANNELS GLOBAL CONFIG ############
|
|
|
|
Channel.signal=1G
|
|
|
|
Channels.in_acquisition=2
|
|
|
|
Channels_1G.count=8
|
|
|
|
|
|
|
|
;Channel0.satellite=24 ; k=2
|
|
|
|
;Channel1.satellite=1 ; k=1
|
|
|
|
;Channel2.satellite=2 ; k=-4
|
|
|
|
;Channel3.satellite=20 ; k=-5
|
|
|
|
;Channel4.satellite=21 ; k=4
|
|
|
|
|
|
|
|
;######### ACQUISITION GLOBAL CONFIG ############
|
|
|
|
Acquisition_1G.implementation=GLONASS_L1_CA_PCPS_Acquisition
|
|
|
|
Acquisition_1G.item_type=gr_complex
|
|
|
|
Acquisition_1G.threshold=0.0
|
|
|
|
Acquisition_1G.pfa=0.0001
|
|
|
|
Acquisition_1G.doppler_max=10000
|
|
|
|
Acquisition_1G.doppler_step=250
|
|
|
|
Acquisition_1G.dump=false;
|
|
|
|
Acquisition_1G.dump_filename=/archive/glo_acquisition.dat
|
|
|
|
;Acquisition_1G.coherent_integration_time_ms=1
|
|
|
|
;Acquisition_1G.max_dwells = 5
|
|
|
|
|
|
|
|
;######### TRACKING GLOBAL CONFIG ############
|
|
|
|
Tracking_1G.implementation=GLONASS_L1_CA_DLL_PLL_C_Aid_Tracking
|
|
|
|
Tracking_1G.item_type=gr_complex
|
|
|
|
Tracking_1G.early_late_space_chips=0.5
|
|
|
|
Tracking_1G.pll_bw_hz=40.0;
|
|
|
|
Tracking_1G.dll_bw_hz=3.0;
|
|
|
|
Tracking_1G.pll_bw_narrow_hz = 25.0;
|
|
|
|
Tracking_1G.dll_bw_narrow_hz = 2.0;
|
|
|
|
Tracking_1G.extend_correlation_ms = 1;
|
|
|
|
Tracking_1G.dump=false;
|
|
|
|
Tracking_1G.dump_filename=/archive/glo_tracking_ch_
|
|
|
|
|
|
|
|
|
|
|
|
;######### TELEMETRY DECODER GPS CONFIG ############
|
|
|
|
TelemetryDecoder_1G.implementation=GLONASS_L1_CA_Telemetry_Decoder
|
|
|
|
|
|
|
|
;######### OBSERVABLES CONFIG ############
|
|
|
|
Observables.implementation=Hybrid_Observables
|
|
|
|
Observables.dump=false
|
|
|
|
Observables.dump_filename=/archive/glo_observables.dat
|
|
|
|
|
|
|
|
;######### PVT CONFIG ############
|
|
|
|
PVT.implementation=RTKLIB_PVT
|
|
|
|
PVT.positioning_mode=Single
|
|
|
|
PVT.output_rate_ms=100
|
|
|
|
PVT.display_rate_ms=500
|
|
|
|
PVT.trop_model=Saastamoinen
|
|
|
|
PVT.flag_rtcm_server=true
|
|
|
|
PVT.flag_rtcm_tty_port=false
|
|
|
|
PVT.rtcm_dump_devname=/dev/pts/1
|
|
|
|
PVT.rtcm_tcp_port=2101
|
|
|
|
PVT.rtcm_MT1019_rate_ms=5000
|
|
|
|
PVT.rtcm_MT1045_rate_ms=5000
|
|
|
|
PVT.rtcm_MT1097_rate_ms=1000
|
|
|
|
PVT.rtcm_MT1077_rate_ms=1000
|
|
|
|
PVT.rinex_version=2
|