Click or drag to resize

ScalarGpsCommunicationsReceiverChannelNoise Constructor (GpsReceiver, Int32)

Generates GPS receiver noise based on the communications signals it's tracking. Calculates noise for single or dual frequency receivers.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Navigation.Advanced (in AGI.Foundation.Navigation.Advanced.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarGpsCommunicationsReceiverChannelNoise(
	GpsReceiver receiver,
	int gpsSatellitePrn
)

Parameters

receiver
Type: AGI.Foundation.NavigationGpsReceiver
The GPS receiver containing a GpsCommunicationsFrontEnd.
gpsSatellitePrn
Type: SystemInt32
The PRN value of the satellite for which Scalar noise is desired.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when receiver is .
ArgumentException Thrown when the GpsReceiver does not have a GpsCommunicationsFrontEnd as its Antenna.
ArgumentOutOfRangeException Thrown when no signals are found for the given PRN.
See Also