DeprecatedConsts.hpp
Go to the documentation of this file.
1 //==============================================================================
2 //
3 // This file is part of GNSSTk, the ARL:UT GNSS Toolkit.
4 //
5 // The GNSSTk is free software; you can redistribute it and/or modify
6 // it under the terms of the GNU Lesser General Public License as published
7 // by the Free Software Foundation; either version 3.0 of the License, or
8 // any later version.
9 //
10 // The GNSSTk is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU Lesser General Public License for more details.
14 //
15 // You should have received a copy of the GNU Lesser General Public
16 // License along with GNSSTk; if not, write to the Free Software Foundation,
17 // Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
18 //
19 // This software was developed by Applied Research Laboratories at the
20 // University of Texas at Austin.
21 // Copyright 2004-2022, The Board of Regents of The University of Texas System
22 //
23 //==============================================================================
24 
25 //==============================================================================
26 //
27 // This software was developed by Applied Research Laboratories at the
28 // University of Texas at Austin, under contract to an agency or agencies
29 // within the U.S. Department of Defense. The U.S. Government retains all
30 // rights to use, duplicate, distribute, disclose, or release this software.
31 //
32 // Pursuant to DoD Directive 523024
33 //
34 // DISTRIBUTION STATEMENT A: This software has been approved for public
35 // release, distribution is unlimited.
36 //
37 //==============================================================================
38 
45 #ifndef GNSSTK_DEPRECATEDCONSTS_HPP
46 #define GNSSTK_DEPRECATEDCONSTS_HPP
47 
48 namespace gnsstk
49 {
51  const double L1_FREQ_GPS = 1575.42e6;
53  const double L2_FREQ_GPS = 1227.60e6;
55  const double L5_FREQ_GPS = 1176.45e6;
57  const double L1_WAVELENGTH_GPS = 0.190293672798;
59  const double L2_WAVELENGTH_GPS = 0.244210213425;
61  const double L5_WAVELENGTH_GPS = 0.254828049;
62  // GLO Frequency(Hz)
63  // f1 is 1602.0e6 + n*562.5e3 Hz = 9 * (178 + n*0.0625) MHz
64  // f2 1246.0e6 + n*437.5e3 Hz = 7 * (178 + n*0.0625) MHz
65  // where n is the time- and satellite-dependent 'frequency channel'
66  // -7 <= n <= 7
68  const double L1_FREQ_GLO = 1602.0e6;
70  const double L1_FREQ_STEP_GLO = 562.5e3;
72  const double L1_WAVELENGTH_GLO = 0.187136365793;
74  const double L2_FREQ_GLO = 1246.0e6;
76  const double L2_FREQ_STEP_GLO = 437.5e3;
78  const double L2_WAVELENGTH_GLO = 0.240603898876;
80  const double L3_FREQ_GLO = 1202.025e6;
82  const double L3_WAVELENGTH_GLO = 0.249406175412;
83  // ---------------- Galileo ----------------------------------
85  const double L1_FREQ_GAL = L1_FREQ_GPS;
87  const double L5_FREQ_GAL = L5_FREQ_GPS;
89  const double L6_FREQ_GAL = 1278.75e6;
91  const double L7_FREQ_GAL = 1207.140e6;
93  const double L8_FREQ_GAL = 1191.795e6;
94 
100  const double L6_WAVELENGTH_GAL = 0.234441805;
102  const double L7_WAVELENGTH_GAL = 0.24834937;
104  const double L8_WAVELENGTH_GAL = 0.251547001;
105 
106  // ---------------- Geostationary (SBAS) ---------------------
108  const double L1_FREQ_GEO = L1_FREQ_GPS;
110  const double L5_FREQ_GEO = L5_FREQ_GPS;
111 
116 
117  // ---------------- BeiDou ----------------------------------
119  const double L1_FREQ_BDS = 1561.098e6;
121  const double L2_FREQ_BDS = L7_FREQ_GAL;
123  const double L3_FREQ_BDS = 1268.52e6;
124 
126  const double L1_WAVELENGTH_BDS = 0.192039486310276;
130  const double L3_WAVELENGTH_BDS = 0.236332464604421;
131 
132  // ---------------- QZSS ----------------------------------
134  const double L1_FREQ_QZS = L1_FREQ_GPS;
136  const double L2_FREQ_QZS = L2_FREQ_GPS;
138  const double L5_FREQ_QZS = L5_FREQ_GPS;
140  const double L6_FREQ_QZS = L6_FREQ_GAL;
141 
150 }
151 
152 #endif // GNSSTK_DEPRECATEDCONSTS_HPP
gnsstk::L3_FREQ_GLO
const double L3_FREQ_GLO
GLO L3 carrier frequency in Hz.
Definition: DeprecatedConsts.hpp:80
gnsstk::L5_FREQ_GAL
const double L5_FREQ_GAL
GAL L5 (E5a) carrier frequency in Hz.
Definition: DeprecatedConsts.hpp:87
gnsstk::L2_FREQ_BDS
const double L2_FREQ_BDS
BDS L2 (B2) carrier frequency in Hz.
Definition: DeprecatedConsts.hpp:121
gnsstk::L1_FREQ_GAL
const double L1_FREQ_GAL
GAL L1 (E1) carrier frequency in Hz.
Definition: DeprecatedConsts.hpp:85
gnsstk::L5_WAVELENGTH_GPS
const double L5_WAVELENGTH_GPS
GPS L5 carrier wavelength in meters.
Definition: DeprecatedConsts.hpp:61
gnsstk::L1_FREQ_GPS
const double L1_FREQ_GPS
GPS L1 carrier frequency in Hz.
Definition: DeprecatedConsts.hpp:51
gnsstk::L2_FREQ_GLO
const double L2_FREQ_GLO
GLO L2 carrier base frequency in Hz.
Definition: DeprecatedConsts.hpp:74
gnsstk::L7_FREQ_GAL
const double L7_FREQ_GAL
GAL L7 (E5b) carrier frequency in Hz.
Definition: DeprecatedConsts.hpp:91
gnsstk
For Sinex::InputHistory.
Definition: BasicFramework.cpp:50
gnsstk::L5_FREQ_GEO
const double L5_FREQ_GEO
GEO L5 carrier frequency in Hz.
Definition: DeprecatedConsts.hpp:110
gnsstk::L5_WAVELENGTH_GAL
const double L5_WAVELENGTH_GAL
GAL L5 carrier wavelength in meters.
Definition: DeprecatedConsts.hpp:98
gnsstk::L2_WAVELENGTH_GPS
const double L2_WAVELENGTH_GPS
GPS L2 carrier wavelength in meters.
Definition: DeprecatedConsts.hpp:59
gnsstk::L3_WAVELENGTH_GLO
const double L3_WAVELENGTH_GLO
GLO L3 carrier wavelength in meters.
Definition: DeprecatedConsts.hpp:82
gnsstk::L1_WAVELENGTH_QZS
const double L1_WAVELENGTH_QZS
QZS L1 carrier wavelength in meters.
Definition: DeprecatedConsts.hpp:143
gnsstk::L2_FREQ_GPS
const double L2_FREQ_GPS
GPS L2 carrier frequency in Hz.
Definition: DeprecatedConsts.hpp:53
gnsstk::L8_WAVELENGTH_GAL
const double L8_WAVELENGTH_GAL
GAL L8 carrier wavelength in meters.
Definition: DeprecatedConsts.hpp:104
gnsstk::L2_FREQ_QZS
const double L2_FREQ_QZS
QZS L2 carrier frequency in Hz.
Definition: DeprecatedConsts.hpp:136
gnsstk::L2_WAVELENGTH_BDS
const double L2_WAVELENGTH_BDS
BDS L2 carrier wavelength in meters.
Definition: DeprecatedConsts.hpp:128
gnsstk::L1_WAVELENGTH_GEO
const double L1_WAVELENGTH_GEO
GEO L1 carrier wavelength in meters.
Definition: DeprecatedConsts.hpp:113
gnsstk::L5_FREQ_GPS
const double L5_FREQ_GPS
GPS L5 carrier frequency in Hz.
Definition: DeprecatedConsts.hpp:55
gnsstk::L2_WAVELENGTH_GLO
const double L2_WAVELENGTH_GLO
GLO L2 carrier wavelength in meters.
Definition: DeprecatedConsts.hpp:78
gnsstk::L6_FREQ_GAL
const double L6_FREQ_GAL
GAL L6 (E6) carrier frequency in Hz.
Definition: DeprecatedConsts.hpp:89
gnsstk::L1_FREQ_GEO
const double L1_FREQ_GEO
GEO L1 carrier frequency in Hz.
Definition: DeprecatedConsts.hpp:108
gnsstk::L3_FREQ_BDS
const double L3_FREQ_BDS
BDS L3 (B3) carrier frequency in Hz.
Definition: DeprecatedConsts.hpp:123
gnsstk::L5_FREQ_QZS
const double L5_FREQ_QZS
QZS L5 carrier frequency in Hz.
Definition: DeprecatedConsts.hpp:138
gnsstk::L2_FREQ_STEP_GLO
const double L2_FREQ_STEP_GLO
GLO L2 carrier frequency step size in Hz.
Definition: DeprecatedConsts.hpp:76
gnsstk::L1_FREQ_GLO
const double L1_FREQ_GLO
GLO L1 carrier base frequency in Hz.
Definition: DeprecatedConsts.hpp:68
gnsstk::L1_WAVELENGTH_GAL
const double L1_WAVELENGTH_GAL
GAL L1 carrier wavelength in meters.
Definition: DeprecatedConsts.hpp:96
gnsstk::L5_WAVELENGTH_QZS
const double L5_WAVELENGTH_QZS
QZS L5 carrier wavelength in meters.
Definition: DeprecatedConsts.hpp:147
gnsstk::L8_FREQ_GAL
const double L8_FREQ_GAL
GAL L8 (E5a+E5b) carrier frequency in Hz.
Definition: DeprecatedConsts.hpp:93
gnsstk::L6_WAVELENGTH_GAL
const double L6_WAVELENGTH_GAL
GAL L6 carrier wavelength in meters.
Definition: DeprecatedConsts.hpp:100
gnsstk::L1_WAVELENGTH_GLO
const double L1_WAVELENGTH_GLO
GLO L1 carrier wavelength in meters.
Definition: DeprecatedConsts.hpp:72
gnsstk::L2_WAVELENGTH_QZS
const double L2_WAVELENGTH_QZS
QZS L2 carrier wavelength in meters.
Definition: DeprecatedConsts.hpp:145
gnsstk::L3_WAVELENGTH_BDS
const double L3_WAVELENGTH_BDS
BDS L3 carrier wavelength in meters.
Definition: DeprecatedConsts.hpp:130
gnsstk::L1_FREQ_QZS
const double L1_FREQ_QZS
QZS L1 carrier frequency in Hz.
Definition: DeprecatedConsts.hpp:134
gnsstk::L1_WAVELENGTH_GPS
const double L1_WAVELENGTH_GPS
GPS L1 carrier wavelength in meters.
Definition: DeprecatedConsts.hpp:57
gnsstk::L1_FREQ_BDS
const double L1_FREQ_BDS
BDS L1 (B1) carrier frequency in Hz.
Definition: DeprecatedConsts.hpp:119
gnsstk::L6_FREQ_QZS
const double L6_FREQ_QZS
QZS LEX(6) carrier frequency in Hz.
Definition: DeprecatedConsts.hpp:140
gnsstk::L7_WAVELENGTH_GAL
const double L7_WAVELENGTH_GAL
GAL L7 carrier wavelength in meters.
Definition: DeprecatedConsts.hpp:102
gnsstk::L6_WAVELENGTH_QZS
const double L6_WAVELENGTH_QZS
QZS LEX(6) carrier wavelength in meters.
Definition: DeprecatedConsts.hpp:149
gnsstk::L1_FREQ_STEP_GLO
const double L1_FREQ_STEP_GLO
GLO L1 carrier frequency step size in Hz.
Definition: DeprecatedConsts.hpp:70
gnsstk::L1_WAVELENGTH_BDS
const double L1_WAVELENGTH_BDS
BDS L1 carrier wavelength in meters.
Definition: DeprecatedConsts.hpp:126
gnsstk::L5_WAVELENGTH_GEO
const double L5_WAVELENGTH_GEO
GEO L5 carrier wavelength in meters.
Definition: DeprecatedConsts.hpp:115


gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:38