public enum Frequency extends Enum<Frequency>
Enum Constant and Description |
---|
B01
Beidou B1 (1561.098 MHz).
|
B02
Beidou B2 (1207.14 MHz).
|
B03
Beidou B3 (1268.52 MHz).
|
B04
Beidou B1 (1575.42 MHz).
|
B05
Beidou B2a (1176.45 MHz).
|
B08
Beidou B2 (B2a + B2b) (1191.795MHz).
|
C01
In the ANTEX files, both C01 and C02 refer to Beidou B1 signal (1561.098 MHz).
|
C02
In the ANTEX files, both C01 and C02 refer to Beidou B1 signal (1561.098 MHz).
|
C06
In the ANTEX files, C06 appears without much reference, we assume it is B2 (1207.14 MHz).
|
C07
In the ANTEX files, C07 seems to refer to a signal close to E06, probably B3...
|
E01
Galileo, "E1" (1575.42 MHz).
|
E05
Galileo E5a (1176.45 MHz).
|
E06
Galileo E6 (1278.75 MHz).
|
E07
Galileo E5b (1207.14 MHz).
|
E08
Galileo E5 (E5a + E5b) (1191.795MHz).
|
G01
GPS L1 (1575.42 MHz).
|
G02
GPS L2 (1227.6 MHz).
|
G05
GPS L5 (1176.45 MHz).
|
I05
IRNSS L5.
|
I09
IRNSS S (2492.028 MHz).
|
J01
QZSS L1 (1575.42 MHz).
|
J02
QZSS L2 (1227.6 MHz).
|
J05
QZSS L5 (1176.45 MHz).
|
J06
QZSS LEX (1278.75 MHz).
|
R01
GLONASS, "G1" (1602 MHZ).
|
R02
GLONASS, "G2" (1246 MHz).
|
R03
GLONASS, "G3" (1202.025 MHz).
|
R04
GLONASS, "G1a" (1600.995 MHZ).
|
R06
GLONASS, "G2a" (1248.06 MHz).
|
S01
SBAS L1 (1575.42 MHz).
|
S05
SBAS L5 (1176.45 MHz).
|
Modifier and Type | Field and Description |
---|---|
static double |
F0
Common frequency F0 in MHz (10.23 MHz).
|
Modifier and Type | Method and Description |
---|---|
double |
getMHzFrequency()
Get the value of the frequency in MHz.
|
String |
getName()
Get the RINEX name for the frequency.
|
double |
getRatio()
Get the ratio f/f0, where
f0 is the common frequency. |
SatelliteSystem |
getSatelliteSystem()
Get the satellite system for which this frequency is defined.
|
double |
getWavelength()
Get the wavelength in meters.
|
static Frequency |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Frequency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Frequency G01
public static final Frequency G02
public static final Frequency G05
public static final Frequency R01
public static final Frequency R02
public static final Frequency R03
public static final Frequency R04
public static final Frequency R06
public static final Frequency E01
public static final Frequency E05
public static final Frequency E07
public static final Frequency E08
public static final Frequency E06
public static final Frequency C01
public static final Frequency C02
public static final Frequency C06
public static final Frequency C07
public static final Frequency B01
public static final Frequency B02
public static final Frequency B03
public static final Frequency B04
public static final Frequency B05
public static final Frequency B08
public static final Frequency J01
public static final Frequency J02
public static final Frequency J05
public static final Frequency J06
public static final Frequency I05
public static final Frequency I09
public static final Frequency S01
public static final Frequency S05
public static final double F0
public static Frequency[] values()
for (Frequency c : Frequency.values()) System.out.println(c);
public static Frequency valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getName()
public SatelliteSystem getSatelliteSystem()
public double getRatio()
f0
is the common frequency.f0
is the common frequencyF0
,
getMHzFrequency()
public double getMHzFrequency()
F0
,
getRatio()
,
getWavelength()
public double getWavelength()
getMHzFrequency()
Copyright © 2002-2022 CS GROUP. All rights reserved.