mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-03-04 18:48:17 +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]
|
||||||
@ -25,39 +26,35 @@ GNSS-SDR.SUPL_LAC=0x59e2
|
|||||||
GNSS-SDR.SUPL_CI=0x31b0
|
GNSS-SDR.SUPL_CI=0x31b0
|
||||||
|
|
||||||
;######### SIGNAL_SOURCE CONFIG ############
|
;######### SIGNAL_SOURCE CONFIG ############
|
||||||
;#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
|
; # item_type: Type and resolution for each of the signal samples. Use only gr_complex in this version.
|
||||||
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.
|
|
||||||
SignalSource.item_type=gr_complex
|
SignalSource.item_type=gr_complex
|
||||||
|
|
||||||
;#sampling_frequency: Original Signal sampling frequency in [Hz]
|
; # sampling_frequency: Original Signal sampling frequency in [Hz]
|
||||||
SignalSource.sampling_frequency=4000000
|
SignalSource.sampling_frequency=4000000
|
||||||
|
|
||||||
;#freq: RF front-end center frequency in [Hz]
|
; # freq: RF front-end center frequency in [Hz]
|
||||||
SignalSource.freq=1575420000
|
SignalSource.freq=1575420000
|
||||||
|
|
||||||
;#gain: Front-end Gain in [dB]
|
; # gain: Front-end Gain in [dB]
|
||||||
SignalSource.gain=50
|
SignalSource.gain=50
|
||||||
|
|
||||||
;#subdevice: UHD subdevice specification (for USRP1 use A:0 or B:0)
|
; # subdevice: UHD subdevice specification (for USRP1 use A:0 or B:0)
|
||||||
SignalSource.subdevice=A:0
|
SignalSource.subdevice=A:0
|
||||||
|
|
||||||
;#samples: Number of samples to be processed. Notice that 0 indicates the entire file.
|
; # samples: Number of samples to be processed. Notice that 0 indicates the entire file.
|
||||||
SignalSource.samples=0
|
SignalSource.samples=0
|
||||||
|
|
||||||
;#repeat: Repeat the processing file. Disable this option in this version
|
; # repeat: Repeat the processing file. Disable this option in this version
|
||||||
SignalSource.repeat=false
|
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]
|
||||||
@ -25,40 +26,36 @@ GNSS-SDR.SUPL_LAC=0x59e2
|
|||||||
GNSS-SDR.SUPL_CI=0x31b0
|
GNSS-SDR.SUPL_CI=0x31b0
|
||||||
|
|
||||||
;######### SIGNAL_SOURCE CONFIG ############
|
;######### SIGNAL_SOURCE CONFIG ############
|
||||||
;#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 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
|
; # item_type: Type and resolution for each of the signal samples. Use only gr_complex in this version.
|
||||||
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.
|
|
||||||
;SignalSource.item_type=gr_complex
|
;SignalSource.item_type=gr_complex
|
||||||
SignalSource.item_type=cshort
|
SignalSource.item_type=cshort
|
||||||
|
|
||||||
;#sampling_frequency: Original Signal sampling frequency in [Hz]
|
; # sampling_frequency: Original Signal sampling frequency in [Hz]
|
||||||
SignalSource.sampling_frequency=4000000
|
SignalSource.sampling_frequency=4000000
|
||||||
|
|
||||||
;#freq: RF front-end center frequency in [Hz]
|
; # freq: RF front-end center frequency in [Hz]
|
||||||
SignalSource.freq=1575420000
|
SignalSource.freq=1575420000
|
||||||
|
|
||||||
;#gain: Front-end Gain in [dB]
|
; # gain: Front-end Gain in [dB]
|
||||||
SignalSource.gain=40
|
SignalSource.gain=40
|
||||||
|
|
||||||
;#subdevice: UHD subdevice specification (for USRP1 use A:0 or B:0)
|
; # subdevice: UHD subdevice specification (for USRP1 use A:0 or B:0)
|
||||||
SignalSource.subdevice=A:0
|
SignalSource.subdevice=A:0
|
||||||
|
|
||||||
;#samples: Number of samples to be processed. Notice that 0 indicates the entire file.
|
; # samples: Number of samples to be processed. Notice that 0 indicates the entire file.
|
||||||
SignalSource.samples=0
|
SignalSource.samples=0
|
||||||
|
|
||||||
;#repeat: Repeat the processing file. Disable this option in this version
|
; # repeat: Repeat the processing file. Disable this option in this version
|
||||||
SignalSource.repeat=false
|
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