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

NameValueDescription
AllOrders0

The memory polynomial will compute all the terms for the given order.

OddOrdersOnly1

The memory polynomial will compute the non-zero coefficients only for the odd terms.

EvenOrdersOnly2

The memory polynomial will compute the non-zero coefficents only for the first linear term and all even terms.