[hamradio-commits] [gnss-sdr] 28/126: cleaning config files

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Sat Dec 26 18:37:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch next
in repository gnss-sdr.

commit 48c4bb9084da1b213a33bcce9d431e90a43fb55e
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Sun Nov 1 13:00:56 2015 +0100

    cleaning config files
---
 conf/gnss-sdr_GPS_L1_USRP_X300_realtime.conf     | 59 +++++++++++-------------
 conf/gnss-sdr_GPS_L1_USRP_X300_realtime_new.conf | 59 +++++++++++-------------
 conf/gnss-sdr_GPS_L1_USRP_realtime.conf          | 44 +++++++++---------
 conf/gnss-sdr_GPS_L2C_USRP1_realtime.conf        | 17 ++++---
 conf/gnss-sdr_GPS_L2C_USRP_X300_realtime.conf    | 11 +++--
 conf/gnss-sdr_Galileo_E1_USRP_X300_realtime.conf |  9 ++--
 6 files changed, 97 insertions(+), 102 deletions(-)

diff --git a/conf/gnss-sdr_GPS_L1_USRP_X300_realtime.conf b/conf/gnss-sdr_GPS_L1_USRP_X300_realtime.conf
index 62b361b..1b021da 100644
--- a/conf/gnss-sdr_GPS_L1_USRP_X300_realtime.conf
+++ b/conf/gnss-sdr_GPS_L1_USRP_X300_realtime.conf
@@ -1,6 +1,7 @@
-; Default configuration file
-; You can define your own receiver and invoke it by doing
-; gnss-sdr --config_file=my_GNSS_SDR_configuration.conf
+; Configuration file for using USRP X300 as a RF front-end for GPS L1 signals.
+; Set SignalSource.device_address to the IP address of your device
+; and run:
+; gnss-sdr --config_file=/path/to/gnss-sdr_GPS_L1_USRP_X300_realtime.conf
 ;
 
 [GNSS-SDR]
@@ -25,49 +26,45 @@ GNSS-SDR.SUPL_LAC=0x59e2
 GNSS-SDR.SUPL_CI=0x31b0
 
 ;######### 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
 
-;#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
-    
-;#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
 
-;#sampling_frequency: Original Signal sampling frequency in [Hz] 
+; # sampling_frequency: Original Signal sampling frequency in [Hz]
 SignalSource.sampling_frequency=4000000
 
-;#freq: RF front-end center frequency in [Hz] 
+; # freq: RF front-end center frequency in [Hz]
 SignalSource.freq=1575420000
 
-;#gain: Front-end Gain in [dB] 
+; # gain: Front-end Gain in [dB]
 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
 
-;#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
 
-;#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
 
-;#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_filename=../data/signal_source.dat
 
 
 ;#enable_throttle_control: Enabling this option tells the signal source to keep the delay between samples in post processing.
-; it helps to not overload the CPU, but the processing time will be longer. 
+; it helps to not overload the CPU, but the processing time will be longer.
 SignalSource.enable_throttle_control=false
 
 
 ;######### SIGNAL_CONDITIONER CONFIG ############
-;## It holds blocks to change data type, filter and resample input data. 
+;## It holds blocks to change data type, filter and resample input data.
 
 ;#implementation: Use [Pass_Through] or [Signal_Conditioner]
 ;#[Pass_Through] disables this block and the [DataTypeAdapter], [InputFilter] and [Resampler] blocks
@@ -98,7 +95,7 @@ InputFilter.dump=false
 ;#dump_filename: Log path and filename.
 InputFilter.dump_filename=../data/input_filter.dat
 
-;#The following options are used in the filter design of Fir_Filter and Freq_Xlating_Fir_Filter implementation. 
+;#The following options are used in the filter design of Fir_Filter and Freq_Xlating_Fir_Filter implementation.
 ;#These options are based on parameters of gnuradio's function: gr_remez.
 ;#These function calculates the optimal (in the Chebyshev/minimax sense) FIR filter inpulse reponse given a set of band edges, the desired reponse on those bands, and the weight given to the error in those bands.
 
@@ -139,7 +136,7 @@ InputFilter.ampl2_end=0.0
 InputFilter.band1_error=1.0
 InputFilter.band2_error=1.0
 
-;#filter_type: one of "bandpass", "hilbert" or "differentiator" 
+;#filter_type: one of "bandpass", "hilbert" or "differentiator"
 InputFilter.filter_type=bandpass
 
 ;#grid_density: determines how accurately the filter will be constructed.
