RFmxDemodMXDDemodEqualizerMode Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies whether the measurement needs to perform equalization.
Syntax
Namespace: NationalInstruments.RFmx.DemodMX
public enum RFmxDemodMXDDemodEqualizerMode
Members
| Name | Value | Description |
|---|---|---|
| Off | 0 | Equalization is not performed. |
| Train | 1 | 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. |
| Hold | 2 | 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. |