Contenido principal

SBAS Navigation Data (RINEX v3)

R2026b

This table shows the format of the SBAS navigation data field SBAS for RINEX version 3 returned in the output argument data from the rinexread function.

If the navigation data contains SBAS data, it is returned in the field data.SBAS.

FieldData TypeDescription

Time

datetime

SBAS clock time

SatelliteID

double

Satellite system (S) number

SVClockBias

doubleSV clock bias (s)

SVFrequencyBias

doubleSV relative frequency bias (Hz)

TransmissionTime

double

Transmission time of the message (seconds of the GPS week)

PositionX

doubleSatellite position X (km)

VelocityX

doubleSatellite velocity along the X-axis (km/s)

AccelerationX

doubleSatellite acceleration in X due to luni-solar perturbations (km/s²)
Health double Health. See RINEX 3.05 Standard section 5.4.4 for health, health availability, and User Range Accuracy.

PositionY

doubleSatellite position Y (km)

VelocityY

doubleSatellite velocity along the Y-axis (km/s)

AccelerationY

doubleSatellite acceleration in Y due to luni-solar perturbations (km/s²)
AccuracyCode double Accuracy code (URA, m)

PositionZ

doubleSatellite position Z (km)

VelocityZ

doubleSatellite velocity along the Z-axis (km/s)

AccelerationZ

doubleSatellite acceleration in Z due to luni-solar perturbations (km/s²)
IODN double Issue of Data, Navigation (See reference RTCA DO-229, 8 first bits after Message Type if MT9)

See Also