mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-11-18 07:44:57 +00:00
112 lines
3.7 KiB
Plaintext
112 lines
3.7 KiB
Plaintext
|
[GNSS-SDR]
|
||
|
|
||
|
|
||
|
; RealTime configuration for Nooeleec RTL Software defined radio receiver
|
||
|
; 2023 JRC GNSS summer school
|
||
|
|
||
|
|
||
|
;######### GLOBAL OPTIONS ##################
|
||
|
GNSS-SDR.internal_fs_sps=2048000
|
||
|
|
||
|
;######### SIGNAL_SOURCE CONFIG ############
|
||
|
SignalSource.implementation=Osmosdr_Signal_Source
|
||
|
SignalSource.item_type=gr_complex
|
||
|
SignalSource.sampling_frequency=2048000
|
||
|
SignalSource.freq=1575420000
|
||
|
SignalSource.gain=40
|
||
|
SignalSource.rf_gain=40
|
||
|
SignalSource.if_gain=30
|
||
|
SignalSource.AGC_enabled=false
|
||
|
SignalSource.samples=0
|
||
|
SignalSource.repeat=false
|
||
|
SignalSource.dump=true
|
||
|
SignalSource.dump_filename=./signal_source.dat
|
||
|
SignalSource.enable_throttle_control=false
|
||
|
|
||
|
;# Please note that the new RTL-SDR Blog V3 dongles ship a < 1 PPM
|
||
|
;# temperature compensated oscillator (TCXO), which is well suited for GNSS
|
||
|
;# signal processing, and a 4.5 V powered bias-tee to feed an active antenna.
|
||
|
;# Whether the bias-tee is turned off before reception depends on which version
|
||
|
;# of gr-osmosdr was used when compiling GNSS-SDR. With an old version
|
||
|
;# (for example, v0.1.4-8), the utility rtl_biast may be used to switch the
|
||
|
;# bias-tee, and then call gnss-sdr.
|
||
|
;# See https://github.com/rtlsdrblog/rtl_biast
|
||
|
;# After reception the bias-tee is switched off automatically by the program.
|
||
|
;# With newer versions of gr-osmosdr (>= 0.1.4-13), the bias-tee can be
|
||
|
;# activated by uncommenting the following line:
|
||
|
SignalSource.osmosdr_args=rtl,bias=1
|
||
|
|
||
|
;######### SIGNAL_CONDITIONER CONFIG ############
|
||
|
SignalConditioner.implementation=Pass_Through
|
||
|
|
||
|
;######### CHANNELS GLOBAL CONFIG ############
|
||
|
Channels_1C.count=7
|
||
|
Channels_1B.count=0
|
||
|
Channels.in_acquisition=1
|
||
|
Channel.signal=1C
|
||
|
;Channel0.satellite=8
|
||
|
;Channel1.satellite=13
|
||
|
;Channel2.satellite=14
|
||
|
;Channel3.satellite=15
|
||
|
;Channel4.satellite=23
|
||
|
;Channel5.satellite=27
|
||
|
|
||
|
;######### ACQUISITION GLOBAL CONFIG ############
|
||
|
Acquisition_1C.implementation=GPS_L1_CA_PCPS_Acquisition
|
||
|
Acquisition_1C.item_type=gr_complex
|
||
|
;Acquisition_1C.threshold=2.0
|
||
|
Acquisition_1C.use_CFAR_algorithm=false
|
||
|
Acquisition_1C.blocking=false
|
||
|
Acquisition_1C.coherent_integration_time_ms=1
|
||
|
Acquisition_1C.pfa=0.01
|
||
|
Acquisition_1C.doppler_max=5000
|
||
|
Acquisition_1C.doppler_step=250
|
||
|
Acquisition_1C.dump=false
|
||
|
Acquisition_1C.dump_filename=./acq_dump.dat
|
||
|
|
||
|
;######### TRACKING GPS CONFIG ############
|
||
|
Tracking_1C.implementation=GPS_L1_CA_DLL_PLL_Tracking
|
||
|
Tracking_1C.item_type=gr_complex
|
||
|
Tracking_1C.dump=false
|
||
|
Tracking_1C.dump_filename=./tracking_ch_
|
||
|
Tracking_1C.pll_bw_hz=35.0;
|
||
|
Tracking_1C.dll_bw_hz=1.5;
|
||
|
Tracking_1C.pll_bw_narrow_hz=2.5;
|
||
|
Tracking_1C.dll_bw_narrow_hz=0.5;
|
||
|
Tracking_1C.extend_correlation_symbols=1;
|
||
|
Tracking_1C.dll_filter_order=2;
|
||
|
Tracking_1C.pll_filter_order=3;
|
||
|
Tracking_1C.early_late_space_chips=0.5;
|
||
|
Tracking_1C.early_late_space_narrow_chips=0.25
|
||
|
|
||
|
;######### TELEMETRY DECODER GPS CONFIG ############
|
||
|
TelemetryDecoder_1C.implementation=GPS_L1_CA_Telemetry_Decoder
|
||
|
TelemetryDecoder_1C.dump=false
|
||
|
|
||
|
;######### OBSERVABLES CONFIG ############
|
||
|
Observables.implementation=Hybrid_Observables
|
||
|
Observables.dump=false
|
||
|
Observables.dump_filename=./observables.dat
|
||
|
Observables.enable_carrier_smoothing=false
|
||
|
Observables.smoothing_factor=200
|
||
|
|
||
|
;######### PVT CONFIG ############
|
||
|
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
|
||
|
PVT.enable_rx_clock_correction=false
|
||
|
PVT.output_rate_ms=100
|
||
|
PVT.rinexobs_rate_ms=100
|
||
|
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.dump=false
|
||
|
PVT.flag_rtcm_server=true
|
||
|
PVT.flag_rtcm_tty_port=false
|
||
|
PVT.rtcm_dump_devname=/dev/pts/1
|
||
|
|
||
|
|