@@ -155,7 +152,7 @@ InputFilter.IF=0
 
 
 ;######### RESAMPLER CONFIG ############
-;## Resamples the input data. 
+;## Resamples the input data.
 
 ;#implementation: Use [Pass_Through] or [Direct_Resampler]
 ;#[Pass_Through] disables this block
@@ -189,7 +186,7 @@ Channels.in_acquisition=1
 ;#if the option is disabled by default is assigned GPS
 Channel.system=GPS
 
-;#signal: 
+;#signal:
 ;# "1C" GPS L1 C/A
 ;# "1P" GPS L1 P
 ;# "1W" GPS L1 Z-tracking and similar (AS on)
@@ -249,7 +246,7 @@ Channel.system=GPS
 Channel.signal=1C
 
 ;######### SPECIFIC CHANNELS CONFIG ######
-;#The following options are specific to each channel and overwrite the generic options 
+;#The following options are specific to each channel and overwrite the generic options
 
 ;######### CHANNEL 0 CONFIG ############
 
@@ -268,13 +265,13 @@ Channel.signal=1C
 
 ;######### ACQUISITION GLOBAL CONFIG ############
 
-;#dump: Enable or disable the acquisition internal data file logging [true] or [false] 
+;#dump: Enable or disable the acquisition internal data file logging [true] or [false]
 Acquisition_GPS.dump=false
 ;#filename: Log path and filename
 Acquisition_GPS.dump_filename=./acq_dump.dat
 ;#item_type: Type and resolution for each of the signal samples. Use only gr_complex in this version.
 Acquisition_GPS.item_type=gr_complex
-;#if: Signal intermediate frequency in [Hz] 
+;#if: Signal intermediate frequency in [Hz]
 Acquisition_GPS.if=0
 ;#sampled_ms: Signal block duration for the acquisition signal detection [ms]
 Acquisition_GPS.coherent_integration_time_ms=1
@@ -307,10 +304,10 @@ Tracking_GPS.implementation=GPS_L1_CA_DLL_PLL_Tracking
 ;#item_type: Type and resolution for each of the signal samples. Use only [gr_complex] in this version.
 Tracking_GPS.item_type=gr_complex
 
-;#sampling_frequency: Signal Intermediate Frequency in [Hz] 
+;#sampling_frequency: Signal Intermediate Frequency in [Hz]
 Tracking_GPS.if=0
 
-;#dump: Enable or disable the Tracking internal binary data file logging [true] or [false] 
+;#dump: Enable or disable the Tracking internal binary data file logging [true] or [false]
 Tracking_GPS.dump=false
 
 ;#dump_filename: Log path and filename. Notice that the tracking channel will add "x.dat" where x is the channel number.
@@ -342,7 +339,7 @@ TelemetryDecoder_GPS.decimation_factor=1;
 ;#implementation: Use [GPS_L1_CA_Observables] for GPS L1 C/A.
 Observables.implementation=GPS_L1_CA_Observables
 
-;#dump: Enable or disable the Observables internal binary data file logging [true] or [false] 
+;#dump: Enable or disable the Observables internal binary data file logging [true] or [false]
 Observables.dump=false
 
 ;#dump_filename: Log path and filename.
@@ -356,7 +353,7 @@ PVT.implementation=GPS_L1_CA_PVT
 ;#averaging_depth: Number of PVT observations in the moving average algorithm
 PVT.averaging_depth=10
 
-;#flag_average: Enables the PVT averaging between output intervals (arithmetic mean) [true] or [false] 
+;#flag_average: Enables the PVT averaging between output intervals (arithmetic mean) [true] or [false]
 PVT.flag_averaging=true
 
 ;#output_rate_ms: Period between two PVT outputs. Notice that the minimum period is equal to the tracking integration time (for GPS CA L1 is 1ms) [ms]
@@ -380,7 +377,7 @@ PVT.flag_nmea_tty_port=false;
 PVT.nmea_dump_devname=/dev/pts/4
 
 
-;#dump: Enable or disable the PVT internal binary data file logging [true] or [false] 
+;#dump: Enable or disable the PVT internal binary data file logging [true] or [false]
 PVT.dump=false
 
 ;######### OUTPUT_FILTER CONFIG ############
