mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-07-05 19:42:56 +00:00
cleaning config files
This commit is contained in:
parent
2d758a57a3
commit
48c4bb9084
@ -1,6 +1,7 @@
|
|||||||
; Default configuration file
|
; Configuration file for using USRP X300 as a RF front-end for GPS L1 signals.
|
||||||
; You can define your own receiver and invoke it by doing
|
; Set SignalSource.device_address to the IP address of your device
|
||||||
; gnss-sdr --config_file=my_GNSS_SDR_configuration.conf
|
; and run:
|
||||||
|
; gnss-sdr --config_file=/path/to/gnss-sdr_GPS_L1_USRP_X300_realtime.conf
|
||||||
;
|
;
|
||||||
|
|
||||||
[GNSS-SDR]
|
[GNSS-SDR]
|
||||||
@ -28,12 +29,9 @@ GNSS-SDR.SUPL_CI=0x31b0
|
|||||||
; # implementation: Use [File_Signal_Source] or [UHD_Signal_Source] or [GN3S_Signal_Source] (experimental)
|
; # implementation: Use [File_Signal_Source] or [UHD_Signal_Source] or [GN3S_Signal_Source] (experimental)
|
||||||
SignalSource.implementation=UHD_Signal_Source
|
SignalSource.implementation=UHD_Signal_Source
|
||||||
|
|
||||||
;#When left empty, the device discovery routines will search all vailable transports on the system (ethernet, usb...)
|
; # When left empty, the device discovery routines will search all available transports on the system (ethernet, usb...)
|
||||||
SignalSource.device_address=192.168.40.2
|
SignalSource.device_address=192.168.40.2
|
||||||
|
|
||||||
;#filename: path to file with the captured GNSS signal samples to be processed
|
|
||||||
SignalSource.filename=/media/DATALOGGER/Agilent GPS Generator/cap2/agilent_cap2.dat
|
|
||||||
|
|
||||||
; # item_type: Type and resolution for each of the signal samples. Use only gr_complex in this version.
|
; # item_type: Type and resolution for each of the signal samples. Use only gr_complex in this version.
|
||||||
SignalSource.item_type=gr_complex
|
SignalSource.item_type=gr_complex
|
||||||
|
|
||||||
@ -57,7 +55,6 @@ SignalSource.repeat=false
|
|||||||
|
|
||||||
; # dump: Dump the Signal source data to a file. Disable this option in this version
|
; # dump: Dump the Signal source data to a file. Disable this option in this version
|
||||||
SignalSource.dump=false
|
SignalSource.dump=false
|
||||||
|
|
||||||
SignalSource.dump_filename=../data/signal_source.dat
|
SignalSource.dump_filename=../data/signal_source.dat
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
; Default configuration file
|
; Configuration file for using USRP X300 as a RF front-end for GPS L1 signals.
|
||||||
; You can define your own receiver and invoke it by doing
|
; Set SignalSource.device_address to the IP address of your device
|
||||||
; gnss-sdr --config_file=my_GNSS_SDR_configuration.conf
|
; and run:
|
||||||
|
; gnss-sdr --config_file=/path/to/gnss-sdr_GPS_L1_USRP_X300_realtime_new.conf
|
||||||
;
|
;
|
||||||
|
|
||||||
[GNSS-SDR]
|
[GNSS-SDR]
|
||||||
@ -31,9 +32,6 @@ SignalSource.implementation=UHD_Signal_Source
|
|||||||
; # When left empty, the device discovery routines will search all vailable transports on the system (ethernet, usb...)
|
; # When left empty, the device discovery routines will search all vailable transports on the system (ethernet, usb...)
|
||||||
SignalSource.device_address=192.168.40.2
|
SignalSource.device_address=192.168.40.2
|
||||||
|
|
||||||
;#filename: path to file with the captured GNSS signal samples to be processed
|
|
||||||
SignalSource.filename=/media/DATALOGGER/Agilent GPS Generator/cap2/agilent_cap2.dat
|
|
||||||
|
|
||||||
; # item_type: Type and resolution for each of the signal samples. Use only gr_complex in this version.
|
; # item_type: Type and resolution for each of the signal samples. Use only gr_complex in this version.
|
||||||
;SignalSource.item_type=gr_complex
|
;SignalSource.item_type=gr_complex
|
||||||
SignalSource.item_type=cshort
|
SignalSource.item_type=cshort
|
||||||
@ -58,7 +56,6 @@ SignalSource.repeat=false
|
|||||||
|
|
||||||
; # dump: Dump the Signal source data to a file. Disable this option in this version
|
; # dump: Dump the Signal source data to a file. Disable this option in this version
|
||||||
SignalSource.dump=false
|
SignalSource.dump=false
|
||||||
|
|
||||||
SignalSource.dump_filename=../data/signal_source.dat
|
SignalSource.dump_filename=../data/signal_source.dat
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; Default configuration file
|
; Configuration file for using USRP 1 as a RF front-end for GPS L1 signals.
|
||||||
; You can define your own receiver and invoke it by doing
|
; Run:
|
||||||
; gnss-sdr --config_file=my_GNSS_SDR_configuration.conf
|
; gnss-sdr --config_file=/path/to/gnss-sdr_GPS_L1_USRP_realtime.conf
|
||||||
;
|
;
|
||||||
|
|
||||||
[GNSS-SDR]
|
[GNSS-SDR]
|
||||||
@ -28,8 +28,8 @@ GNSS-SDR.SUPL_CI=0x31b0
|
|||||||
;#implementation: Use [File_Signal_Source] or [UHD_Signal_Source] or [GN3S_Signal_Source] (experimental)
|
;#implementation: Use [File_Signal_Source] or [UHD_Signal_Source] or [GN3S_Signal_Source] (experimental)
|
||||||
SignalSource.implementation=UHD_Signal_Source
|
SignalSource.implementation=UHD_Signal_Source
|
||||||
|
|
||||||
;#filename: path to file with the captured GNSS signal samples to be processed
|
;#When left empty, the device discovery routines will search all available transports on the system (ethernet, usb...)
|
||||||
SignalSource.filename=/media/DATALOGGER/Agilent GPS Generator/cap2/agilent_cap2.dat
|
;SignalSource.device_address=192.168.40.2
|
||||||
|
|
||||||
;#item_type: Type and resolution for each of the signal samples. Use only gr_complex in this version.
|
;#item_type: Type and resolution for each of the signal samples. Use only gr_complex in this version.
|
||||||
SignalSource.item_type=gr_complex
|
SignalSource.item_type=gr_complex
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
; Default configuration file
|
; Configuration file for using USRP1 as a RF front-end for GPS L2C signals
|
||||||
; You can define your own receiver and invoke it by doing
|
; Run:
|
||||||
; gnss-sdr --config_file=my_GNSS_SDR_configuration.conf
|
; gnss-sdr --config_file=/path/to/gnss-sdr_GPS_L2C_USRP1_realtime.conf
|
||||||
;
|
;
|
||||||
|
|
||||||
[GNSS-SDR]
|
[GNSS-SDR]
|
||||||
|
|
||||||
;######### GLOBAL OPTIONS ##################
|
;######### GLOBAL OPTIONS ##################
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
; Default configuration file
|
; Configuration file for using USRP X300 as a RF front-end for GPS L2C signals
|
||||||
; You can define your own receiver and invoke it by doing
|
; Set SignalSource.device_address to the IP address of your device
|
||||||
; gnss-sdr --config_file=my_GNSS_SDR_configuration.conf
|
; and run:
|
||||||
|
; gnss-sdr --config_file=/path/to/gnss-sdr_GPS_L2C_USRP_X300_realtime.conf
|
||||||
;
|
;
|
||||||
|
|
||||||
[GNSS-SDR]
|
[GNSS-SDR]
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
; You can define your own receiver and invoke it by doing
|
; Configuration file for using USRP X300 as a RF front-end for Galileo E1 signals.
|
||||||
; gnss-sdr --config_file=my_GNSS_SDR_configuration.conf
|
; Set SignalSource.device_address to the IP address of your device
|
||||||
|
; and run:
|
||||||
|
; gnss-sdr --config_file=/path/to/gnss-sdr_Galileo_E1_USRP_X300_realtime.conf
|
||||||
;
|
;
|
||||||
|
|
||||||
[GNSS-SDR]
|
[GNSS-SDR]
|
||||||
@ -79,4 +81,3 @@ PVT.dump_filename=./PVT
|
|||||||
;######### OUTPUT_FILTER CONFIG ############
|
;######### OUTPUT_FILTER CONFIG ############
|
||||||
OutputFilter.implementation=Null_Sink_Output_Filter
|
OutputFilter.implementation=Null_Sink_Output_Filter
|
||||||
OutputFilter.item_type=gr_complex
|
OutputFilter.item_type=gr_complex
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user