Gets the correlation of the received signal with the reference signal normalized by the signal power. The value of Rho is between 0 and 1.0, inclusive. A value of 1.0 indicates that the received signal and the reference signal are perfectly correlated.

Syntax

Namespace: NationalInstruments.RFmx.Cdma2kMX

public int GetRho(string selectorString, out double value)

Remarks

This method gets the value of ModAccResultsRho attribute.

Parameters

NameTypeDescription
selectorStringstring

Specifies the result name.
Example: ""
"result::r1"
You can use the BuildResultString(string) method to build the selectorString.

valueout double

Upon return, contains the correlation of the received signal with the reference signal normalized by the signal power. The value of Rho is between 0 and 1.0, inclusive. A value of 1.0 indicates that the received signal and the reference signal are perfectly correlated.

Returns

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