Gets the equalizer initial coefficients.

Syntax

Namespace: NationalInstruments.RFmx.DemodMX

public int GetEqualizerInitialCoefficients(string selectorString, out double x0, out double dx, ref ComplexSingle[] equalizerInitialCoefficients)

Remarks

This method maps to the RFmxDemod_DDemodGetEqualizerInitialCoefficients() function in C.

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

x0out double

This parameter always returns 0.

dxout double

Upon return, contains the spacing between the coefficients as a fraction of the symbol spacing. For example, if four coefficients correspond to one symbol, the spacing is 1/4.

equalizerInitialCoefficientsref ComplexSingle[]

Upon return, contains the equalizer initial coefficients.

Returns

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