RFLink.GetSignalToNoiseRatio(TimeSpan, Variable) Method

Top 

Description

Returns the signal to noise ratio (C/N) for the power in dB. This solution is based on the solution from ComputeReceivedPower if the second argument is Calculated, comes from the provided receiver desired received power if the second argument is FromReceiver, and is calculated from the gain to noise temperature ratio (G/T) if the second argument is a numeric value.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

RFLink.GetSignalToNoiseRatio(

TimeSpan Epoch,


Variable GainToNoiseTemperatureRatio)

 

 

Arguments

Epoch


Description:

The epoch at which to calculate the singal to noise ratio.

 

 

GainToNoiseTemperatureRatio


Description:

The gain to noise temperature ratio (G/T) of the link in dB/K.

Units:

dB/K

 

 

 

Return Value

Type:

number

Units:

dB

 

 

Returns the value of the calculated signal to noise ratio (C/N).

 

Syntax

myVariable1 = myRFLink1.GetSignalToNoiseRatio(myTimeSpan1, myVariable2);

 

 

See also

RFLink Object

RFLink.GetSignalToNoiseRatio

Coverage and Contact Analysis Guide

RF Link Analysis Guide