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/
|
2018-05-04 21:44:00 +00:00
|
|
|
|
2012-07-30 15:46:07 +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=2727933.33 ; 8183800/3
|
2012-07-30 15:46:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
;######### SIGNAL_SOURCE CONFIG ############
|
2018-01-29 17:56:02 +00:00
|
|
|
;#implementation:
|
2015-12-25 09:25:22 +00:00
|
|
|
;#Notes for GN3S source:
|
2012-07-30 15:46:07 +00:00
|
|
|
; - The front-end sampling frequency is fixed to 8.1838 MSPS (8183800 Hz).
|
|
|
|
; - The baseband signal is shifted to an IF of 38400 Hz. It should be corrected with the signal conditioner block
|
2017-09-02 09:24:44 +00:00
|
|
|
GNSS-SDR.internal_fs_sps=2727933.33 ; 8183800/3
|
2012-07-30 15:46:07 +00:00
|
|
|
|
2015-07-22 21:47:46 +00:00
|
|
|
;######### SIGNAL_SOURCE CONFIG ############
|
|
|
|
SignalSource.implementation=GN3S_Signal_Source
|
2012-07-30 15:46:07 +00:00
|
|
|
SignalSource.item_type=gr_complex
|
|
|
|
SignalSource.sampling_frequency=8183800
|
|
|
|
SignalSource.dump=false
|
2015-07-22 21:47:46 +00:00
|
|
|
SignalSource.dump_filename=../signal_source.dat
|
2012-07-30 15:46:07 +00:00
|
|
|
|
|
|
|
;######### SIGNAL_CONDITIONER CONFIG ############
|
|
|
|
SignalConditioner.implementation=Signal_Conditioner
|
|
|
|
|
|
|
|
;######### DATA_TYPE_ADAPTER CONFIG ############
|
|
|
|
DataTypeAdapter.implementation=Pass_Through
|
|
|
|
|
|
|
|
;######### INPUT_FILTER CONFIG ############
|
|
|
|
InputFilter.implementation=Freq_Xlating_Fir_Filter
|
|
|
|
InputFilter.dump=false
|
|
|
|
InputFilter.dump_filename=../data/input_filter.dat
|
|
|
|
InputFilter.input_item_type=gr_complex
|
|
|
|
InputFilter.output_item_type=gr_complex
|
|
|
|
InputFilter.taps_item_type=float
|
|
|
|
InputFilter.number_of_taps=5
|
|
|
|
InputFilter.number_of_bands=2
|
|
|
|
InputFilter.band1_begin=0.0
|
|
|
|
InputFilter.band1_end=0.45
|
|
|
|
InputFilter.band2_begin=0.55
|
|
|
|
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=8183800
|
2013-07-04 13:47:40 +00:00
|
|
|
InputFilter.IF=38400
|
|
|
|
InputFilter.decimation_factor=3
|
2012-08-30 15:50:10 +00:00
|
|
|
|
2012-07-30 15:46:07 +00:00
|
|
|
;######### RESAMPLER CONFIG ############
|
2012-08-30 15:50:10 +00:00
|
|
|
Resampler.implementation=Pass_Through
|
2012-07-30 15:46:07 +00:00
|
|
|
Resampler.dump=false
|
|
|
|
Resampler.dump_filename=../data/resampler.dat
|
|
|
|
|
|
|
|
|
|
|
|
;######### CHANNELS GLOBAL CONFIG ############
|
2015-07-22 21:47:46 +00:00
|
|
|
Channels_1C.count=5
|
2012-07-30 15:46:07 +00:00
|
|
|
Channels.in_acquisition=1
|
2015-07-22 21:47:46 +00:00
|
|
|
Channel.signal=1C
|
2012-07-30 15:46:07 +00:00
|
|
|
|
|
|
|
;######### ACQUISITION GLOBAL CONFIG ############
|
2018-01-29 22:30:50 +00:00
|
|
|
Acquisition_1C.implementation=GPS_L1_CA_PCPS_Acquisition
|
2015-07-22 21:47:46 +00:00
|
|
|
Acquisition_1C.item_type=gr_complex
|
2018-05-04 21:44:00 +00:00
|
|
|
Acquisition_1C.coherent_integration_time_ms=1
|
2015-07-22 21:47:46 +00:00
|
|
|
Acquisition_1C.threshold=0.008
|
|
|
|
Acquisition_1C.doppler_max=10000
|
|
|
|
Acquisition_1C.doppler_step=500
|
2018-01-29 22:30:50 +00:00
|
|
|
Acquisition_1C.dump=false
|
|
|
|
Acquisition_1C.dump_filename=./acq_dump.dat
|
2012-07-30 15:46:07 +00:00
|
|
|
|
|
|
|
;######### TRACKING GLOBAL CONFIG ############
|
2015-07-22 21:47:46 +00:00
|
|
|
Tracking_1C.implementation=GPS_L1_CA_DLL_PLL_Tracking
|
|
|
|
Tracking_1C.item_type=gr_complex
|
|
|
|
Tracking_1C.pll_bw_hz=45.0;
|
|
|
|
Tracking_1C.dll_bw_hz=2.0;
|
|
|
|
Tracking_1C.order=3;
|
2018-01-29 22:30:50 +00:00
|
|
|
Tracking_1C.dump=false
|
|
|
|
Tracking_1C.dump_filename=../data/epl_tracking_ch_
|
2014-09-04 15:31:48 +00:00
|
|
|
|
|
|
|
;######### TELEMETRY DECODER GPS CONFIG ############
|
2015-07-22 21:47:46 +00:00
|
|
|
TelemetryDecoder_1C.implementation=GPS_L1_CA_Telemetry_Decoder
|
|
|
|
TelemetryDecoder_1C.dump=false
|
2012-07-30 15:46:07 +00:00
|
|
|
|
|
|
|
;######### OBSERVABLES CONFIG ############
|
2017-03-24 14:25:17 +00:00
|
|
|
Observables.implementation=Hybrid_Observables
|
2015-07-22 21:47:46 +00:00
|
|
|
Observables.dump=false.
|
2012-07-30 15:46:07 +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
|
2015-07-22 21:47:46 +00:00
|
|
|
PVT.output_rate_ms=10
|
|
|
|
PVT.display_rate_ms=500
|
2012-07-30 15:46:07 +00:00
|
|
|
PVT.dump_filename=./PVT
|
2015-07-22 21:47:46 +00:00
|
|
|
PVT.nmea_dump_filename=./gnss_sdr_pvt.nmea
|
|
|
|
PVT.flag_nmea_tty_port=false;
|
2012-08-30 15:50:10 +00:00
|
|
|
PVT.nmea_dump_devname=/dev/pts/4
|
2015-07-22 21:47:46 +00:00
|
|
|
PVT.dump=false
|
2015-12-25 09:25:22 +00:00
|
|
|
PVT.flag_rtcm_server=false
|
|
|
|
PVT.flag_rtcm_tty_port=false
|
|
|
|
PVT.rtcm_dump_devname=/dev/pts/1
|