RFmxSpecAnMXDpdMemoryPolynomialOrderType Enumeration
- Updated2025-10-13
- 1 minute(s) read
Configures the type of terms of the DPD polynomial when you set the RFmxSpecAnMXDpdModel to MemoryPolynomial or GeneralizedMemoryPolynomial.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXDpdMemoryPolynomialOrderType
Members
| Name | Value | Description |
|---|---|---|
| AllOrders | 0 | The memory polynomial will compute all the terms for the given order. |
| OddOrdersOnly | 1 | The memory polynomial will compute the non-zero coefficients only for the odd terms. |
| EvenOrdersOnly | 2 | The memory polynomial will compute the non-zero coefficents only for the first linear term and all even terms. |