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
|
|
|
|
2012-09-03 11:58:28 +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=4000000
|
2012-09-03 11:58:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
;######### SIGNAL_SOURCE CONFIG ############
|
|
|
|
SignalSource.implementation=File_Signal_Source
|
2018-01-29 22:30:50 +00:00
|
|
|
SignalSource.filename=/datalogger/signals/CTTC/2013_04_04_GNSS_SIGNAL_at_CTTC_SPAIN/2013_04_04_GNSS_SIGNAL_at_CTTC_SPAIN.dat ; <- PUT YOUR FILE HERE
|
2015-12-26 12:41:54 +00:00
|
|
|
SignalSource.item_type=ishort
|
2012-10-24 08:02:51 +00:00
|
|
|
SignalSource.sampling_frequency=4000000
|
2012-09-03 11:58:28 +00:00
|
|
|
SignalSource.samples=0
|
|
|
|
SignalSource.repeat=false
|
2018-05-04 21:44:00 +00:00
|
|
|
SignalSource.enable_throttle_control=true
|
2012-09-03 11:58:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
;######### SIGNAL_CONDITIONER CONFIG ############
|
2013-07-15 17:07:10 +00:00
|
|
|
SignalConditioner.implementation=Signal_Conditioner
|
2012-09-03 11:58:28 +00:00
|
|
|
|
|
|
|
;######### DATA_TYPE_ADAPTER CONFIG ############
|
2013-07-15 17:07:10 +00:00
|
|
|
DataTypeAdapter.implementation=Ishort_To_Complex
|
2012-09-03 11:58:28 +00:00
|
|
|
|
|
|
|
;######### INPUT_FILTER CONFIG ############
|
|
|
|
InputFilter.implementation=Pass_Through
|
|
|
|
InputFilter.input_item_type=gr_complex
|
|
|
|
InputFilter.output_item_type=gr_complex
|
|
|
|
|
|
|
|
;######### RESAMPLER CONFIG ############
|
2013-07-15 17:07:10 +00:00
|
|
|
Resampler.implementation=Pass_Through
|
2012-09-03 11:58:28 +00:00
|
|
|
Resampler.item_type=gr_complex
|
2012-10-24 08:02:51 +00:00
|
|
|
Resampler.sample_freq_in=4000000
|
2013-07-15 17:07:10 +00:00
|
|
|
Resampler.sample_freq_out=4000000
|
2018-01-29 22:30:50 +00:00
|
|
|
Resampler.dump=false
|
|
|
|
Resampler.dump_filename=../data/resampler.dat
|
2012-09-03 11:58:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
;######### CHANNELS GLOBAL CONFIG ############
|
2015-07-21 17:14:17 +00:00
|
|
|
Channels_1B.count=8
|
2012-09-03 11:58:28 +00:00
|
|
|
Channels.in_acquisition=1
|
2013-06-13 23:58:23 +00:00
|
|
|
Channel.signal=1B
|
|
|
|
|
2012-09-03 11:58:28 +00:00
|
|
|
|
2018-01-29 22:30:50 +00:00
|
|
|
;######### ACQUISITION GLOBAL CONFIG ############
|
|
|
|
Acquisition_1B.implementation=Galileo_E1_PCPS_Ambiguous_Acquisition
|
2015-07-21 17:14:17 +00:00
|
|
|
Acquisition_1B.item_type=gr_complex
|
2018-05-04 21:44:00 +00:00
|
|
|
Acquisition_1B.coherent_integration_time_ms=4
|
2015-07-21 17:14:17 +00:00
|
|
|
;Acquisition_1B.threshold=0
|
2018-05-04 21:44:00 +00:00
|
|
|
Acquisition_1B.pfa=0.00001
|
2015-07-21 17:14:17 +00:00
|
|
|
Acquisition_1B.doppler_max=15000
|
|
|
|
Acquisition_1B.doppler_step=125
|
2018-01-29 22:30:50 +00:00
|
|
|
Acquisition_1B.cboc=false
|
|
|
|
Acquisition_1B.dump=false
|
|
|
|
Acquisition_1B.dump_filename=./acq_dump.dat
|
2018-05-04 21:44:00 +00:00
|
|
|
Acquisition_1B.blocking=false
|
2013-11-07 15:15:20 +00:00
|
|
|
|
2012-09-03 11:58:28 +00:00
|
|
|
|
|
|
|
;######### TRACKING GLOBAL CONFIG ############
|
2015-07-21 17:14:17 +00:00
|
|
|
Tracking_1B.implementation=Galileo_E1_DLL_PLL_VEML_Tracking
|
|
|
|
Tracking_1B.item_type=gr_complex
|
2018-05-04 21:44:00 +00:00
|
|
|
Tracking_1B.dump=true
|
|
|
|
Tracking_1B.dump_filename=./veml_tracking_ch_
|
|
|
|
Tracking_1B.pll_bw_hz=20.0;
|
|
|
|
Tracking_1B.dll_bw_hz=3.0;
|
2015-07-21 17:14:17 +00:00
|
|
|
Tracking_1B.early_late_space_chips=0.15;
|
|
|
|
Tracking_1B.very_early_late_space_chips=0.6;
|
2018-01-29 22:30:50 +00:00
|
|
|
Tracking_1B.track_pilot=true
|
|
|
|
Tracking_1B.dump=false
|
|
|
|
Tracking_1B.dump_filename=../data/veml_tracking_ch_
|
2012-09-03 11:58:28 +00:00
|
|
|
|
2014-09-04 15:31:48 +00:00
|
|
|
|
2012-09-03 11:58:28 +00:00
|
|
|
;######### TELEMETRY DECODER CONFIG ############
|
2015-07-21 17:14:17 +00:00
|
|
|
TelemetryDecoder_1B.implementation=Galileo_E1B_Telemetry_Decoder
|
|
|
|
TelemetryDecoder_1B.dump=false
|
2012-09-03 11:58:28 +00:00
|
|
|
|
2018-01-29 22:30:50 +00:00
|
|
|
|
2012-09-03 11:58:28 +00:00
|
|
|
;######### OBSERVABLES CONFIG ############
|
2017-03-24 14:25:17 +00:00
|
|
|
Observables.implementation=Hybrid_Observables
|
2013-11-07 15:15:20 +00:00
|
|
|
Observables.dump=false
|
2012-09-03 11:58:28 +00:00
|
|
|
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
|
2012-09-03 11:58:28 +00:00
|
|
|
PVT.output_rate_ms=100;
|
|
|
|
PVT.display_rate_ms=500;
|
2015-12-25 09:25:22 +00:00
|
|
|
PVT.nmea_dump_filename=./gnss_sdr_pvt.nmea;
|
2018-01-29 22:30:50 +00:00
|
|
|
PVT.flag_nmea_tty_port=true
|
2015-12-25 09:25:22 +00:00
|
|
|
PVT.nmea_dump_devname=/dev/pts/4
|
2016-01-12 19:57:06 +00:00
|
|
|
PVT.flag_rtcm_server=true;
|
2016-05-13 15:36:11 +00:00
|
|
|
PVT.rtcm_tcp_port=2101
|
|
|
|
PVT.rtcm_MT1045_rate_ms=5000
|
|
|
|
PVT.rtcm_MSM_rate_ms=1000
|
2015-12-25 09:25:22 +00:00
|
|
|
PVT.flag_rtcm_tty_port=false;
|
|
|
|
PVT.rtcm_dump_devname=/dev/pts/1
|
2018-01-29 22:30:50 +00:00
|
|
|
PVT.dump=false
|
2018-05-09 18:20:57 +00:00
|
|
|
PVT.dump_filename=./PVT
|