RFmx Demod DotNET

Table of Contents

RFmxDemodMXDDemodConfiguration.ConfigureEqualizerInitialCoefficients Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxDemodMXDDemodConfiguration.ConfigureEqualizerInitialCoefficients Method

RFmxDemodMXDDemodConfigurationConfigureEqualizerInitialCoefficients Method

Configures the equalizer coefficients.

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

Syntax

public int ConfigureEqualizerInitialCoefficients(
	string selectorString,
	double x0,
	double dx,
	ComplexSingle[] equalizerInitialCoefficients
)
Public Function ConfigureEqualizerInitialCoefficients ( 
	selectorString As String,
	x0 As Double,
	dx As Double,
	equalizerInitialCoefficients As ComplexSingle()
) As Integer

Parameters

selectorString  String
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
x0  Double
Always pass 0 to this parameter. Any other values will be ignored.
dx  Double
Specifies 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.
equalizerInitialCoefficients  ComplexSingle

[Missing <param name="equalizerInitialCoefficients"/> documentation for "M:NationalInstruments.RFmx.DemodMX.RFmxDemodMXDDemodConfiguration.ConfigureEqualizerInitialCoefficients(System.String,System.Double,System.Double,NationalInstruments.ComplexSingle[])"]

Return Value

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

Remarks

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

See Also

Log in to get a better experience