RFmxSpecAnMXDpdApplyDpdUserDpdModel Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the DPD model for applying DPD when you set the SetConfigurationInput(string, RFmxSpecAnMXDpdApplyDpdConfigurationInput) method to User.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXDpdApplyDpdUserDpdModel
Members
| Name | Value | Description |
|---|---|---|
| LookupTable | 0 | This model computes the complex gain coefficients applied while performing digital predistortion to linearize systems with negligible memory effects. |
| MemoryPolynomial | 1 | This model computes the memory polynomial predistortion coefficients used to linearize systems with moderate memory effects. |
| GeneralizedMemoryPolynomial | 2 | This model computes the generalized memory polynomial predistortion coefficients used to linearize systems with significant memory effects. |