Click or drag to resize

RinexObservationSatRecordSignalStrengths Property

Gets or sets the array of signal strengths pertaining to each observation SignalStrengths[3] is the strength of the signal used to get the value observations[3] Each signal strength value is defined as: 1: minimum possible signal strength 5: threshold for good S/N ratio 9: maximum possible signal strength 0: not known/don't care.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IList<int> SignalStrengths { get; set; }

Property Value

Type: IListInt32
See Also