RFmxSpecAnMXDpdModel Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the DPD model used by the DPD measurement.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXDpdModel
Members
| Name | Value | Description |
|---|---|---|
| LookupTable | 0 | This model computes the complex gain coefficients applied when 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. |
| DecomposedVectorRotation | 3 | This model computes the Decomposed Vector Rotation model predistortion coefficients used to linearize wideband systems with significant memory effects. |