GnssMeasurement.FullInterSignalBiasNanos 属性

定义

获取 GNSS 度量的信号间偏差(以纳秒为单位,其精度为次纳秒)。

public double FullInterSignalBiasNanos { [Android.Runtime.Register("getFullInterSignalBiasNanos", "()D", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getFullInterSignalBiasNanos", "()D", "", ApiSince=30)>]
member this.FullInterSignalBiasNanos : double

属性值

属性

注解

获取 GNSS 度量的信号间偏差(以纳秒为单位,其精度为次纳秒)。

此值是估计接收器端和空格段端系统间偏差、频率间偏差和代码间偏差的总和,包括:

<ul>li Receiver inter-constellation bias (与 GnssClock#getReferenceConstellationTypeForIsb()中的><>星座(与 {@link Gnss 中的运营商频率有关)< Clock#getReferenceConstellationTypeForIsb()</li<>>receiver inter-code bias(与 {@link GnssClock#getReferenceConstellationTypeForIsb())</li li li>><><主时钟偏差(例如,GPS-GAL 时间偏移量(GGTO)、GPS-UTC 时间偏移量(TauGps)、BDS-GLO 时间偏移量(BGTO)(与 {@link GnssClock#getReferenceConstellationTypeForIsb())</li li><>Group delay(例如, 组总延迟(TGD)</li li><>Satellite inter-frequency bias (仅 GLO) (与 {@link GnssClock#getReferenceConstellationTypeForIsb())</li li li><>卫星代码间偏差(例如差异代码偏差(DCB)(与 {@link GnssClock#getReferenceConstellationTypeForIsb()/<li></ul 中的代码类型有关>

<p>如果在提供的 {@link GnssMeasurement#getReceivedSvTimeNanos> 中已补偿上述组件,则它不得包含在报告的完整 ISB 中。

该值不包括频率间电离偏差。

值的符号由以下公式定义:

corrected pseudorange = raw pseudorange - FullInterSignalBiasNanos

仅当值为 true#hasFullInterSignalBiasNanos(),该值才可用。

适用于 . 的 android.location.GnssMeasurement.getFullInterSignalBiasNanos()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于