GnssMeasurement.Cn0DbHz Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Carrier-to-noise density in dB-Hz.
public double Cn0DbHz { [Android.Runtime.Register("getCn0DbHz", "()D", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getCn0DbHz", "()D", "", ApiSince=24)>]
member this.Cn0DbHz : double
Property Value
- Attributes
Remarks
Gets the Carrier-to-noise density in dB-Hz.
Typical range: 10-50 dB-Hz. The range of possible 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 antenna input.
Java documentation for android.location.GnssMeasurement.getCn0DbHz()
.
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.