OpticalLinkReceiver.ComputeSNRForReceivedPower(Variable, Variable) Method

Top 

Description

Determines the optical receiver SNR in dB according to the ReceiverType property and a given received power. All receiver types use a bandwidth derived via the OpticalLink BitRate and ModulationType properties.

 

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

OpticalLinkReceiver.ComputeSNRForReceivedPower(

Variable epoch,


Variable power)

 

 

Arguments

epoch


Description:

The epoch at which to calculate optical receiver SNR.

 

 

power


Description:

The received power.

Units:

dBm

 

 

 

Return Value

Type:

number

 

 

The value of the computed SNR for the provided incident power at the receiver.

 

Syntax

myVariable1 = myOpticalLinkReceiver1.ComputeSNRForReceivedPower(myVariable2, myVariable3);

 

 

See also

OpticalLinkReceiver Object