RFmx Demod DotNET

Table of Contents

RFmxDemodMXDDemodConfiguration.GetEqualizerInitialCoefficients Method

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

RFmxDemodMXDDemodConfigurationGetEqualizerInitialCoefficients Method

Gets the equalizer initial 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 GetEqualizerInitialCoefficients(
	string selectorString,
	out double x0,
	out double dx,
	ref ComplexSingle[] equalizerInitialCoefficients
)
Public Function GetEqualizerInitialCoefficients ( 
	selectorString As String,
	<OutAttribute> ByRef x0 As Double,
	<OutAttribute> ByRef dx As Double,
	ByRef 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
This parameter always returns 0.
dx  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.
equalizerInitialCoefficients  ComplexSingle

[Missing <param name="equalizerInitialCoefficients"/> documentation for "M:NationalInstruments.RFmx.DemodMX.RFmxDemodMXDDemodConfiguration.GetEqualizerInitialCoefficients(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_DDemodGetEqualizerInitialCoefficients() function in C.

See Also

Log in to get a better experience