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
|
|
|
|
2015-11-01 12:00:56 +00:00
|
|
|
; Configuration file for using USRP X300 as a RF front-end for GPS L1 signals.
|
|
|
|
; Set SignalSource.device_address to the IP address of your device
|
|
|
|
; and run:
|
2016-04-21 16:54:08 +00:00
|
|
|
; gnss-sdr --config_file=/path/to/gnss-sdr_GPS_L1_USRP_X300_realtime_new.conf
|
2014-12-03 17:58:28 +00:00
|
|
|
;
|
|
|
|
|
|
|
|
[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
|
2014-12-03 17:58:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
;######### SUPL RRLP GPS assistance configuration #####
|
2020-02-05 20:24:46 +00:00
|
|
|
; Check https://www.mcc-mnc.com/
|
2016-05-15 12:27:51 +00:00
|
|
|
; On Android: https://play.google.com/store/apps/details?id=net.its_here.cellidinfo&hl=en
|
2014-12-03 17:58:28 +00:00
|
|
|
GNSS-SDR.SUPL_gps_enabled=false
|
|
|
|
GNSS-SDR.SUPL_read_gps_assistance_xml=true
|
2016-05-07 08:00:49 +00:00
|
|
|
GNSS-SDR.SUPL_gps_ephemeris_server=supl.google.com
|
2014-12-03 17:58:28 +00:00
|
|
|
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
|
2014-12-03 17:58:28 +00:00
|
|
|
GNSS-SDR.SUPL_LAC=0x59e2
|
|
|
|
GNSS-SDR.SUPL_CI=0x31b0
|
|
|
|
|
|
|
|
;######### SIGNAL_SOURCE CONFIG ############
|
|
|
|
SignalSource.implementation=UHD_Signal_Source
|
2016-05-15 12:27:51 +00:00
|
|
|
SignalSource.device_address=192.168.40.2 ; <- PUT THE IP ADDRESS OF YOUR USRP HERE
|
2016-04-21 16:54:08 +00:00
|
|
|
SignalSource.item_type=cshort
|
2014-12-03 17:58:28 +00:00
|
|
|
SignalSource.sampling_frequency=4000000
|
|
|
|
SignalSource.freq=1575420000
|
2016-04-21 16:54:08 +00:00
|
|
|
SignalSource.gain=40
|
2014-12-03 17:58:28 +00:00
|
|
|
SignalSource.subdevice=A:0
|
|
|
|
SignalSource.samples=0
|
|
|
|
SignalSource.repeat=false
|
|
|
|
SignalSource.dump=false
|
|
|
|
SignalSource.dump_filename=../data/signal_source.dat
|
|
|
|
|
|
|
|
|
|
|
|
;######### SIGNAL_CONDITIONER CONFIG ############
|
2016-04-21 16:54:08 +00:00
|
|
|
SignalConditioner.implementation=Signal_Conditioner
|
2014-12-03 17:58:28 +00:00
|
|
|
|
|
|
|
;######### DATA_TYPE_ADAPTER CONFIG ############
|
|
|
|
DataTypeAdapter.implementation=Pass_Through
|
2016-04-21 16:54:08 +00:00
|
|
|
DataTypeAdapter.item_type=cshort
|
2014-12-03 17:58:28 +00:00
|
|
|
|
|
|
|
;######### INPUT_FILTER CONFIG ############
|
2016-04-21 16:54:08 +00:00
|
|
|
InputFilter.implementation=Fir_Filter
|
|
|
|
InputFilter.input_item_type=cshort
|
2014-12-03 17:58:28 +00:00
|
|
|
InputFilter.output_item_type=gr_complex
|
|
|
|
InputFilter.taps_item_type=float
|
2016-04-21 16:54:08 +00:00
|
|
|
InputFilter.number_of_taps=11
|
2014-12-03 17:58:28 +00:00
|
|
|
InputFilter.number_of_bands=2
|
|
|
|
InputFilter.band1_begin=0.0
|
2016-04-21 16:54:08 +00:00
|
|
|
InputFilter.band1_end=0.48
|
|
|
|
InputFilter.band2_begin=0.52
|
2014-12-03 17:58:28 +00:00
|
|
|
InputFilter.band2_end=1.0
|
|
|
|
InputFilter.ampl1_begin=1.0
|
|
|
|
InputFilter.ampl1_end=1.0
|
|
|
|
InputFilter.ampl2_begin=0.0
|
|
|
|
InputFilter.ampl2_end=0.0
|
|
|
|
InputFilter.band1_error=1.0
|
|
|
|
InputFilter.band2_error=1.0
|
|
|
|
InputFilter.filter_type=bandpass
|
|
|
|
InputFilter.grid_density=16
|
|
|
|
InputFilter.sampling_frequency=4000000
|
|
|
|
InputFilter.IF=0
|
2018-01-29 22:30:50 +00:00
|
|
|
InputFilter.dump=false
|
|
|
|
InputFilter.dump_filename=../data/input_filter.dat
|
2014-12-03 17:58:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
;######### RESAMPLER CONFIG ############
|
|
|
|
Resampler.implementation=Pass_Through
|
|
|
|
Resampler.item_type=gr_complex
|
|
|
|
Resampler.sample_freq_in=4000000
|
|
|
|
Resampler.sample_freq_out=4000000
|
2018-01-29 22:30:50 +00:00
|
|
|
Resampler.dump=false
|
|
|
|
Resampler.dump_filename=../data/resampler.dat
|
2014-12-03 17:58:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
;######### CHANNELS GLOBAL CONFIG ############
|
2016-04-21 16:54:08 +00:00
|
|
|
Channels_1C.count=8
|
|
|
|
Channels_1B.count=0
|
2014-12-03 17:58:28 +00:00
|
|
|
Channels.in_acquisition=1
|
|
|
|
Channel.signal=1C
|
2016-04-21 16:54:08 +00:00
|
|
|
|
|
|
|
;Channel0.signal=1C
|
|
|
|
;Channel1.signal=1C
|
|
|
|
;Channel2.signal=1C
|
|
|
|
;Channel3.signal=1C
|
|
|
|
;Channel4.signal=1C
|
|
|
|
;Channel5.signal=1C
|
|
|
|
;Channel6.signal=1C
|
|
|
|
;Channel7.signal=1C
|
|
|
|
;Channel8.signal=1C
|
|
|
|
;Channel9.signal=1C
|
|
|
|
;Channel10.signal=1C
|
|
|
|
;Channel11.signal=1C
|
2014-12-03 17:58:28 +00:00
|
|
|
|
|
|
|
;######### ACQUISITION GLOBAL CONFIG ############
|
2018-01-29 22:30:50 +00:00
|
|
|
Acquisition_1C.implementation=GPS_L1_CA_PCPS_Acquisition
|
2016-04-21 16:54:08 +00:00
|
|
|
Acquisition_1C.item_type=gr_complex
|
|
|
|
Acquisition_1C.coherent_integration_time_ms=1
|
|
|
|
Acquisition_1C.threshold=0.01
|
|
|
|
;Acquisition_1C.pfa=0.00001
|
|
|
|
Acquisition_1C.doppler_max=8000
|
|
|
|
Acquisition_1C.doppler_step=500
|
|
|
|
Acquisition_1C.bit_transition_flag=false
|
|
|
|
Acquisition_1C.max_dwells=1
|
2018-01-29 22:30:50 +00:00
|
|
|
Acquisition_1C.dump=false
|
|
|
|
Acquisition_1C.dump_filename=./acq_dump.dat
|
2014-12-03 17:58:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
;######### TRACKING GLOBAL CONFIG ############
|
2016-04-21 16:54:08 +00:00
|
|
|
Tracking_1C.implementation=GPS_L1_CA_DLL_PLL_Tracking
|
|
|
|
Tracking_1C.item_type=gr_complex
|
|
|
|
Tracking_1C.pll_bw_hz=30.0;
|
|
|
|
Tracking_1C.dll_bw_hz=4.0;
|
|
|
|
Tracking_1C.order=3;
|
|
|
|
Tracking_1C.early_late_space_chips=0.5;
|
2018-01-29 22:30:50 +00:00
|
|
|
Tracking_1C.dump=false
|
|
|
|
Tracking_1C.dump_filename=./tracking_ch_
|
|
|
|
|
2014-12-03 17:58:28 +00:00
|
|
|
|
|
|
|
;######### TELEMETRY DECODER GPS CONFIG ############
|
2016-04-21 16:54:08 +00:00
|
|
|
TelemetryDecoder_1C.implementation=GPS_L1_CA_Telemetry_Decoder
|
|
|
|
TelemetryDecoder_1C.dump=false
|
2018-01-29 22:30:50 +00:00
|
|
|
|
2014-12-03 17:58:28 +00:00
|
|
|
|
|
|
|
;######### OBSERVABLES CONFIG ############
|
2017-03-24 14:25:17 +00:00
|
|
|
Observables.implementation=Hybrid_Observables
|
2014-12-03 17:58:28 +00:00
|
|
|
Observables.dump=false
|
|
|
|
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
|
2014-12-03 17:58:28 +00:00
|
|
|
PVT.output_rate_ms=100
|
|
|
|
PVT.display_rate_ms=500
|
|
|
|
PVT.nmea_dump_filename=./gnss_sdr_pvt.nmea;
|
|
|
|
PVT.flag_nmea_tty_port=false;
|
|
|
|
PVT.nmea_dump_devname=/dev/pts/4
|
2016-04-21 16:54:08 +00:00
|
|
|
PVT.flag_rtcm_server=true
|
2015-12-25 09:25:22 +00:00
|
|
|
PVT.flag_rtcm_tty_port=false
|
|
|
|
PVT.rtcm_dump_devname=/dev/pts/1
|
2014-12-03 17:58:28 +00:00
|
|
|
PVT.dump=false
|
2018-01-29 22:30:50 +00:00
|
|
|
PVT.dump_filename=./PVT
|