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
|
|
|
|
2017-02-21 10:35:18 +00:00
|
|
|
; You can define your own receiver and invoke it by doing
|
|
|
|
; gnss-sdr --config_file=my_GNSS_SDR_configuration.conf
|
|
|
|
;
|
|
|
|
|
|
|
|
[GNSS-SDR]
|
|
|
|
|
|
|
|
;######### GLOBAL OPTIONS ##################
|
2017-09-02 09:24:44 +00:00
|
|
|
;internal_fs_sps: Internal signal sampling frequency after the signal conditioning stage [samples per second].
|
|
|
|
GNSS-SDR.internal_fs_sps=2000000
|
2017-02-21 10:35:18 +00:00
|
|
|
|
|
|
|
;######### CONTROL_THREAD CONFIG ############
|
|
|
|
ControlThread.wait_for_flowgraph=false
|
|
|
|
|
|
|
|
;######### SUPL RRLP GPS assistance configuration #####
|
|
|
|
GNSS-SDR.SUPL_gps_enabled=false
|
|
|
|
GNSS-SDR.SUPL_read_gps_assistance_xml=true
|
|
|
|
GNSS-SDR.SUPL_gps_ephemeris_server=supl.nokia.com
|
|
|
|
GNSS-SDR.SUPL_gps_ephemeris_port=7275
|
|
|
|
GNSS-SDR.SUPL_gps_acquisition_server=supl.google.com
|
|
|
|
GNSS-SDR.SUPL_gps_acquisition_port=7275
|
|
|
|
GNSS-SDR.SUPL_MCC=244
|
2018-10-22 22:16:36 +00:00
|
|
|
GNSS-SDR.SUPL_MNC=5
|
2017-02-21 10:35:18 +00:00
|
|
|
GNSS-SDR.SUPL_LAC=0x59e2
|
|
|
|
GNSS-SDR.SUPL_CI=0x31b0
|
|
|
|
|
|
|
|
;######### SIGNAL_SOURCE CONFIG ############
|
|
|
|
SignalSource.implementation=File_Signal_Source
|
|
|
|
SignalSource.filename=/home/javier/signals/signal_source_int.dat
|
|
|
|
SignalSource.item_type=gr_complex
|
|
|
|
SignalSource.sampling_frequency=2000000
|
|
|
|
SignalSource.samples=0
|
|
|
|
SignalSource.repeat=false
|
|
|
|
SignalSource.dump=false
|
|
|
|
SignalSource.dump_filename=dump.dat
|
|
|
|
SignalSource.enable_throttle_control=false
|
|
|
|
|
|
|
|
|
|
|
|
;######### SIGNAL_CONDITIONER CONFIG ############
|
|
|
|
SignalConditioner.implementation=Signal_Conditioner
|
|
|
|
|
|
|
|
;######### INPUT_FILTER CONFIG ############
|
|
|
|
InputFilter.implementation=Pulse_Blanking_Filter
|
|
|
|
InputFilter.Pfa=0.001
|
|
|
|
InputFilter.input_item_type=gr_complex
|
|
|
|
InputFilter.output_item_type=gr_complex
|
|
|
|
InputFilter.dump=false
|
|
|
|
InputFilter.dump_filename=../data/input_filter.dat
|
|
|
|
|
|
|
|
;######### CHANNELS GLOBAL CONFIG ############
|
|
|
|
Channels_1C.count=8
|
|
|
|
Channels.in_acquisition=8
|
|
|
|
Channel.signal=1C
|
|
|
|
|
|
|
|
|
|
|
|
;######### ACQUISITION GLOBAL CONFIG ############
|
2018-01-29 22:30:50 +00:00
|
|
|
Acquisition_1C.implementation=GPS_L1_CA_PCPS_Acquisition
|
2017-02-21 10:35:18 +00:00
|
|
|
Acquisition_1C.item_type=gr_complex
|
2018-05-04 21:44:00 +00:00
|
|
|
Acquisition_1C.coherent_integration_time_ms=1
|
2020-02-05 21:15:50 +00:00
|
|
|
Acquisition_1C.threshold=2.5
|
2017-02-21 10:35:18 +00:00
|
|
|
;Acquisition_1C.pfa=0.01
|
|
|
|
Acquisition_1C.doppler_max=5000
|
|
|
|
Acquisition_1C.doppler_step=250
|
2018-01-29 22:30:50 +00:00
|
|
|
Acquisition_1C.dump=false
|
|
|
|
Acquisition_1C.dump_filename=./acq_dump.dat
|
2017-02-21 10:35:18 +00:00
|
|
|
|
|
|
|
|
|
|
|
;######### TRACKING GPS CONFIG ############
|
2019-06-11 08:11:20 +00:00
|
|
|
Tracking_1C.implementation=GPS_L1_CA_DLL_PLL_Tracking
|
2017-02-21 10:35:18 +00:00
|
|
|
Tracking_1C.item_type=gr_complex
|
|
|
|
Tracking_1C.extend_correlation_ms=10
|
|
|
|
Tracking_1C.pll_bw_hz=35;
|
|
|
|
Tracking_1C.pll_bw_narrow_hz=30;
|
|
|
|
Tracking_1C.dll_bw_hz=2.0;
|
|
|
|
Tracking_1C.dll_bw_narrow_hz=1.5;
|
|
|
|
Tracking_1C.fll_bw_hz=2.0;
|
|
|
|
Tracking_1C.order=3;
|
2018-01-29 22:30:50 +00:00
|
|
|
Tracking_1C.dump=true
|
|
|
|
Tracking_1C.dump_filename=../data/epl_tracking_ch_
|
2017-02-21 10:35:18 +00:00
|
|
|
|
|
|
|
|
|
|
|
;######### TELEMETRY DECODER GPS CONFIG ############
|
|
|
|
TelemetryDecoder_1C.implementation=GPS_L1_CA_Telemetry_Decoder
|
|
|
|
TelemetryDecoder_1C.dump=false
|
|
|
|
|
2018-01-29 22:30:50 +00:00
|
|
|
|
2017-02-21 10:35:18 +00:00
|
|
|
;######### OBSERVABLES CONFIG ############
|
2017-03-24 14:25:17 +00:00
|
|
|
Observables.implementation=Hybrid_Observables
|
2017-02-21 10:35:18 +00:00
|
|
|
Observables.dump=true
|
|
|
|
Observables.dump_filename=./observables.dat
|
|
|
|
|
|
|
|
|
|
|
|
;######### PVT CONFIG ############
|
2017-05-08 19:12:32 +00:00
|
|
|
PVT.implementation=RTKLIB_PVT
|
|
|
|
PVT.positioning_mode=PPP_Static ; options: Single, Static, Kinematic, PPP_Static, PPP_Kinematic
|
|
|
|
PVT.iono_model=Broadcast ; options: OFF, Broadcast, SBAS, Iono-Free-LC, Estimate_STEC, IONEX
|
|
|
|
PVT.trop_model=Saastamoinen ; options: OFF, Saastamoinen, SBAS, Estimate_ZTD, Estimate_ZTD_Grad
|
2017-02-21 10:35:18 +00:00
|
|
|
PVT.output_rate_ms=1
|
|
|
|
PVT.display_rate_ms=100
|
|
|
|
PVT.dump_filename=./PVT
|
|
|
|
PVT.nmea_dump_filename=./gnss_sdr_pvt.nmea;
|
|
|
|
PVT.flag_nmea_tty_port=false;
|
|
|
|
PVT.nmea_dump_devname=/dev/pts/4
|
|
|
|
PVT.flag_rtcm_server=false
|
|
|
|
PVT.flag_rtcm_tty_port=false
|
|
|
|
PVT.rtcm_dump_devname=/dev/pts/1
|
|
|
|
PVT.dump=false
|