diff --git a/conf/gnss-sdr_GPS_L1_USRP_X300_realtime_new.conf b/conf/gnss-sdr_GPS_L1_USRP_X300_realtime_new.conf
index 0261154..322ecbd 100644
--- a/conf/gnss-sdr_GPS_L1_USRP_X300_realtime_new.conf
+++ b/conf/gnss-sdr_GPS_L1_USRP_X300_realtime_new.conf
@@ -1,6 +1,7 @@
-; Default configuration file
-; You can define your own receiver and invoke it by doing
-; gnss-sdr --config_file=my_GNSS_SDR_configuration.conf
+; Configuration file for using USRP X300 as a RF front-end for GPS L1 signals.
+; Set SignalSource.device_address to the IP address of your device
+; and run:
+; gnss-sdr --config_file=/path/to/gnss-sdr_GPS_L1_USRP_X300_realtime_new.conf
 ;
 
 [GNSS-SDR]
@@ -25,50 +26,46 @@ GNSS-SDR.SUPL_LAC=0x59e2
 GNSS-SDR.SUPL_CI=0x31b0
 
 ;######### 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
 
-;#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
-    
-;#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=cshort
 
-;#sampling_frequency: Original Signal sampling frequency in [Hz] 
+; # sampling_frequency: Original Signal sampling frequency in [Hz]
 SignalSource.sampling_frequency=4000000
 
-;#freq: RF front-end center frequency in [Hz] 
+; # freq: RF front-end center frequency in [Hz]
 SignalSource.freq=1575420000
 
-;#gain: Front-end Gain in [dB] 
+; # gain: Front-end Gain in [dB]
 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
 
-;#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
 
-;#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
 
-;#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_filename=../data/signal_source.dat
 
 
 ;#enable_throttle_control: Enabling this option tells the signal source to keep the delay between samples in post processing.
-; it helps to not overload the CPU, but the processing time will be longer. 
+; it helps to not overload the CPU, but the processing time will be longer.
 SignalSource.enable_throttle_control=false
 
 
 ;######### SIGNAL_CONDITIONER CONFIG ############
-;## It holds blocks to change data type, filter and resample input data. 
+;## It holds blocks to change data type, filter and resample input data.
 
 ;#implementation: Use [Pass_Through] or [Signal_Conditioner]
 ;#[Pass_Through] disables this block and the [DataTypeAdapter], [InputFilter] and [Resampler] blocks
@@ -101,7 +98,7 @@ InputFilter.dump=false
 ;#dump_filename: Log path and filename.
 InputFilter.dump_filename=../data/input_filter.dat
 
-;#The following options are used in the filter design of Fir_Filter and Freq_Xlating_Fir_Filter implementation. 
+;#The following options are used in the filter design of Fir_Filter and Freq_Xlating_Fir_Filter implementation.
 ;#These options are based on parameters of gnuradio's function: gr_remez.
 ;#These function calculates the optimal (in the Chebyshev/minimax sense) FIR filter inpulse reponse given a set of band edges, the desired reponse on those bands, and the weight given to the error in those bands.
 
@@ -142,7 +139,7 @@ InputFilter.ampl2_end=0.0
 InputFilter.band1_error=1.0
 InputFilter.band2_error=1.0
 
-;#filter_type: one of "bandpass", "hilbert" or "differentiator" 
+;#filter_type: one of "bandpass", "hilbert" or "differentiator"
 InputFilter.filter_type=bandpass
 
 ;#grid_density: determines how accurately the filter will be constructed.
@@ -158,7 +155,7 @@ InputFilter.IF=0
 
 
 ;######### RESAMPLER CONFIG ############
-;## Resamples the input data. 
+;## Resamples the input data.
 
 ;#implementation: Use [Pass_Through] or [Direct_Resampler]
 ;#[Pass_Through] disables this block
@@ -193,7 +190,7 @@ Channels.in_acquisition=1
 ;Channel.system=GPS
 Channel.signal=1C
 
-;#signal: 
+;#signal:
 ;# "1C" GPS L1 C/A
 ;# "1P" GPS L1 P
 ;# "1W" GPS L1 Z-tracking and similar (AS on)
@@ -265,7 +262,7 @@ Channel.signal=1C
 ;Channel11.signal=1C
 
 ;######### SPECIFIC CHANNELS CONFIG ######
-;#The following options are specific to each channel and overwrite the generic options 
+;#The following options are specific to each channel and overwrite the generic options
 
 ;######### CHANNEL 0 CONFIG ############
 
