Specifies whether the measurement needs to perform equalization.

Syntax

Namespace: NationalInstruments.RFmx.DemodMX

public enum RFmxDemodMXDDemodEqualizerMode

Members

NameValueDescription
Off0

Equalization is not performed.

Train1

The adaptive feedforward equalizer is turned ON to compensate for the effect of the channel. You can set the initial coefficients to be used by the equalizer. If you do not specify the initial coefficients, an impulse is used.

Hold2

The filter that you specify using the NationalInstruments.RFmx.DemodMX.RFmxDemodMXDDemodConfiguration.ConfigureEqualizerInitialCoefficients(string,double,double,NationalInstruments.ComplexSingle[]) method is used as the channel filter, and is applied before demodulating the acquired signal.