mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 20:20:35 +00:00
Fixed some errors and typos
This commit is contained in:
parent
1935e46950
commit
ff7affb666
@ -4,7 +4,7 @@
|
|||||||
* Galileo E5b data and pilot Signals
|
* Galileo E5b data and pilot Signals
|
||||||
* \author Piyush Gupta, 2020. piyush04111999@gmail.com
|
* \author Piyush Gupta, 2020. piyush04111999@gmail.com
|
||||||
* \note Code added as part of GSoC 2020 program.
|
* \note Code added as part of GSoC 2020 program.
|
||||||
|
*
|
||||||
* -------------------------------------------------------------------------
|
* -------------------------------------------------------------------------
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors)
|
* Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors)
|
||||||
|
@ -40,6 +40,8 @@ const int32_t GALILEO_E5B_I_SECONDARY_CODE_LENGTH = 4; //!< Galileo E5b-I sec
|
|||||||
const int32_t GALILEO_E5B_Q_SECONDARY_CODE_LENGTH = 100; //!< Galileo E5b-Q secondary code length [chips]
|
const int32_t GALILEO_E5B_Q_SECONDARY_CODE_LENGTH = 100; //!< Galileo E5b-Q secondary code length [chips]
|
||||||
const int32_t GALILEO_E5B_SYMBOL_RATE_BPS = 250; //!< Galileo E5b symbol rate [bits/second]
|
const int32_t GALILEO_E5B_SYMBOL_RATE_BPS = 250; //!< Galileo E5b symbol rate [bits/second]
|
||||||
const int32_t GALILEO_E5B_NUMBER_OF_CODES = 50;
|
const int32_t GALILEO_E5B_NUMBER_OF_CODES = 50;
|
||||||
|
const double GALILEO_E5B_CODE_PERIOD_S = 0.001; //!< Galileo E1 primary code period [s]
|
||||||
|
const int32_t GALILEO_E5B_CODE_PERIOD_MS = 1; //!< Galileo E1 primary code period [ms]
|
||||||
|
|
||||||
|
|
||||||
// OBSERVABLE HISTORY DEEP FOR INTERPOLATION
|
// OBSERVABLE HISTORY DEEP FOR INTERPOLATION
|
||||||
|
Loading…
Reference in New Issue
Block a user