New Version of my DPD Matlab Library Available

I released a new version of my DPD library for Matlab yesterday. You can find the source code here. This software can enable you to easily add DPD to any of your Matlab based wireless prototyping.

This new version now supports the Generalized Memory Polynomial (GMP). This is a more expressive model than the standard memory polynomial. The extra memory effects captured in this model are especially helpful for signals with larger bandwidth such as what we see in 5G NR.

The GMP is shown below.

\begin{align} y_{GMP}(n) = & \sum_{p \in P_a} \sum_{m \in M_a} a_{pm} x(n-m) \left| x(n-m) \right|^{p-1} + \\ & \sum_{p \in P_b} \sum_{m \in M_b} \sum_{l \in L_b} b_{pm} x(n-m) \left| x(n-m-l) \right|^{p-1} + \\ & \sum_{p \in P_c} \sum_{m \in M_c} \sum_{l \in L_c} c_{pm} x(n-m) \left| x(n-m+l) \right|^{p-1} \end{align}

Here, the 1st line is the standard memory polynomial. The second two lines are the ones added to create the GMP. A delay of $l$ samples is inserted between the signal and the exponential envelope.

An example using this is shown at the top of this page. Here, the green is an 11th order memory polynomial with 4 memory taps. The blue is an 11th order GMP with 4 memory taps and a lag/lead factor of 1. We see that it offers slightly more surpression of the adjacent channel leakage than the MP. This test was performed using RFWebLab which provides a PA with a Matlab API.

To download the package, see the repository on my GitHub here. This can be used by simply including the ILA_DPD.m file in your project. This provides a DPD class. See the example.m script for an example of using it.

If you use this package in your work, please cite it. My recommened citation is below:

@misc{TarverILADPD,
  author       = {Tarver, Chance},
  title        = {GMP DPD Using Indirect Learning Architecture Matlab Library},
  month        = sep,
  year         = 2019,
  doi          = {10.5281/zenodo.3463608 },
}
Chance Tarver
Chance Tarver
Staff Research Engineer for Wireless Systems