RFmx CDMA2K DotNET

Table of Contents

RFmxCdma2kMXModAccResults.GetPeakCde Method

  • Updated2024-07-17
  • 2 minute(s) read
RFmxCdma2kMXModAccResults.GetPeakCde Method

RFmxCdma2kMXModAccResultsGetPeakCde Method

Gets the maximum value among the code domain errors (CDEs). This value is expressed in dB. The CDEs are computed by projecting the descrambled error vector onto the code domain at a specific spreading factor. The CDE for every code with a specific spreading factor is defined as the ratio of the mean power of the projection onto that code to the mean power of the composite reference waveform. A fixed spreading factor of 16 is used. The CDEs are computed separately for I and Q branches.

Namespace: NationalInstruments.RFmx.Cdma2kMX
Assembly: NationalInstruments.RFmx.Cdma2kMX.Fx40 (in NationalInstruments.RFmx.Cdma2kMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public int GetPeakCde(
	string selectorString,
	out double value
)
Public Function GetPeakCde ( 
	selectorString As String,
	<OutAttribute> ByRef value As Double
) As Integer

Parameters

selectorString  String
Specifies the result name.
Example: ""

"result::r1"

You can use the BuildResultString(String) method to build the selectorString.
value  Double
Upon return, contains the maximum value among the code domain errors (CDEs). This value is expressed in dB. The CDEs are computed by projecting the descrambled error vector onto the code domain at a specific spreading factor. The CDE for every code with a specific spreading factor is defined as the ratio of the mean power of the projection onto that code to the mean power of the composite reference waveform. A fixed spreading factor of 16 is used. The CDEs are computed separately for I and Q branches.

Return Value

Int32
Returns the status code of this method. The status code either indicates success or describes a warning condition.

Remarks

This method gets the value of ModAccResultsPeakCde attribute.

See Also

Log in to get a better experience