2017-05-05 14:37:29 +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
|
2017-05-05 14:37:29 +00:00
|
|
|
|
|
|
|
|
|
|
|
;######### SIGNAL_SOURCE CONFIG ############
|
|
|
|
SignalSource.implementation=Pass_Through
|
|
|
|
SignalSource.filename=/datalogger/signals/Agilent/New York/4msps.dat ; <- PUT YOUR FILE HERE
|
|
|
|
SignalSource.item_type=ishort
|
|
|
|
SignalSource.sampling_frequency=4000000
|
|
|
|
SignalSource.freq=1575420000
|
|
|
|
SignalSource.repeat=false
|
|
|
|
SignalSource.dump=false
|
|
|
|
SignalSource.dump_filename=../data/signal_source.dat
|
|
|
|
SignalSource.enable_throttle_control=false
|
|
|
|
SignalSource.enable_FPGA=true
|
|
|
|
|
|
|
|
|
|
|
|
;######### SIGNAL_CONDITIONER CONFIG ############
|
|
|
|
SignalConditioner.implementation=Pass_Through
|
|
|
|
SignalConditioner.item_type=cshort
|
|
|
|
SignalConditioner.enable_FPGA=true
|
|
|
|
|
|
|
|
;######### CHANNELS GLOBAL CONFIG ############
|
|
|
|
Channels_1C.count=8
|
|
|
|
Channels.in_acquisition=1
|
|
|
|
Channel.signal=1C
|
2017-05-05 15:08:49 +00:00
|
|
|
Channel.enable_FPGA=true
|
2017-05-05 14:37:29 +00:00
|
|
|
|
|
|
|
|
|
|
|
;######### ACQUISITION GLOBAL CONFIG ############
|
|
|
|
Acquisition_1C.dump=false
|
|
|
|
Acquisition_1C.dump_filename=./acq_dump.dat
|
|
|
|
Acquisition_1C.item_type=cshort
|
|
|
|
Acquisition_1C.if=0
|
|
|
|
Acquisition_1C.sampled_ms=1
|
|
|
|
Acquisition_1C.implementation=GPS_L1_CA_PCPS_Acquisition_Fpga
|
2017-05-08 15:03:27 +00:00
|
|
|
Acquisition_1C.select_queue_Fpga=0;
|
2017-05-05 14:37:29 +00:00
|
|
|
Acquisition_1C.threshold=0.005
|
|
|
|
;Acquisition_1C.pfa=0.01
|
|
|
|
Acquisition_1C.doppler_max=10000
|
|
|
|
Acquisition_1C.doppler_step=500
|
|
|
|
|
|
|
|
;######### TRACKING GLOBAL CONFIG ############
|
|
|
|
Tracking_1C.implementation=GPS_L1_CA_DLL_PLL_C_Aid_Tracking_Fpga
|
|
|
|
Tracking_1C.item_type=cshort
|
|
|
|
Tracking_1C.if=0
|
|
|
|
Tracking_1C.dump=false
|
|
|
|
Tracking_1C.dump_filename=../data/epl_tracking_ch_
|
|
|
|
Tracking_1C.pll_bw_hz=45.0;
|
|
|
|
Tracking_1C.dll_bw_hz=2.0;
|
|
|
|
Tracking_1C.order=3;
|
|
|
|
|
|
|
|
;######### TELEMETRY DECODER GPS CONFIG ############
|
|
|
|
TelemetryDecoder_1C.implementation=GPS_L1_CA_Telemetry_Decoder
|
|
|
|
TelemetryDecoder_1C.dump=false
|
|
|
|
TelemetryDecoder_1C.decimation_factor=1;
|
|
|
|
|
|
|
|
;######### OBSERVABLES CONFIG ############
|
|
|
|
Observables.implementation=GPS_L1_CA_Observables
|
|
|
|
Observables.dump=false
|
|
|
|
Observables.dump_filename=./observables.dat
|
|
|
|
|
|
|
|
|
|
|
|
;######### PVT CONFIG ############
|
|
|
|
PVT.implementation=GPS_L1_CA_PVT
|
|
|
|
PVT.averaging_depth=100
|
|
|
|
PVT.flag_averaging=false
|
|
|
|
PVT.output_rate_ms=10
|
|
|
|
PVT.display_rate_ms=500
|
|
|
|
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
|
|
|
|
|