GnssMeasurement.BasebandCn0DbHz Property

Definition

Gets the baseband carrier-to-noise density in dB-Hz.

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

Property Value

Attributes

Remarks

Gets the baseband carrier-to-noise density in dB-Hz.

Typical range: 10-50 dB-Hz. The range of possible baseband C/N0 values is 0-63 dB-Hz to handle some edge cases.

The value contains the measured C/N0 for the signal at the baseband. This is typically a few dB weaker than the value estimated for C/N0 at the antenna port, which is reported in #getCn0DbHz().

Java documentation for android.location.GnssMeasurement.getBasebandCn0DbHz().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to