@@ -284,13 +281,13 @@ Channel.signal=1C
 
 ;######### ACQUISITION GLOBAL CONFIG ############
 
-;#dump: Enable or disable the acquisition internal data file logging [true] or [false] 
+;#dump: Enable or disable the acquisition internal data file logging [true] or [false]
 Acquisition_1C.dump=false
 ;#filename: Log path and filename
 Acquisition_1C.dump_filename=./acq_dump.dat
 ;#item_type: Type and resolution for each of the signal samples. Use only gr_complex in this version.
 Acquisition_1C.item_type=gr_complex
-;#if: Signal intermediate frequency in [Hz] 
+;#if: Signal intermediate frequency in [Hz]
 Acquisition_1C.if=0
 ;#sampled_ms: Signal block duration for the acquisition signal detection [ms]
 Acquisition_1C.coherent_integration_time_ms=1
@@ -322,10 +319,10 @@ Tracking_1C.implementation=GPS_L1_CA_DLL_PLL_Tracking
 ;#item_type: Type and resolution for each of the signal samples. Use only [gr_complex] in this version.
 Tracking_1C.item_type=gr_complex
 
-;#sampling_frequency: Signal Intermediate Frequency in [Hz] 
+;#sampling_frequency: Signal Intermediate Frequency in [Hz]
 Tracking_1C.if=0
 
-;#dump: Enable or disable the Tracking internal binary data file logging [true] or [false] 
+;#dump: Enable or disable the Tracking internal binary data file logging [true] or [false]
 Tracking_1C.dump=false
 
 ;#dump_filename: Log path and filename. Notice that the tracking channel will add "x.dat" where x is the channel number.
@@ -357,7 +354,7 @@ TelemetryDecoder_1C.decimation_factor=1;
 ;#implementation: Use [GPS_L1_CA_Observables] for GPS L1 C/A.
 Observables.implementation=GPS_L1_CA_Observables
 
-;#dump: Enable or disable the Observables internal binary data file logging [true] or [false] 
+;#dump: Enable or disable the Observables internal binary data file logging [true] or [false]
 Observables.dump=false
 
 ;#dump_filename: Log path and filename.
@@ -371,7 +368,7 @@ PVT.implementation=GPS_L1_CA_PVT
 ;#averaging_depth: Number of PVT observations in the moving average algorithm
 PVT.averaging_depth=10
 
-;#flag_average: Enables the PVT averaging between output intervals (arithmetic mean) [true] or [false] 
+;#flag_average: Enables the PVT averaging between output intervals (arithmetic mean) [true] or [false]
 PVT.flag_averaging=true
 
 ;#output_rate_ms: Period between two PVT outputs. Notice that the minimum period is equal to the tracking integration time (for GPS CA L1 is 1ms) [ms]
@@ -395,7 +392,7 @@ PVT.flag_nmea_tty_port=false;
 PVT.nmea_dump_devname=/dev/pts/4
 
 
-;#dump: Enable or disable the PVT internal binary data file logging [true] or [false] 
+;#dump: Enable or disable the PVT internal binary data file logging [true] or [false]
 PVT.dump=false
 
 ;######### OUTPUT_FILTER CONFIG ############
diff --git a/conf/gnss-sdr_GPS_L1_USRP_realtime.conf b/conf/gnss-sdr_GPS_L1_USRP_realtime.conf
index fd2032f..bd7c607 100644
--- a/conf/gnss-sdr_GPS_L1_USRP_realtime.conf
+++ b/conf/gnss-sdr_GPS_L1_USRP_realtime.conf
@@ -1,6 +1,6 @@
-; Default configuration file
-; You can define your own receiver and invoke it by doing
-; gnss-sdr --config_file=my_GNSS_SDR_configuration.conf
+; Configuration file for using USRP 1 as a RF front-end for GPS L1 signals.
+; Run:
+; gnss-sdr --config_file=/path/to/gnss-sdr_GPS_L1_USRP_realtime.conf
 ;
 
 [GNSS-SDR]
@@ -28,19 +28,19 @@ GNSS-SDR.SUPL_CI=0x31b0
 ;#implementation: Use [File_Signal_Source] or [UHD_Signal_Source] or [GN3S_Signal_Source] (experimental)
 SignalSource.implementation=UHD_Signal_Source
 
