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.2.419.0 (24.2.419.0)
Syntax public ScalarGpsCommunicationsReceiverChannelNoise(
GpsReceiver receiver,
int gpsSatellitePrn
)
Public Sub New (
receiver As GpsReceiver,
gpsSatellitePrn As Integer
)
public:
ScalarGpsCommunicationsReceiverChannelNoise(
GpsReceiver^ receiver,
int gpsSatellitePrn
)
new :
receiver : GpsReceiver *
gpsSatellitePrn : int -> ScalarGpsCommunicationsReceiverChannelNoise
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 See Also