The present invention is directed, in general, to signal processing for wireless receivers and, more specifically, to decision feedback equalizers employed for channel equalization within wireless receivers.
In any receiver system, the channel equalizer is an essential component, improving the bit error rate (BER) by correcting the received signal for the effects of the channel. Channel equalization is typically best performed using a decision feedback equalizer (DFE), especially if the channel has deep fades. Decision feedback equalizers consist of a forward adaptive transversal filter and a feedback adaptive transversal filter, with the equalized signal being the sum of the outputs of the two filters. The base-band received signal corrupted by multi-path interference is fed into the forward filter while decisions made on the equalized signal are fed back through the feedback filter.
As with virtually all channel equalizers, decision feedback equalizers are characterized by high computational complexity dependent on date rate, spectral efficiency, and rate of change for multi-path channels. Moreover, better decision feedback equalizer implementations employ large transversal filter lengths. Accordingly, decision feedback equalizers within high throughput systems such as digital television are typically designed as fixed-function application specific integrated circuit (ASIC) cores processing data on a sample-by-sample basis.
Fixed function ASIC implementation necessitates expensive redesign when an applicable standard evolves due to either new service requirements or the need for performance enhancement. Moreover, some applications such as software radio (SWR) require significant flexibility to adapt to different modulation formats and receiver signal processing algorithms. Combined with high throughput requirements and computationally expensive algorithms, such need for reconfigurability precludes economically viable hardware implementation of software radio.
There is, therefore, a need in the art for an improved decision feedback equalizer for use in channel equalization lowering computational complexity for the hardware employed while allowing improved reconfigurability.
To address the above-discussed deficiencies of the prior art, it is a primary object of the present invention to provide, for use in a channel decoder, a block decision feedback equalizer designed by deriving, from first principles, a block exact decision feedback equalizer and then systematically applying simplifying assumptions to obtain several block approximate decision feedback equalizers, each suitable for multipath channel equalization and having error convergence insensitive to filter length. The resulting block decision feedback equalizer is software definable and may be dynamically adapted by choosing whether to update error correction coefficients.
The foregoing has outlined rather broadly the features and technical advantages of the present invention so that those skilled in the art may better understand the detailed description of the invention that follows. Additional features and advantages of the invention will be described hereinafter that form the subject of the claims of the invention. Those skilled in the art will appreciate that they may readily use the conception and the specific embodiment disclosed as a basis for modifying or designing other structures for carrying out the same purposes of the present invention. Those skilled in the art will also realize that such equivalent constructions do not depart from the spirit and scope of the invention in its broadest form.
Before undertaking the DETAILED DESCRIPTION OF THE INVENTION below, it may be advantageous to set forth definitions of certain words or phrases used throughout this patent document: the terms “include” and “comprise,” as well as derivatives thereof, mean inclusion without limitation; the term “or” is inclusive, meaning and/or; the phrases “associated with” and “associated therewith,” as well as derivatives thereof, may mean to include, be included within, interconnect with, contain, be contained within, connect to or with, couple to or with, be communicable with, cooperate with, interleave, juxtapose, be proximate to, be bound to or with, have, have a property of, or the like; and the term “controller” means any device, system or part thereof that controls at least one operation, whether such a device is implemented in hardware, firmware, software or some combination of at least two of the same. It should be noted that the functionality associated with any particular controller may be centralized or distributed, whether locally or remotely. Definitions for certain words and phrases are provided throughout this patent document, and those of ordinary skill in the art will understand that such definitions apply in many, if not most, instances to prior as well as future uses of such defined words and phrases.
For a more complete understanding of the present invention, and the advantages thereof, reference is now made to the following descriptions taken in conjunction with the accompanying drawings, wherein like numbers designate like objects, and in which:
The present invention may also be employed for any receiver such as, for example, a broadband wireless Internet access receiver, a cable, satellite or terrestrial broadcast television receiver unit for connection to a television, or any other video device receiving encoded video information such as a video cassette recorder (VCR) or digital versatile disk (DVD) player. Regardless of the embodiment, however, receiver 101 includes a demodulator 103 employing a block adaptive decision feedback equalizer for improved channel equalization in accordance with the present invention, as described in further detail below.
Those skilled in the art will perceive that
To improve flexibility while minimizing hardware implementation costs, a software decision feedback equalizer or combined software/hardware decision feedback equalizer would be desirable. However, current hardware decision feedback equalizer implementations are inherently sequential sample-by-sample processing algorithms, while software components are efficient for block-based algorithms where data is processed in blocks to reduce overhead, maximize parallelism, and make possible transformation of operations to forms having lower computational requirements.
In the subsequent description, the following notations are employed: matrices and vectors are represented by boldfaced characters, with boldfaced uppercase characters (e.g., H) identifying a matrix while a boldfaced lowercase character with an overbar (e.g., {overscore (h)}) identifies a vector and lowercase italicized characters without an overbar (e.g., h) identify a scalar quantity. Discrete time varying variables (e.g., x) are represented either as x(n) or xn. A point-wise inner product matrix operator is defined as:
and has the important property of being distributive over addition:
The design of a block adaptive decision feedback equalizer in the present invention begins with the equations governing sample-by-sample decision feedback equalization, in which L is the length of the forward filter and M is the length of the feedback filter, while {overscore (h)}f is the coefficient vector of the forward filter, {overscore (h)}b is the coefficient vector of the feedback filter, x(n) is the input sample at the nth time-index and y(n) is the output of the decision feedback equalizer at the nth time-index. The filter update is then given by:
{overscore (h)}f(n)={overscore (h)}f(n−1)+μen−1{overscore (x)}n−1 (1a)
{overscore (h)}b(n)={overscore (h)}b(n−1)+μen−1{overscore (d)}n−1 (1b)
and the filtering equation is given by:
y(n)=yn={overscore (h)}f(n){overscore (x)}n+{overscore (h)}b(n){overscore (d)}n−1 (2)
where
{overscore (x)}n=[x(n)x(n−1) . . . x(n−L+1)]
{overscore (d)}n=[d(n−1)x(n−2) . . . d(n−M+1)]
{overscore (h)}f=[hf,0hf,1 . . . hf,L−1]
{overscore (h)}b=[hb,0hb,1 . . . hb,M−1]
and d(n)=dn=ƒ(yn) (where ƒ( ) is a constellation de-mapping function) while en=g(u(n),dn,yn) is an error term being minimized according to some known criteria which may or may not use a known transmitted symbol u(n). For example, a least means square (LMS) adaptive equalizer would calculate en=u(n)−yn. A blind Godard algorithm, on the other hand, may use en=−yn(y2n−λ).
The total number of computations for the filter update and the filtering, ignoring the multiplication by μ in equations (1a) and (1b) and the calculation of the error itself, is 2 (L+M) multiplications and (2L+2M−1) additions, respectively, in one sample period Ts. The number of storage elements is proportional to L+M, the size of the state vector.
Assuming that the input and the output of the desired block adaptive decision feedback equalizer are blocks of N samples, a “direct form” block decision feedback equalizer may be implemented utilizing the equations of a sample-by-sample decision feedback equalizer repeated on every sample of the block. The number of operations and the performance remains the same, except that more storage is required and a pipeline delay of NTs is introduced. The filtering equations for the direct form block decision feedback equalizer may be written as:
Substituting the update equations (1a) and (1b) into equation (3) recursively:
Equation (3) may therefore be rewritten as:
Terms C and D within equation (5) may be re-written as:
where
The block update equation is derived from equations (4a) and (4b) by setting k=0:
Equations (5), (7a) and (7b) fully define an exact block implementation of the sample-by-sample adaptive decision feedback equalization algorithm, which may be referred to as a “block exact” decision feedback equalizer.
for the N samples within the subject block. The filter starts with an initial state [x(n−1) . . . x(n−N)], with buffers 201a–201x holding the N samples received for the subject block. When the corresponding error vector [e(n−1) . . . e(n−N)] has only one element for each sample, equation (7a) reduces to a sample-by-sample decision feedback equalizer update equation. Accordingly, signal multipliers 202a–202x multiply each sample within the block by the corresponding error vector element. The results are then added by summing unit 203, producing the differential forward filter update term.
In reviewing the block update equations, it is important to note that the first two terms A and B in equation (5) are implemented by finite impulse response (FIR) filters with fixed coefficients over the entire block and therefore may be implemented with fast FIR algorithms. Terms C and D may be viewed as intra-block time varying filters.
Evaluating the computational complexity of the block exact decision feedback equalizer is complex. Facially, the block exact decision feedback equalizer requires more computation since the terms C and D in equation (5) add an additional O(N2) multiplication. However, if the block size N is small compared to the feed-forward and feedback filter lengths L and M, respectively, then the savings provided by fast FIR algorithms for terms A and B more than compensates for the additional overhead. On the other hand, if N is sufficiently large, the block exact decision feedback equalizer consumes more computations than the sample-by-sample decision feedback equalizer.
In order to employ fast FIR algorithms, the filter coefficients must be fixed, which is achieved by the block exact decision feedback equalizer formulation. To remove the overhead due to the correction terms C and D, simplifying assumptions drawn from the problem domain for which the block decision feedback equalizer is being applied are examined in hope of reducing the complexity while retaining the simplicity of the FIR structure. In this regard, the signal processing structures implied by equations (5), (7a) and (7b) are of interest. Starting from the block update equation (7a), which may be written as:
Let Δ{overscore (h)}f(n)=[Δh0 . . . ΔhL−1], where
Therefore, the new filter coefficient vector {overscore (h)}f(n) of the forward filter may be interpreted to be the sum of {overscore (h)}f(n−N) and the result of filtering the state vector {overscore (x)}n−iT through a filter whose coefficients are the elements of the error vector. The same procedure may also be applied to the feedback filter.
The requisite structure 204 may therefore be viewed as a filter R with coefficients R1 through RN. In this case, the filter 204 starts with a zero state every buffer block 205a–205x and stops when all the error values have been shifted in. The error values are multiplied by coefficients R1 through RN by signal multipliers 206a–206x, the outputs of which are accumulated by summing unit 207. The output of summing unit 207 is sequenced starting with CN−1 or DN−1 and ending with C0 or D0.
It is known that the Advanced Television Systems Committee (ATSC) digital television standard vestigial sideband modulation (VSB) reception is multi-path limited, requiring typically long feed forward and feed back sections of the decision feedback equalizer, typically a forward filter length L=128 and a feedback filter length M>256. In equation (6), {tilde over (R)}x:i={overscore (x)}n{overscore (x)}n−iT and for large forward filter lengths L, {tilde over (R)}x:i/L can be treated as an estimate of the auto correlation of x. Normally, the statistic of the received signal changes slowly relative to the signal itself. Therefore {tilde over (R)}x.i/L may be computed at a much lower rate than the rate at which the adaptive filter works. In the case of the ATSC signal, the symbol rate is 10.76 MHz whereas the multi-path channel characteristics is expected to change slowly, in the order of 100 Hz. By the preceding analysis, {tilde over (R)}x:i/L may be computed almost once in 104 samples and therefore the forward filter 200 in
At the next step of simplification, setting one or both of the {tilde over (R)}:i terms to zero is examined. Once the equalizer has converged at T∞, almost all of the multi-path interference may be assumed to have been cancelled. Accordingly the output autocorrelation function is an impulse. Therefore at T∞, {tilde over (R)}d:i≈0, and hence the term D can be dropped from equation (5) without affecting the residual error. However, in the transient or the tracking phase, the absence of this term is like adding an error into the input of the decision device, which is expected to contribute to an increase in the error propagation of the decision feedback equalizer.
Since, the decision device is typically non-linear, this error term is non-zero if and only if D >δmin, where δmin depends on the choice of the forward section. For example, if the forward section compensates fully for the channel, then δmin=∞. Therefore, one way to minimize the error propagation due to this approximation will be to start the forward equalizer before the feed back filter. However, careful consideration of noise amplification by the feed forward filter in a deep fade is required. Start the decision feedback equalizer with a smaller μ for the feedback section may therefore be better.
Equation (8) below is the governing equation for the filtering part of the block approximate decision feedback equalizer 300 depicted in
The structure and operation of the block approximate decision feedback equalizer (BA-DFE-I) 300 is essentially the same as the structure and operation of the block exact decision feedback equalizer except: (1) the intra-block time varying filter 212b with coefficients {tilde over (R)}d:i for the feedback filter 211 is eliminated, and (2) the intra-block time varying filter 212a is computed with coefficients {tilde over (R)}x.i, which is updated at very low rates, from measurements on input samples.
In addition, this embodiment serves to keep the error propagation of the decision feedback equalizer at the same levels as the embodiment in
Block approximate decision feedback equalizer 500 is related to the Block approximate decision feedback equalizer 400 in
{tilde over (d)}n=ƒ({tilde over (y)}n) (10c)
Analytically determining the effect of the modified input to the decision device is difficult since the effect depends on the signal characteristics. While this approximation may lead to divergence in the presence of correlated noise, in the case of a multipath channel with slowly varying channels, the approximation is expected to hold as long as the error propagation in the feedback section is sufficiently small.
Since the block update algorithm is already formulated as a filtering operation on the input and decision vectors with the error vector as the coefficients, the update portions (blocks U-1501c and U-2501d) of the block approximate decision feedback equalizer 500 may be implemented using the fast Fourier transforms (FFTs). With the forward filter 200 (block A 501a) also implemented using FFTs, a frequency domain equalizer equivalent to the time domain block equalizer may be derived. Such implementation of these blocks as FFTs is straightforward. This means that based on the size of the filters or other appropriate cost criteria, one implementation may be chosen over the other, with similar performance.
Each of the simulations was performed with the 8-level VSB (VSB-8) constellation, with the multipath channel modeled as an FIR filter
where u(n) is the transmitted signal and x(n) is the received signal. A channel having three paths with two close-in reasonably strong echoes is assumed:
An important feature of the block approximate decision feedback equalizer 300, 400 and 500 is the separation of the error calculation algorithm from the filtering and update portions of equalization, so that the assumptions employed in designing the respective equalizers apply equally to any of the various least squares adaptive algorithms that exist for FIR transversal filtering. Using the block adaptive decision feedback equalizer 500 of
While the simulations of
The ability to perform block updates to a decision feedback equalizer without losing performance has significant architectural implications. The block decision feedback equalizer may be implemented using fast Fourier transforms because all involved structures, except the feedback filter, are FIR filters and convolution may be efficiently performed using FFTs. More significantly, block decision feedback equalizer structures enable efficient design of the FIR filter array for time domain implementation, providing the following advantages over the sample-by-sample update strategy:
Given the advantages detailed above, the block decision feedback equalizer structure may advantageously be mapped to an Adaptive Filter Array Processor (AFAP) for multi-standard channel decoding. Since the update is independent of the filtering, various hardware/software partitions may be feasible.
Although the present invention has been described in detail, those skilled in the art will understand that various changes, substitutions and alterations herein may be made without departing from the spirit and scope of the invention it its broadest form.
Number | Name | Date | Kind |
---|---|---|---|
5157690 | Buttle | Oct 1992 | A |
5436929 | Kawas Kaleh | Jul 1995 | A |
5790598 | Moreland et al. | Aug 1998 | A |
6052702 | Berberidis et al. | Apr 2000 | A |
6219379 | Ghosh | Apr 2001 | B1 |
6668014 | Endres et al. | Dec 2003 | B1 |
6707850 | Blake et al. | Mar 2004 | B1 |
6754264 | Ben Rached et al. | Jun 2004 | B1 |
6775322 | Zangi et al. | Aug 2004 | B1 |
6775334 | Liu et al. | Aug 2004 | B1 |
6823489 | Wittig et al. | Nov 2004 | B1 |
6829297 | Xia et al. | Dec 2004 | B1 |
20020172275 | Birru | Nov 2002 | A1 |
Number | Date | Country | |
---|---|---|---|
20030031244 A1 | Feb 2003 | US |