OpticalLink.ComputeBERFromSNR(Variable) Method

Top 

Description

Uses the OpticalLink ModulationType property to convert an SNR to a bit error rate.

 

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

OpticalLink.ComputeBERFromSNR(

Variable signalToNoiseRatio)

 

 

Arguments

signalToNoiseRatio


Description:

The signal-to-noise ratio (SNR).

Units:

dB

 

 

 

Return Value

Type:

number

 

 

The value of the computed bit error rate.

 

Syntax

myVariable1 = myOpticalLink1.ComputeBERFromSNR(myVariable2);

 

 

See also

OpticalLink Object