-;#filename: path to file with the captured GNSS signal samples to be processed
-SignalSource.filename=/media/DATALOGGER/Agilent GPS Generator/cap2/agilent_cap2.dat
+;#When left empty, the device discovery routines will search all available transports on the system (ethernet, usb...)
+;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.
 SignalSource.item_type=gr_complex
 
-;#sampling_frequency: Original Signal sampling frequency in [Hz] 
+;#sampling_frequency: Original Signal sampling frequency in [Hz]
 SignalSource.sampling_frequency=2000000
 
-;#freq: RF front-end center frequency in [Hz] 
+;#freq: RF front-end center frequency in [Hz]
 SignalSource.freq=1575420000
 
-;#gain: Front-end Gain in [dB] 
+;#gain: Front-end Gain in [dB]
 SignalSource.gain=60
 
 ;#subdevice: UHD subdevice specification (for USRP1 use A:0 or B:0)
@@ -59,12 +59,12 @@ SignalSource.dump_filename=../data/signal_source.dat
 
 
 ;#enable_throttle_control: Enabling this option tells the signal source to keep the delay between samples in post processing.
-; it helps to not overload the CPU, but the processing time will be longer. 
+; it helps to not overload the CPU, but the processing time will be longer.
 SignalSource.enable_throttle_control=false
 
 
 ;######### SIGNAL_CONDITIONER CONFIG ############
-;## It holds blocks to change data type, filter and resample input data. 
+;## It holds blocks to change data type, filter and resample input data.
 
 ;#implementation: Use [Pass_Through] or [Signal_Conditioner]
 ;#[Pass_Through] disables this block and the [DataTypeAdapter], [InputFilter] and [Resampler] blocks
@@ -95,7 +95,7 @@ InputFilter.dump=false
 ;#dump_filename: Log path and filename.
 InputFilter.dump_filename=../data/input_filter.dat
 
-;#The following options are used in the filter design of Fir_Filter and Freq_Xlating_Fir_Filter implementation. 
+;#The following options are used in the filter design of Fir_Filter and Freq_Xlating_Fir_Filter implementation.
 ;#These options are based on parameters of gnuradio's function: gr_remez.
 ;#These function calculates the optimal (in the Chebyshev/minimax sense) FIR filter inpulse reponse given a set of band edges, the desired reponse on those bands, and the weight given to the error in those bands.
 
@@ -136,7 +136,7 @@ InputFilter.ampl2_end=0.0
 InputFilter.band1_error=1.0
 InputFilter.band2_error=1.0
 
-;#filter_type: one of "bandpass", "hilbert" or "differentiator" 
+;#filter_type: one of "bandpass", "hilbert" or "differentiator"
 InputFilter.filter_type=bandpass
 
 ;#grid_density: determines how accurately the filter will be constructed.
@@ -152,7 +152,7 @@ InputFilter.IF=0
 
 
 ;######### RESAMPLER CONFIG ############
-;## Resamples the input data. 
+;## Resamples the input data.
 
 ;#implementation: Use [Pass_Through] or [Direct_Resampler]
 ;#[Pass_Through] disables this block
@@ -186,7 +186,7 @@ Channels.in_acquisition=1
 ;#if the option is disabled by default is assigned GPS
 Channel.system=GPS
 
-;#signal: 
+;#signal:
 ;# "1C" GPS L1 C/A
 ;# "1P" GPS L1 P
 ;# "1W" GPS L1 Z-tracking and similar (AS on)
@@ -246,7 +246,7 @@ Channel.system=GPS
 Channel.signal=1C
 
 ;######### SPECIFIC CHANNELS CONFIG ######
-;#The following options are specific to each channel and overwrite the generic options 
+;#The following options are specific to each channel and overwrite the generic options
 
 ;######### CHANNEL 0 CONFIG ############
 
@@ -265,13 +265,13 @@ Channel1.satellite=18
 
 ;######### ACQUISITION GLOBAL CONFIG ############
 
-;#dump: Enable or disable the acquisition internal data file logging [true] or [false] 
+;#dump: Enable or disable the acquisition internal data file logging [true] or [false]
 Acquisition_GPS.dump=false
 ;#filename: Log path and filename
 Acquisition_GPS.dump_filename=./acq_dump.dat
 ;#item_type: Type and resolution for each of the signal samples. Use only gr_complex in this version.
 Acquisition_GPS.item_type=gr_complex
