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: 25.1.421.0 (25.1.421.0)
Syntax
public ScalarGpsCommunicationsReceiverChannelNoise(
	GpsReceiver receiver,
	int gpsSatellitePrn
)

Parameters

receiver
Type: AGI.Foundation.Navigation.GpsReceiver
The GPS receiver containing a GpsCommunicationsFrontEnd.
gpsSatellitePrn
Type: System.Int32
The PRN value of the satellite for which Scalar noise is desired.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when receiver is null.
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