Method of inverting nearly Toeplitz or block Toeplitz matrices
The present invention relates generally to radio telecommunication networks. More particularly, and not by way of limitation, the present invention is directed to an efficient method of inverting nearly Toeplitz or block Toeplitz matrices in adaptive wireless receivers. The ability to adapt to different propagation and interference conditions is highly important in modern wireless receivers. In a typical adaptive receiver, various parameters that characterize the current communication link conditions, such as channel response and interference statistics, are often estimated over a limited number of received signal samples. The core of such estimation processes often requires the inversion of matrices that have approximately Toeplitz or block Toeplitz forms. A Toeplitz matrix is any n×n matrix with values constant along each top-left-to-lower-right diagonal. More precisely, if T is a Toeplitz matrix, then the element in the i-th row and the j-th column, for any i and j, can be expressed as [Tij]=a(i-j) for some scalar function, a(k), where k is an integer, as shown below: An exemplary use of nearly Toeplitz or block Toeplitz matrices is found in equalizers that address the problem of multipath fading of wireless channels. Multipath fading is a key phenomenon that makes reliable transmission difficult in a wireless communication system, and is typically caused by reflections of the transmitted radio signal from numerous local scattering objects situated around the receiver. Not only is such multi-path fading time-varying, but it also causes intersymbol interference (ISI) at the receiver. To mitigate the detrimental effect of ISI, a wireless receiver typically uses an equalizer. One of the best and most popular equalization method is the maximum-likelihood sequence estimation (MLSE). To operate properly, an MLSE equalizer requires an accurate estimate of the wireless channel. Because of the time-varying nature of the fading channel, the channel estimate often needs to be updated periodically. The least-squares (LS) method is one of the most commonly used methods of channel estimation. To compute an LS channel estimate, it is known that the inversion of so-called Fisher information, which is a matrix that is nearly, but not exactly Toeplitz, is required. (See, Crozier, S. N. et. al., “Least sum of squared errors (LSSE) channel estimation,” Although an MLSE equalizer can provide excellent performance in terms of reducing the overall bit error rates, its complexity of implementation grows exponentially with the length of the channel estimate. Consequently, in situations where the channel response is relatively long, a reduced complexity equalizer, such as the decision-feedback equalizer (DFE) is often used instead. A DFE equalizer demodulates the transmitted symbols sequentially one after another and uses the demodulated symbols of previous time instants to estimate the effect of ISI that these previous symbols cause at the next time instant. In order to improve the estimate of ISI, a prefilter is often used before a DFE equalizer to transform the effective channel response so that most of the energy of the resulting channel response, after prefiltering, is concentrated in the front-most channel tap. Since the original channel response may vary with time, the prefilter also needs to be computed periodically. One of the most commonly used prefilters is the minimum-mean-squared-error (MMSE) prefilter. To compute an MMSE prefilter, the receiver needs to invert a nearly Toeplitz matrix that depends on the channel response as well as the variance of noise in the received signal. (See, Proakis, John G., For yet another example, consider a high-capacity cellular communication network where radio frequencies are being reused in different geographical areas within close proximity. In such a network, mutual interference among users occupying the same radio channel is often a major source of signal disturbance. Thus, mobile receivers that are capable of suppressing interference are highly desirable. A simple and effective method of suppressing interference is to model the interference as colored noise and to attempt to whiten the noise using a linear predictive filter, commonly referred to as a whitening filter. The whitening filter flattens the frequency spectrum of the noise (or “whitens” the noise) by subtracting from it the portion that is predictable using estimates of noise samples from previous time instants. Through this whitening process, the noise power is reduced. Since the spectrum of the interference typically varies with time, the receiver often needs to adaptively compute such a whitening filter based on the received signal. A popular and effective method of computing this whitening filter, or equivalently of estimating the interference spectrum, is the covariance method. (See, Kay, S. M., As can be seen from the above examples, in channel estimation processes, these matrices are typically not known a priori, and since they need to be inverted in real time, efficient techniques for inverting nearly Toeplitz matrices are highly desirable. While efficient algorithms exist for inverting Toeplitz and block Toeplitz matrices, relatively little is known about inverting nearly Toeplitz matrices. Typically, nearly Toeplitz matrices have been inverted using techniques for solving linear equations such as the Gaussian elimination, Cholesky decomposition, and the Gauss-Seidel algorithm. However, these techniques do not exploit the nearly Toeplitz structure, and thus tend to be too complex to implement efficiently. In Friedlander, B., et al., “New Inversion Formulas for Matrices Classified in Terms of Their Distance From Toeplitz Matrices,” In one aspect, the present invention is directed to a simple and effective method of computing an inversion (X) of a nearly Toeplitz n by n matrix (A), the inversion (X) being a matrix of dimensions n by m. The method includes determining a perturbation matrix (E) such that the sum of the nearly Toeplitz matrix (A) and the perturbation matrix (E) is a Toeplitz matrix (T). The inversion is then solved for by solving the equation X=T−1(B+EX), where B is a vector or matrix of dimension n by m. The solving step includes the steps of selecting an initial estimate X(0); and iteratively computing estimates of the inversion X through the recursion X(n+1)=T−1(B+EX(n)). In specific embodiments, the present invention may be utilized in a radio receiver to efficiently compute (1) a least-squares (LS) channel estimate, (2) minimum mean squared error (MMSE) prefilter coefficients for a decision feedback equalizer (DFE), or (3) an autoregressive (AR) noise-spectrum estimation from a finite number of observed noise samples. In the following section, the invention will be described with reference to exemplary embodiments illustrated in the figures, in which: This disclosure describes an iterative algorithm for inverting nearly Toeplitz matrices that can be utilized, for example, in many areas of baseband receiver algorithms. In summary, the invention addresses the problem of solving
At step 14, the fixed point equation (2) is solved by iteratively computing estimates of the actual inverse X through the recursion
At step 15, it is determined whether the desired level of accuracy for the inversion has been achieved. If not, the method returns to step 14 and performs another iteration. If the desired level of accuracy has been achieved, the method moves to step 16 where the result is sent to the appropriate application for further processing. When utilized in a baseband receiver algorithm, the perturbation matrix can often be written in the form of E=εHε, for a certain matrix ε, which stems from truncated portions of the corresponding convolution matrix of each problem. As an illustrative example, consider the widely used least-squares (LS) channel estimate ĉ over a sequence of known symbols Because of the truncated nature of S, the Fisher information matrix SHS that needs to be inverted in equation (4) is approximately, but not exactly, Toeplitz. When the transmitted symbols are known a priori, the inverse of SHS can be pre-computed to minimize the efforts needed to compute ĉ in real time. However, in high-performance receivers, the received samples r may be filtered by a certain noise-whitening filter before channel estimation. In this case, the Fisher information matrix SHS is based on whitened symbols (i.e., transmitted symbols filtered by the same noise whitening filter), which are unknown a priori and therefore must be computed in real time. For the LS channel estimation problem, the matrix ε is given by: As another example, consider the computation of minimum mean squared error (MMSE) prefilter coefficients for a decision feedback equalizer (DFE). The vector of the MMSE prefilter coefficients of length Lf, denoted by f, is given by
For the MMSE prefilter problem, the matrix ε is given by: As a third example, consider the problem of autoregressive (AR) noise-spectrum estimation from a finite number of observed noise samples For the AR noise-spectrum estimation problem, the matrix ε is given by: The invention may be implemented, for example, in receivers utilized in the Global System for Mobile Communications (GSM) and Enhanced Data for GSM Evolution (EDGE) systems. For example, consider the LS channel estimate problem described above. The invention provides an efficient method to compute more reliable channel estimates using whitened received samples with whitened training sequences. Both cases of L=4 and L=7 are shown. For comparison, the accuracy of the inverse computed by the conventional Gauss-Seidel algorithm is also shown. As shown in As will be recognized by those skilled in the art, the innovative concepts described in the present application can be modified and varied over a wide range of applications. Accordingly, the scope of patented subject matter should not be limited to any of the specific exemplary teachings discussed above, but is instead defined by the following claims. A method of computing an inversion (X) of a nearly Toeplitz n by n matrix (A). A perturbation matrix (E) is first determined such that the sum of the nearly Toeplitz matrix (A) and the perturbation matrix (E) is a Toeplitz matrix (T). The inversion is solved by solving the equation X=T<SUP>-1</SUP>(B+EX), where B is a vector or matrix of dimension n by m. An initial estimate X<SUP>(0) </SUP>is selected and estimates of the inversion X are iteratively computed through the recursion X<SUP>(n-1)</SUP>=T<SUP>-1</SUP>(B+EX<SUP>(n)</SUP>). The initial estimate X<SUP>(0) </SUP>may be equal to an inversion (T<SUP>-1</SUP>) of the Toeplitz matrix (T). The present invention may be utilized in a radio receiver to efficiently compute (1) a least-squares (LS) channel estimate, (2) minimum mean squared error (MMSE) prefilter coefficients for a decision feedback equalizer (DFE), or (3) an autoregressive (AR) noise-spectrum estimation from a finite number of observed noise samples. 1. A method of computing, in a baseband radio receiver, a least-squares (LS) channel estimate, ĉ, over a sequence of known transmitted symbols given by the equation:
where SHS is a Fisher information matrix, r is a vector of received samples, and S is a truncated convolution matrix of the transmitted symbols given by: wherein the information matrix SHS is a nearly Toeplitz matrix based on whitened symbols that are unknown a priori and therefore must be computed in real time, said method comprising the steps of:
determining a perturbation matrix (E) in the form of E=εHε, for a certain matrix, ε, which stems from truncated portions of the convolution matrix (S) such that the sum of the nearly Toeplitz information matrix (SHS) and the perturbation matrix (E) is a Toeplitz matrix (T); solving for the inversion (X) of the nearly Toeplitz matrix (SHS) by solving the equation:
where B is a vector or matrix of dimension n by m, said solving step including the steps of:
selecting an initial estimate X(0); iteratively computing estimates of the inversion X through the recursion:
and computing said least-squares channel estimate, ĉ, to equalize the received signal using X. 2. The method of 3. The method of determining whether a desired level of accuracy has been achieved for the inversion (X) of the nearly Toeplitz matrix (SHS); and when the desired level of accuracy has not been achieved, performing another iteration of the solving step. 4. The method of 5. A method of computing, in a baseband radio receiver, feedback equalizer (DFE), wherein a vector of the MMSE prefilter coefficients of length Lf, denoted by f, is given by:
where C is an Lf×Lftruncated convolutional matrix of the channel response given by: and where (CHC+σ2I) is a nearly Toeplitz n by n matrix, and eL determining a perturbation matrix (E) in the form of E=εHε, for a certain matrix, ε, which stems from truncated portions of the convolution matrix (C) such that the sum of the nearly Toeplitz matrix (CHC+σ2I) and the perturbation matrix (E) is a Toeplitz matrix (T); solving for the inversion (X) of the nearly Toeplitz matrix (CHC+σ2I) by solving the equation:
where B is a vector or matrix of dimension n by m, said solving step including the steps of:
selecting an initial estimate X(0); iteratively computing estimates of the inversion X through the recursion:
and computing said minimum mean squared error prefilter coefficients to equalize the received signal using X. 6. The method of 7. The method of determining whether a desired level of accuracy has been achieved for the inversion (X) of the nearly Toeplitz matrix (CHC+σ2I); and when the desired level of accuracy has not been achieved, performing another iteration of the solving step. 8. The method of 9. In an adaptive radio receiver, a method of computing an autoregressive (AR) noise-spectrum estimation from a finite number of observed noise samples said method comprising the steps of:
computing a channel estimate; generating hypothesized received samples based on the channel estimate; determining residual noise samples by subtracting the hypothesized received samples from the actual received samples; estimating AR coefficients that most accurately fit the spectrum of wherein a vector of the AR coefficients, denoted by a=(a1, a2, . . . , aM), is computed by: where y[n]≡(y[n], y[n−1], . . . , y[n−M+1])T, and M is a nearly Toeplitz n by n matrix, wherein the nearly Toeplitz matrix (M) is inverted by the steps of:
determining a perturbation matrix (E) in the form of E=εHε, for a certain matrix, ε, such that the sum of the nearly Toeplitz matrix (M) and the perturbation matrix (E) is a Toeplitz matrix (T); solving for the inversion (X) of the nearly Toeplitz matrix (M) by solving the equation:
where B is a vector or matrix of dimension n by m, said solving step including the steps of:
selecting an initial estimate X(0); and iteratively computing estimates of the inversion X through the recursion:
10. The method of 11. The method of 12. The method of determining whether a desired level of accuracy has been achieved for the inversion (X) of the nearly Toeplitz matrix (M); and when the desired level of accuracy has not been achieved, performing another iteration of the solving step. 13. The method of 14. A channel estimator in a radio receiver that computes a least-squares (LS) channel estimate, ĉ, over a sequence of known transmitted symbols given by the equation:
where SHS is a Fisher information matrix, r is a vector of received samples, and S is a truncated convolution matrix of the transmitted symbols given by: wherein the information matrix SHS is a nearly Toeplitz matrix based on whitened symbols that are unknown a priori and therefore must be computed in real time, said channel estimator comprising:
means for determining a perturbation matrix (E) in the form of E=εHε, for a certain matrix, ε, which stems from truncated portions of the convolution matrix (S) such that the sum of the nearly Toeplitz information matrix (SHS) and the perturbation matrix (E) is a Toeplitz matrix (T); means for selecting an initial estimate X(0)of an inversion X of the nearly Toeplitz information matrix (SHS); means for iteratively computing estimates of the inversion X through the recursion X(n−1)=T−1( and means for computing said least-squares channel estimate, ĉ, to equalize the received signal using X. 15. The channel estimator of means for determining whether a desired level of accuracy has been achieved for the inversion (X) of the nearly Toeplitz information matrix (SHS); and means for iteratively computing additional estimates until the desired level of accuracy has been achieved. 16. The channel estimator of BACKGROUND OF THE INVENTION
A block Toeplitz matrix is defined in the same manner except that a(k) is a p×p matrix function where n is divisible by the integer p.
BRIEF SUMMARY OF THE INVENTION
BRIEF DESCRIPTION OF THE SEVERAL VIEWS OF THE DRAWINGS
DETAILED DESCRIPTION OF THE INVENTION
AX=B (1)
where A is an n by n invertible, nearly Toeplitz (or block Toeplitz) matrix, B is a vector or matrix of dimension n by m, and X is the desired inverse or solution of dimensions n by m.
starting with an arbitrary initial estimate X(0). For example, X(0)may be set equal to the inversion of the Toeplitz matrix (T−1). If T is a Toeplitz matrix, T−1can be efficiently computed using known algorithms, such as the Trench or the Strang algorithm. The Trench algorithm is described in Trench, W. F., “An Algorithm for the Inversion of Finite Toeplitz Matrices”,
given by
where r is a vector of received samples and S is a truncated convolution matrix of the transmitted symbols given by
where C is an Lf×Lftruncated convolutional matrix of the channel response given by
denotes an L-tap channel response, σ denotes the variance of noise in the received signal, I is an Lf×Lfidentity matrix, and eLfis the last column of an Lf×Lfidentity matrix. Note that the matrix (CHC+σ2I) is again, approximately Toeplitz.
In typical adaptive receivers, these noise samples may represent the residual samples obtained by subtracting the hypothesized received samples constructed based on a channel estimate from the actual received samples. A common method of estimating the AR coefficients that most accurately fit the spectrum of
is the covariance method. In this method, the vector of AR coefficients, denoted by a=(a1, a2, . . . , aM) is computed by:
where y[n]≡(y[n], y[n−1], . . . , y[n−M+1])T. Similar to the previous two examples, the matrix M that needs to be inverted in this problem is again approximately, but not exactly, Toeplitz. (In the case for multiple-antenna receivers the matrix M is an almost block Toeplitz matrix.)






IPC - классификация
HH0H03H03DH03D1H03D1/H03D1/0H03D1/00H03MH03M1H03M13H03M13/H03M13/0H03M13/03H04H04LH04L2H04L25H04L25/H04L25/0H04L25/02H04L25/03Цитирование НПИ
348/614370/335
375/232
375/296
375/346
B. Friedlander, et al., New Inversion Formulas for Matrices Classified in Terms of Their Distance from Toeplitz Matrices:, Linear Algebra and its Applications 27:31-60 (1979) Elsevier North Holland, Inc.
Gilbert Strang, “A Proposal for Toeplitz Matrix Calculations”, Studies in Applied Mathematics 74:171-176 (1986), Elsevier Science Publishing Co., Inc.
Hirotugu Akaike, “Block Toeplitz Matrix Inversion”, SIAM J. Appl. Math., vol. 24, No. 2, Mar. 1973.
Merchant, “Efficient solution of a Toeplitz-plus-Hankel coefficient matrix system of equations”, IEEE Transactions on Acoustics, Speech, and Signal Processing, vol. 30, Issue 1, Feb. 1982 pp. 40-44.
S. N. Crozier, et al., “Least sum of squared errors (LSSE) channel estimation”, IEEE Proceedings-F, vol. 138, No. 4, Aug. 1991.
Wiliam F. Trench, “An Algorithm for the Inversion of Finite Toeplitz Matrices”, Journal of the Society for Industrial and Applied Mathematics, vol. 12, No. 3 (Sep. 1976), 515-522.
Yagle, “A new multichannel split Levinson algorithm for block Hermitian-Toeplitz matrices”, IEEE Transactions on Circuits and Systems, vol. 36, Issue 6, Jun. 1989 pp. 928-931.