mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-10-31 23:26:22 +00:00
68 lines
2.3 KiB
Plaintext
68 lines
2.3 KiB
Plaintext
; This is a GNSS-SDR configuration file
|
|
; The configuration API is described at https://gnss-sdr.org/docs/sp-blocks/
|
|
; SPDX-License-Identifier: GPL-3.0-or-later
|
|
; SPDX-FileCopyrightText: (C) 2010-2020 (see AUTHORS file for a list of contributors)
|
|
[GNSS-SDR]
|
|
|
|
;######### GLOBAL OPTIONS ##################
|
|
;internal_fs_sps: Internal signal sampling frequency after the signal conditioning stage [samples per second].
|
|
GNSS-SDR.internal_fs_sps=2000000
|
|
GNSS-SDR.internal_fs_hz=2000000
|
|
|
|
;######### SIGNAL_SOURCE CONFIG ############
|
|
SignalSource.implementation=File_Signal_Source
|
|
SignalSource.filename=/home/glamountain/gnss-sdr/data/2013_04_04_GNSS_SIGNAL_at_CTTC_SPAIN/2013_04_04_GNSS_SIGNAL_at_CTTC_SPAIN.dat
|
|
SignalSource.item_type=ishort
|
|
SignalSource.sampling_frequency=4000000
|
|
SignalSource.freq=1575420000
|
|
SignalSource.samples=0
|
|
|
|
;######### SIGNAL_CONDITIONER CONFIG ############
|
|
SignalConditioner.implementation=Signal_Conditioner
|
|
DataTypeAdapter.implementation=Ishort_To_Complex
|
|
InputFilter.implementation=Pass_Through
|
|
InputFilter.item_type=gr_complex
|
|
Resampler.implementation=Direct_Resampler
|
|
Resampler.sample_freq_in=4000000
|
|
Resampler.sample_freq_out=2000000
|
|
Resampler.item_type=gr_complex
|
|
|
|
;######### CHANNELS GLOBAL CONFIG ############
|
|
Channels_1C.count=8
|
|
Channels.in_acquisition=1
|
|
Channel.signal=1C
|
|
|
|
;######### ACQUISITION GLOBAL CONFIG ############
|
|
Acquisition_1C.implementation=GPS_L1_CA_PCPS_Acquisition
|
|
Acquisition_1C.item_type=gr_complex
|
|
Acquisition_1C.pfa=0.01
|
|
Acquisition_1C.doppler_max=10000
|
|
Acquisition_1C.doppler_step=250
|
|
Acquisition_1C.dump=false
|
|
Acquisition_1C.dump_filename=../data/kalman/acq_dump
|
|
|
|
;######### TRACKING GLOBAL CONFIG ############
|
|
Tracking_1C.implementation=GPS_L1_CA_Gaussian_Tracking
|
|
Tracking_1C.item_type=gr_complex
|
|
Tracking_1C.pll_bw_hz=40.0;
|
|
Tracking_1C.dll_bw_hz=4.0;
|
|
Tracking_1C.order=3;
|
|
Tracking_1C.dump=true
|
|
Tracking_1C.dump_filename=../data/kalman/epl_tracking_ch_
|
|
Tracking_1C.bce_run = true;
|
|
Tracking_1C.p_transient = 0;
|
|
Tracking_1C.s_transient = 100;
|
|
|
|
;######### TELEMETRY DECODER GPS CONFIG ############
|
|
TelemetryDecoder_1C.implementation=GPS_L1_CA_Telemetry_Decoder
|
|
|
|
;######### OBSERVABLES CONFIG ############
|
|
Observables.implementation=GPS_L1_CA_Observables
|
|
|
|
;######### PVT CONFIG ############
|
|
PVT.implementation=GPS_L1_CA_PVT
|
|
PVT.averaging_depth=100
|
|
PVT.flag_averaging=true
|
|
PVT.output_rate_ms=10
|
|
PVT.display_rate_ms=500
|