RFmxSpecAnMXIdpdEqualizerMode Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies whether to enable equalization.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXIdpdEqualizerMode
Members
| Name | Value | Description |
|---|---|---|
| Off | 0 | Equalization filter is not applied. |
| Train | 1 | Train Equalization filter. The filter length is obtained from the IDPD Equalizer Filter Length method. |
| Hold | 2 | The NationalInstruments.RFmx.SpecAnMX.RFmxSpecAnMXIdpdConfiguration.ConfigureEqualizerCoefficients(string,double,double,NationalInstruments.ComplexSingle[]) function specifies the filter that acts as the equalization filter. This filter is applied prior to calculating the predistorted waveform. |