The present invention will become more fully understood from the detailed description given herein below and the accompanying drawings, wherein like elements are represented by like reference numerals, which are given by way of illustration only and thus are not limiting of the present invention and wherein:
The present invention provides methodologies for reducing the computation complexity of the pre-distorting operation discussed in detail above. To better understand the methodologies of the present invention, the operations for complex and scalar multiplications will be reviewed, and then the methodologies of the present invention will be described by examining the correlation matrix and the cross-correlation vector.
The basic operation to construct a correlation matrix is repeatedly multiplying two complex numbers and adding the result to accumulators. With the direct approach, each complex-complex multiplication requires 4 multiplications and 2 additions. An example of this is shown below:
(a+ib)·(c+id)=(a·c−b·d)+i(a·c+b·d)
Using this example, the distortion model will be analyzed and the scalar terms in the correlation matrix and cross-correlation vector identified. The general complex-complex multiplications will then be converted to scalar-complex multiplications or scalar-scalar multiplications according to methodologies of the present invention to reduce the computation complexity. The following are some guidelines:
Table 4 below summarizes the complexity of different multiplications:
Reducing the computation complexity for determining the correlation matrix will be discussed first. The correlation matrix includes two types of blocks: Type 1 or diagonal blocks, and Type 2 or off-diagonal blocks.
The correlation matrix has L=6 diagonal blocks. Without loss of generality, handling the first diagonal block R1,1(n) will be described in detail and handling of the other diagonal blocks will be readily understood from this discussion. It will be shown that the K·K=25 elements in diagonal block R1,1(n) are real-valued and can be represented by 9 polynomial terms.
Letting a=|x(n)|, we have:
Diagonal block R1,1(n) is the auto-correlation block of x(n) and includes real valued elements as shown below:
Therefore, there are only 9 distinct real values {a2, a3, a4, . . . , a9 and a10} in the block. These polynomial terms can be obtained sequentially. Using these properties the computation complexity may be reduced.
The following is the procedure performed at the weight estimator 12 according to an embodiment of the present invention to compute the elements in diagonal block R1,1(n):
The computation complexity, excluding the square-root operation, is summarized below in table 5. The baseline given in this and other tables is for the prior art methodology discussed in detail in the Background of the Invention section:
Without loss of generality, handling of off-diagonal block R1,2(n) will be described in detail, and the handling of other off-diagonal blocks will be readily apparent from this discussion. Letting a=|x(n)| and b=|x(n−1)|, we have:
The off-diagonal block becomes:
Therefore, the only complex-complex multiplication that is computed is the first element x(n)·x*(n−1) in the block. The rest of the terms may be obtained sequentially using scalar-complex multiplications.
The following is the procedure the weight estimator 12 performs according to an embodiment of the present invention to compute elements in the off-diagonal block R1,2(n):
The computation complexity is summarized below in table 6 below:
The magnitude b=|x(n−1)| may be computed and stored at the weight estimator 12 while computing diagonal block R1,1(n−1) at time n−1. Accordingly, there is no need to repeat the square-root operation.
The following tables summarize the reduction in computation complexity for the improved algorithm. If we compute the 465 elements in the upper triangular correlation matrix according to the symmetry property, the complexity reduction is summarized in the following table:
If we compute only the 140 elements in the top block row of the correlation matrix according to the delayed version property, the complexity reduction is summarized in the following table:
Next, reducing the computation complexity for determining the cross correlation vector will be described.
The cross correlation vector at time n is:
Let a1=|x(n−l)|, 0≦l≦5, then each cross correlation vector block d(n)·x(n−l) may be expressed as:
Within this block, complex-complex multiplication is used once to compute d(n)·x(n−l), and the remaining 4 elements are obtained, sequentially, by multiplying the previous element by a1, using scalar-complex multiplication. Note that a1, 0≦l≦5 may be computed and stored before and does not need to be computed again.
The following is the procedure performed by the weight estimator 12 according to an example embodiment of the present invention to compute the cross-correlation vector:
The computation complexity is summarized below in table 7:
Next, cross-polynomial terms will be considered, and it will be shown that the same techniques of the present invention may be used to reduce computation complexity. Cross-polynomial terms account for correlation between polynomial terms from different delay times, and may improve the effectiveness of the distortion modeling.
Consider the products |x(n−m)|2x(n) and |x(n−m)|4x(n), 1≦m≦12, which are the cross product between a current sample and a magnitude-polynomial at a different sample time. Let bm2=|x(n−m)|2 and bm4=|x(n−m)|4. Two cross term vectors y(n) and z(n) may be defined as:
The cross term vectors y(n) and z(n) are appended to the concatenated amplifier output signal vector u(n) as shown below:
Note that with the cross terms, there are M=KL+12+12=54 elements in the input signal vector u(n). This assumes that bm2 and bm4 were computed and stored by the weight estimator 12 while computing diagonal block R1,1(n−m) at time n−m for m=1, 2, . . . , 12. It is also assumed that a2=|x(n)|2 was already computed and stored for use by the weight estimator 12.
Reducing the computation complexity for determining the correlation matrix including cross polynomial terms will now be described. The expanded correlation matrix becomes:
It will be appreciated that each block Ri,j(n) for i=1, . . . , 6 and j=1, . . . , 6 is a 5×5 matrix and cross-polynomial terms were not included in the vector u(n) as discussed above. Accordingly, these Type 1 and Type 2 blocks may be computed as discussed above, and only the computation of the blocks in the last two row and last two columns will be described in detail. The last two columns and last two rows have different sizes than the first 36 blocks. For example, diagonal blocks R7,7(n) and R8,8(n) are 12×12 matrices, and off-diagonal blocks R1,7(n) and R1,8(n) are 5×12 matrices.
From the symmetry property, only the upper triangular blocks within the last two columns need to be considered. These 15 blocks can be grouped into 4 further types where the blocks in each type have the same structure as set forth in table 8 below (it will be recalled that block Types 1 and 2 were discussed above):
Consider block R1,7(n) shown below:
The following is the procedure performed at the weight estimator 12 according to an embodiment of the present invention to compute the elements in block R1,7(n):
The computation complexity is summarized below in table 9:
Consider block R2,7(n) where a1=|x(n−1)| shown below:
Hence, only one complex-complex multiplication is computed for all 60 elements. The following is the procedure performed by the weight estimator 12 to compute the elements in block R2,7(n):
The computation complexity is summarized below in table 10:
Consider block R7,7(n) shown below:
All elements in the block are real valued. From the symmetry property, only the 78(=12·13/2) upper triangle elements need to be computed. For each of these elements, the term bi2·bj2·a2 is computed, which requires 2 scalar-scalar multiplications. The computation complexity is summarized below in table 11:
Consider block R7,8 shown below:
All 144 elements in the block are real valued. For each of these elements, the term bi2·bj4·a2 is computed, which requires 2 scalar-scalar multiplications. The computation complexity is summarized below in table 12:
The section will summarize the reduction in computation complexity, in the correlation matrix, for the improved methodology with cross terms. There are 1485(=54*55/2) elements in the upper triangular correlation matrix. The complexity is summarized below in table 13:
Next, reducing the computation complexity for determining the cross correlation vector will be described. The cross correlation vector at time n is:
For 0≦l≦5, the computation of each cross correlation vector block d(n)·x(n−l) was discussed in detail above. Accordingly, on the computation of the cross correlation vector blocks with cross term will be described in detail.
First d(n)·y(n) is computed, and then is used to compute d(n)·z(n). To compute d(n)·y(n), a complex-complex multiplication is used once to compute d(n)·x(n). Then, the elements b12·d(n)·x(n) and b12·b12·d(n)·x(n) for 1≦l≦12 are obtained using scalar-complex multiplication.
The following is the sequence performed by the weight estimator 12 according to an embodiment of the present invention to compute the cross-correlation vector for y(n) and z(n) sections:
The computation complexity is summarized below in table 14:
The present invention provides methodologies to reduce the computation complexity for digital pre-distortion. As demonstrated above, more than half the correlation computation may be reduced.
The invention being thus described, it will be obvious that the same may be varied in many ways. For example, while mentioned as applicable to digital pre-distortion for RF amplifiers, the present invention is also application to pre-distortion for other types of amplifiers. Furthermore, the computation reduction techniques discussed above for the different types of blocks and cross correlation vectors may be used together or may be used independently of each other. In other words, the computation reduction technique for only one type of block may be used. Such variations are not to be regarded as a departure from the invention, and all such modifications are intended to be included within the scope of the invention.