-;#if: Signal intermediate frequency in [Hz] 
+;#if: Signal intermediate frequency in [Hz]
 Acquisition_GPS.if=0
 ;#sampled_ms: Signal block duration for the acquisition signal detection [ms]
 Acquisition_GPS.coherent_integration_time_ms=1
@@ -303,10 +303,10 @@ Tracking_GPS.implementation=GPS_L1_CA_DLL_PLL_Optim_Tracking
 ;#item_type: Type and resolution for each of the signal samples. Use only [gr_complex] in this version.
 Tracking_GPS.item_type=gr_complex
 
-;#sampling_frequency: Signal Intermediate Frequency in [Hz] 
+;#sampling_frequency: Signal Intermediate Frequency in [Hz]
 Tracking_GPS.if=0
 
-;#dump: Enable or disable the Tracking internal binary data file logging [true] or [false] 
+;#dump: Enable or disable the Tracking internal binary data file logging [true] or [false]
 Tracking_GPS.dump=false
 
 ;#dump_filename: Log path and filename. Notice that the tracking channel will add "x.dat" where x is the channel number.
@@ -338,7 +338,7 @@ TelemetryDecoder_GPS.decimation_factor=1;
 ;#implementation: Use [GPS_L1_CA_Observables] for GPS L1 C/A.
 Observables.implementation=GPS_L1_CA_Observables
 
-;#dump: Enable or disable the Observables internal binary data file logging [true] or [false] 
+;#dump: Enable or disable the Observables internal binary data file logging [true] or [false]
 Observables.dump=false
 
 ;#dump_filename: Log path and filename.
@@ -352,7 +352,7 @@ PVT.implementation=GPS_L1_CA_PVT
 ;#averaging_depth: Number of PVT observations in the moving average algorithm
 PVT.averaging_depth=10
 
-;#flag_average: Enables the PVT averaging between output intervals (arithmetic mean) [true] or [false] 
+;#flag_average: Enables the PVT averaging between output intervals (arithmetic mean) [true] or [false]
 PVT.flag_averaging=true
 
 ;#output_rate_ms: Period between two PVT outputs. Notice that the minimum period is equal to the tracking integration time (for GPS CA L1 is 1ms) [ms]
@@ -376,7 +376,7 @@ PVT.flag_nmea_tty_port=false;
 PVT.nmea_dump_devname=/dev/pts/4
 
 
-;#dump: Enable or disable the PVT internal binary data file logging [true] or [false] 
+;#dump: Enable or disable the PVT internal binary data file logging [true] or [false]
 PVT.dump=false
 
 ;######### OUTPUT_FILTER CONFIG ############
diff --git a/conf/gnss-sdr_GPS_L2C_USRP1_realtime.conf b/conf/gnss-sdr_GPS_L2C_USRP1_realtime.conf
index aa8ae40..438f9f4 100644
--- a/conf/gnss-sdr_GPS_L2C_USRP1_realtime.conf
+++ b/conf/gnss-sdr_GPS_L2C_USRP1_realtime.conf
@@ -1,8 +1,7 @@
-; Default configuration file
-; You can define your own receiver and invoke it by doing
-; gnss-sdr --config_file=my_GNSS_SDR_configuration.conf
+; Configuration file for using USRP1 as a RF front-end for GPS L2C signals
+; Run:
+; gnss-sdr --config_file=/path/to/gnss-sdr_GPS_L2C_USRP1_realtime.conf
 ;
-
 [GNSS-SDR]
 
 ;######### GLOBAL OPTIONS ##################
@@ -34,7 +33,7 @@ SignalSource.subdevice=A:0
 SignalSource.samples=0
 SignalSource.repeat=false
 SignalSource.dump=false
-SignalSource.dump_filename=../data/signal_source.dat 
+SignalSource.dump_filename=../data/signal_source.dat
 SignalSource.enable_throttle_control=false
 
 
@@ -62,9 +61,9 @@ InputFilter.dump=false
 ;#dump_filename: Log path and filename.
 InputFilter.dump_filename=../data/input_filter.dat
 
-;#The following options are used in the filter design of Fir_Filter and Freq_Xlating_Fir_Filter implementation. 
+;#The following options are used in the filter design of Fir_Filter and Freq_Xlating_Fir_Filter implementation.
 ;#These options are based on parameters of gnuradio's function: gr_remez.
