1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-07-04 10:53:17 +00:00
This commit is contained in:
Carles Fernandez 2016-04-21 15:19:41 +02:00
commit c5051225e4
2 changed files with 6 additions and 6 deletions

View File

@ -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 $ pybombs recipes add gr-etcetera https://github.com/gnuradio/gr-etcetera.git
$ sudo pybombs prefix init /usr/local -a myprefix $ sudo pybombs prefix init /usr/local -a myprefix
$ pybombs config default_prefix 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 Other installation and configuration options are available from https://github.com/gnuradio/pybombs

View File

@ -172,9 +172,9 @@ Resampler.sample_freq_out=4000000
;######### CHANNELS GLOBAL CONFIG ############ ;######### CHANNELS GLOBAL CONFIG ############
;#count: Number of available GPS satellite channels. ;#count: Number of available GPS satellite channels.
Channels_1C.count=2 Channels_1C.count=5
;#count: Number of available Galileo satellite channels. ;#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 ;#in_acquisition: Number of channels simultaneously acquiring for the whole receiver
Channels.in_acquisition=1 Channels.in_acquisition=1
@ -185,9 +185,9 @@ Channels.in_acquisition=1
;# "5X" GALILEO E5a I+Q ;# "5X" GALILEO E5a I+Q
Channel0.signal=1C Channel0.signal=1C
Channel1.signal=1C Channel1.signal=1C
Channel2.signal=1B Channel2.signal=1C
Channel3.signal=1B Channel3.signal=1C
Channel4.signal=1B Channel4.signal=1C
Channel5.signal=1B Channel5.signal=1B
Channel6.signal=1B Channel6.signal=1B
Channel7.signal=1B Channel7.signal=1B