mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-02-21 21:40:18 +00:00
Merge branch 'next' of https://git.code.sf.net/p/gnss-sdr/cttc into next
This commit is contained in:
commit
c5051225e4
@ -54,7 +54,7 @@ $ pybombs recipes add gr-recipes https://github.com/gnuradio/gr-recipes.git
|
||||
$ pybombs recipes add gr-etcetera https://github.com/gnuradio/gr-etcetera.git
|
||||
$ sudo pybombs prefix init /usr/local -a myprefix
|
||||
$ pybombs config default_prefix myprefix
|
||||
$ sudo pybombs install gnuradio gr-osmosdr armadillo glog
|
||||
$ pybombs install gnuradio gr-osmosdr armadillo glog
|
||||
~~~~~~
|
||||
|
||||
Other installation and configuration options are available from https://github.com/gnuradio/pybombs
|
||||
|
@ -172,9 +172,9 @@ Resampler.sample_freq_out=4000000
|
||||
|
||||
;######### CHANNELS GLOBAL CONFIG ############
|
||||
;#count: Number of available GPS satellite channels.
|
||||
Channels_1C.count=2
|
||||
Channels_1C.count=5
|
||||
;#count: Number of available Galileo satellite channels.
|
||||
Channels_1B.count=4
|
||||
Channels_1B.count=0
|
||||
;#in_acquisition: Number of channels simultaneously acquiring for the whole receiver
|
||||
Channels.in_acquisition=1
|
||||
|
||||
@ -185,9 +185,9 @@ Channels.in_acquisition=1
|
||||
;# "5X" GALILEO E5a I+Q
|
||||
Channel0.signal=1C
|
||||
Channel1.signal=1C
|
||||
Channel2.signal=1B
|
||||
Channel3.signal=1B
|
||||
Channel4.signal=1B
|
||||
Channel2.signal=1C
|
||||
Channel3.signal=1C
|
||||
Channel4.signal=1C
|
||||
Channel5.signal=1B
|
||||
Channel6.signal=1B
|
||||
Channel7.signal=1B
|
||||
|
Loading…
x
Reference in New Issue
Block a user