GetEqualizerInitialCoefficients(string, out double, out double, ref ComplexSingle[])
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| x0 | out double | This parameter always returns 0. |
| dx | out 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 | ref 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.