mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-13 11:40:33 +00:00
Added some info stating that this is the default configuration file and the usage of the --config_file flag
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@212 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
parent
b67be26aa2
commit
bff49cd862
@ -1,4 +1,8 @@
|
||||
|
||||
; Default configuration file
|
||||
; You can define your own receiver and invoke it by doing
|
||||
; gnss-sdr --config_file=my_GNSS_SDR_configuration.conf
|
||||
;
|
||||
; See examples at conf/master.conf
|
||||
[GNSS-SDR]
|
||||
|
||||
;######### GLOBAL OPTIONS ##################
|
||||
@ -13,8 +17,7 @@ ControlThread.wait_for_flowgraph=false
|
||||
SignalSource.implementation=File_Signal_Source
|
||||
|
||||
;#filename: path to file with the captured GNSS signal samples to be processed
|
||||
;SignalSource.filename=/media/DATA/Proyectos/Signals/spirent scenario 2/data/sc2_d8.dat
|
||||
SignalSource.filename=/media/DATA/Proyectos/Signals/Agilent/cap2/agilent_cap2.dat
|
||||
SignalSource.filename=../data/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
|
||||
|
Loading…
Reference in New Issue
Block a user