-;#These function calculates the optimal (in the Chebyshev/minimax sense) FIR filter inpulse reponse given a set of band edges, 
+;#These function calculates the optimal (in the Chebyshev/minimax sense) FIR filter inpulse reponse given a set of band edges,
 ;#the desired reponse on those bands, and the weight given to the error in those bands.
 
 ;#input_item_type: Type and resolution for input signal samples. Use only gr_complex in this version.
@@ -104,7 +103,7 @@ InputFilter.ampl2_end=0.0
 InputFilter.band1_error=1.0
 InputFilter.band2_error=1.0
 
-;#filter_type: one of "bandpass", "hilbert" or "differentiator" 
+;#filter_type: one of "bandpass", "hilbert" or "differentiator"
 InputFilter.filter_type=bandpass
 
 ;#grid_density: determines how accurately the filter will be constructed.
@@ -161,7 +160,7 @@ Acquisition_2S.dump_filename=./acq_dump.dat
 Acquisition_2S.item_type=gr_complex
 Acquisition_2S.if=0
 Acquisition_2S.implementation=GPS_L2_M_PCPS_Acquisition
-Acquisition_2S.threshold=0.0013  
+Acquisition_2S.threshold=0.0013
 ;Acquisition_2S.pfa=0.001
 Acquisition_2S.doppler_max=10000
 Acquisition_2S.doppler_min=-10000
diff --git a/conf/gnss-sdr_GPS_L2C_USRP_X300_realtime.conf b/conf/gnss-sdr_GPS_L2C_USRP_X300_realtime.conf
index eaa4d66..13414a0 100644
--- a/conf/gnss-sdr_GPS_L2C_USRP_X300_realtime.conf
+++ b/conf/gnss-sdr_GPS_L2C_USRP_X300_realtime.conf
@@ -1,6 +1,7 @@
-; Default configuration file
-; You can define your own receiver and invoke it by doing
-; gnss-sdr --config_file=my_GNSS_SDR_configuration.conf
+; Configuration file for using USRP X300 as a RF front-end for GPS L2C signals
+; Set SignalSource.device_address to the IP address of your device
+; and run:
+; gnss-sdr --config_file=/path/to/gnss-sdr_GPS_L2C_USRP_X300_realtime.conf
 ;
 
 [GNSS-SDR]
@@ -37,7 +38,7 @@ SignalSource.subdevice=A:0
 SignalSource.samples=0
 SignalSource.repeat=false
 SignalSource.dump=false
-SignalSource.dump_filename=../data/signal_source.dat 
+SignalSource.dump_filename=../data/signal_source.dat
 SignalSource.enable_throttle_control=false
 
 
@@ -116,7 +117,7 @@ Acquisition_2S.dump_filename=./acq_dump.dat
 Acquisition_2S.item_type=gr_complex
 Acquisition_2S.if=0
 Acquisition_2S.implementation=GPS_L2_M_PCPS_Acquisition
-Acquisition_2S.threshold=0.0015  
+Acquisition_2S.threshold=0.0015
 ;Acquisition_2S.pfa=0.001
 Acquisition_2S.doppler_max=5000
 Acquisition_2S.doppler_min=-5000
diff --git a/conf/gnss-sdr_Galileo_E1_USRP_X300_realtime.conf b/conf/gnss-sdr_Galileo_E1_USRP_X300_realtime.conf
index 38cdf6a..d4a3189 100644
--- a/conf/gnss-sdr_Galileo_E1_USRP_X300_realtime.conf
+++ b/conf/gnss-sdr_Galileo_E1_USRP_X300_realtime.conf
@@ -1,5 +1,7 @@
-; You can define your own receiver and invoke it by doing
-; gnss-sdr --config_file=my_GNSS_SDR_configuration.conf
+; Configuration file for using USRP X300 as a RF front-end for Galileo E1 signals.
+; 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]
@@ -15,7 +17,7 @@ ControlThread.wait_for_flowgraph=false
 SignalSource.implementation=UHD_Signal_Source
 SignalSource.item_type=gr_complex
 SignalSource.device_address=192.168.40.2
-SignalSource.sampling_frequency=4000000 
+SignalSource.sampling_frequency=4000000
 SignalSource.freq=1575420000
 SignalSource.gain=50
 SignalSource.subdevice=A:0
@@ -79,4 +81,3 @@ PVT.dump_filename=./PVT
 ;######### OUTPUT_FILTER CONFIG ############
 OutputFilter.implementation=Null_Sink_Output_Filter
 OutputFilter.item_type=gr_complex
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list