RFLink.GetEnergyPerBitToNoisePowerSpectralDensityRatio(Variable, String) Method

Top 

Description

Returns the calculated energy per bit to noise spectral density ratio (Eb/No) based on the input setting for the link. 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 millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Method Signature

RFLink.GetEnergyPerBitToNoisePowerSpectralDensityRatio(

Variable Epoch,


String SignalToNoiseRatioCalculationType)

 

 

Arguments

Epoch


Description:

The epoch at which to calculate the energy per bit to noise spectral density ratio (Eb/No).

 

 

SignalToNoiseRatioCalculationType


Description:

The type of signal to noise ratio (C/N) calculation type to use.

Valid Values:

Value

Label

"Calculated"

Calculated

"FromReceiver"

FromReceiver

 

 

 

 

Return Value

Type:

number

Units:

dB

 

 

Returns the value of the calculated energy per bit to noise spectral density ratio (Eb/No).

 

Syntax

myVariable1 = myRFLink1.GetEnergyPerBitToNoisePowerSpectralDensityRatio(myVariable2, myString1);

 

 

See also

RFLink Object

RFLink.GetEnergyPerBitToNoisePowerSpectralDensityRatio

Coverage and Contact Analysis Guide

RF Link Analysis Guide