1. Field of the Invention
The present invention relates to telecommunications. More particularly, the present invention relates to soft decision decoding (SDD) algorithms for wireless or wired digital telecommunication systems having variable parameters and/or selective fading.
2. State of the Art
Digital telecommunication systems typically contain transmitters and receivers. Error control coding is an important procedure of the transmission process, and an error control codec is an important part of the system. The codec consists of an encoder in the transmitter and a decoder in the receiver.
There are different error correction and error detection codes, and each of them can be decoded with several decoding algorithms. Two major classes of decoding algorithms are: hard decision decoding (HDD) and soft decision decoding (SDD) algorithms. According to HDD, the receiver first determines the identity of each transmitted symbol (maybe erroneously), i.e., the receiver makes hard decision. Then, the sequence of received symbols are decoded; i.e., the decoder determines a corrected sequence of the transmitted symbols. In contrast, according to SDD, the receiver first estimates some measure of reliability of each possible decision without making decisions about the transmitted symbol at all; i.e., the decoder makes a soft decision. Then a sequence of estimated reliabilities (soft decisions) are decoded so that the decoder determines a corrected sequence of the transmitted symbols.
HDD and SDD approaches are generally illustrated in
Historically, HDD was the first decision coding technique utilized because its implementation is much easier than the SDD implementation. However, it was well known that SDD could provide much better performance in terms of bit error rate. Presently, SDD is the more commonly utilized decoder implementation because it is the most efficient way to achieve the highest data rate with required performance. SDD is used in wired ADSL systems (i.e.G.992.1), in wireless local area network (WLAN) systems (IEEE 802.11a standard), in wireless local loop (WLL) systems (IEEE 802.16 standard) and other wired and wireless applications. It is also recommended for future 3G and 4G wireless mobile systems, possibly, in combination with Orthogonal Frequency Division Multiplexing (OFDM) and Multi-input-Multi-output (MIMO) technologies.
Measurement of the received symbol reliability; i.e., the SDD metric, is used with different decoding algorithms such as the Viterbi algorithm for convolution codes, the Soft Output Viterbi algorithm (SOVA) for Turbo codes, and iterative probabilistic algorithms for LDPC and Turbo codes. In any case, a problem remains in finding an appropriate SDD metric, which, on the one hand, provides the optimal decoding, and, on the other hand, can be easily implemented.
In an additive white Gaussian noise (AWGN) channel with constant parameters, the best SDD metric is based on Euclidean distances between the received signal and reference signals. For channels with variable parameters such as radio channels with selective fading, squared distances between the received signal and properly scaled reference signals are recommended in the literature as the optimal SDD metric. See, e.g., B. Vucetic, J. Yuan, “Turbo codes”, section 8.5.1, Kluwer Academic Publishers, 2001. This approach, however, is difficult to implement because it requires scaling of all reference signals for each received signal element, for example, for each carrier in an orthogonal frequency division multiplexed (OFDM) system. Therefore, as a rule, in practice for AWGN channels, a simplified metric is used which is based on distances between the properly scaled received signal and reference signals. This metric however is not optimal for selective fading channels.
It is therefore an object of the invention to provide a useful soft decision decoding metric.
It is a further object of the invention to provide a SDD metric which is easily implementable.
It is another object of the invention to provide a SDD metric which is useful for selective fading channels.
It is an additional object of the invention to provide methods, apparatus, and systems which utilize an easily implementable SDD metric which is optimized for selective fading channels.
In accord with the objects of the invention which will be discussed in detail below, an easily implementable SDD metric is provided for telecommunications systems and apparatus which is based on weighted average distances or weighted minimum distances between scaled received signals and all reference signals related to the corresponding binary symbol. An important property of the SDD metric of the invention is that the distance weight is completely defined by the received signal scaling factor which is readily available as a result of conventional frequency domain equalization procedures. The invention is particularly advantageous in wireless systems having variable parameters such as wireless OFDM systems with selective fading.
Additional objects and advantages of the invention will become apparent to those skilled in the art upon reference to the detailed description taken in conjunction with the provided figures.
Turning to
XFi, YFi; i=1,2, . . . , N. (1)
The N pairs of numbers are fed to a frequency equalizer 26, which adjusts the numbers XFi, YFi to reference signals in such a way that without noise the received signal is equal to one of the reference signals (i.e., the ideal points of the constellation). This procedure includes amplitude adjustment and phase adjustment. As a result of phase adjustment, coordinates XFi, YF are transformed into a new pair of coordinates Xi, Yi, and as a result of amplitude adjustment by the frequency equalizer 26 they are transformed into a final pair of coordinates:
Xi/Ai, Yi/Ai; i=1,2, . . . , N, (2)
where Ai is a scaling factor for the i'th carrier, which (in the considered case) is equal to channel gain (i.e., the transfer coefficient from the output of the mapper 14 in the transmitter 10 to the output of the FFT 24 in the receiver 20) for the i'th carrier. In
The set of scaling factors Ai is usually defined by the carrier gain estimation unit 27. As seen in
The next step of signal processing according to the invention is calculation of some function of distances between the scaled received signals and reference signals, hereinafter referred to as a “distance function”. If the carriers are modulated with M-ary symbols, then the distance function calculator (DFC) 28 according to one embodiment of the invention calculates a distance function for each binary digit in the binary combination corresponding to the received M-ary symbol, i.e., it calculates log2M pairs of distance functions. Two distance functions are usually used: an average distance (or average squared distance) and a minimum distance (or minimum squared distance), as these distance functions provide close to an optimum soft decision metric.
The procedure of distance function calculation is explained by a simple example of 4-ary QAM modulation, as shown in FIG. 4.
D00=(Rx+1)2+(Ry−1)2;
D01=(Rx−1)2+(Ry−1)2;
D10=(Rx+1)2+(Ry+1)2;
D11=(Rx−1)2+(Ry+1)2. (3)
In practice, squared Euclidean distances are calculated instead of Euclidean distances, but for simplicity squared distances are usually called distances. Therefore, the terms “distance” instead of “squared distance”, “average distance” instead of “average squared distance”, and “minimum distance” instead of “minimum squared distance” will be used herein as well.
Returning to
Av—d10=(D00+D01)/2;
Av—d11=(D10+D11)/2
Av—d20=(D00+D10)/2;
Av—d21=(D01+D11)/2; (4)
where Av_db0 (b=1,2) is an average distance between the received scaled signal and reference signals (constellation points) containing a value 0 in the b'th bit of the binary combination; and Av_db1 (b=1,2) is an average distance between the received scaled signal and reference signals (constellation points) containing a value 1 in the b'th bit of the binary combination. On the other hand, if the distance function is a minimum distance, then the DFC 28 calculates the following four numbers for each carrier:
Min_d10=D00;
Min_d11=D10;
Min_d20=D00;
Min_d21=D01; (5)
where Min_db0 is a minimum distance between the received-scaled signal and reference signals (constellation points) containing a value 0 in the b'th bit of the binary combination; and Min_db1 is a minimum distance between the received-scaled signal and reference signals (constellation points) containing a value 1 in the b'th bit of the binary combination.
According to the invention, the average distances according to equation (4) or minimum distances according to equation (5) are fed from the DFC 28 to the weighted distance calculator 32, where each distance function is multiplied by a corresponding weight coefficient, which is a squared scaling factor for the corresponding carrier (Ai)2, where Ai is a gain or attenuation coefficient known after the frequency equalization process is completed. Finally, the weighted average distances
(Ai)2*Av_d10, (Ai)2*Av_d11, (Ai)2*Av_d20, (Ai)2*Av_d21. (6)
or weighted minimum distances
(Ai)2*Min_d10, (Ai)2*Min_d11, (Ai)2*Min_d20, (Ai)2*Min_d21 (7)
are used in a binary soft decision decoder 34 as the soft decision metric.
In the receiver of
The weighted metric of the invention is simple to implement, particularly, when weighted minimum distances are utilized. However, in the case of a multipoint constellation, for example, 16-QAM, 64-QAM, 256-QAM, finding the minimum distance requires a substantial number of computations. In particular, if the constellation has M=2k points, where k is an integer, then a direct approach requires computation of M/2 distances to find the minimum distance for bit 1, and the same number of computations for bit 0. This procedure must then be repeated k times. As a result, the procedure needs k*M distance computations and almost the same number of comparisons for finding the minimum distance. For example, for 64-QAM the procedure requires 6*64=384 distance computations.
To decrease the number of computations, and according to another aspect of the invention, a method of finding minimum distances is provided which is based on tabulating in advance the coordinates of the closest constellation points. This aspect of the invention may be explained with the same simple example of 4-QAM modulation. In this case, according to equation (7), the following four minimum distance must be computed.
Min_d10, Min_d11, Min_d20, Min_d21. (8)
The direct approach to finding the four minimum distances requires computation of two distances for each minimum. Indeed, in order to find Min_d21, distances D01 and D11 (see
The proposed tabulated-in-advance coordinates for 4-QAM are shown in Table 1:
−1, 1
1, 1
−1, −1
The first column of Table 1 contains an address of a constellation point, which is the closest one to the received signal, with the addresses coinciding with binary representations of the constellation points. The second column of Table 1 shows coordinates x,y of the nearest to the received signal constellation point having a 0 in the first bit. The third column of Table 1 shows coordinates x,y of the nearest to the received signal constellation point having a 0 in the second bit. The fourth column of Table 1 shows coordinates x,y of the nearest to the received signal constellation point having a 1 in the first bit. The fifth column of Table 1 shows coordinates x,y of the nearest to the received signal constellation point having a 1 in the second bit.
The minimum distances are calculated as follows: first, the address of the constellation point nearest to the received signal is determined; second, minimum distances according to equation (8) are calculated as distances between the received signal and constellation points with coordinates, indicated in the corresponding row and column of Table 1.
Those skilled in the art will appreciate that by using the table as opposed to the “direct approach”, the number of computations required for finding minimum distances is reduced from eight to four. This number can be further reduced to three, because some coordinates are repeated. The repeated coordinates are indicated in Table 1 with a bold font. The last reduction in computation, however, needs additional intelligence for finding cases which have the same ideal coordinates. This may not, however, result in greater efficiency of the algorithm as it trades comparisons for computations.
An example of a table for a 16-QAM constellation used in the IEEE 802.11a standard, is shown in Table2.
The meaning of the columns in Table 2 is the same as in Table 1. Thus, the second through fifth columns of Table 2 show coordinates x,y of the nearest to the received signal constellation points having a value 0 in the first through fourth bits respectively. The sixth through ninth columns of Table 2 show coordinates x,y of the nearest to the received signal constellation points having a value 1 in the first through fourth bits respectively.
According to Table 2, the minimum distances are calculated as follows: first, the address of the constellation point nearest to the received signal is determined, i.e., a row number in the table; second, minimum of distances d10, d20, d30, d40, d11, d21, d31, d41 are calculated as distances between the received signal and constellation points with coordinates indicated in the corresponding column of Table 2.
One skilled in the art will appreciate that by using the table as opposed to the direct approach, the number of computations for finding a minimum distance finding is reduced from 4*16=64 to eight. This number can be further reduced to five computations, because, as one can see from Table 2, some coordinates in each row are repeated four times. The last reduction, however, needs additional intelligence as previously described.
In the general case, the number of computations may be calculated as follows. The first part of the procedure which involves finding a constellation point nearest to the received signal (row address in the table) requires log2M=k operations of comparing. The second part of the procedure which involves finding minimum distances for each bit requires 2 k computations. So, in total, the procedure of this aspect of the invention requires no more than 3 k computations and comparisons. Comparing this number with the number of computations and comparisons for direct distance minimization (i.e., 2 kM) it will be appreciated that the computation gain of this aspect of the invention is not less than 2 kM/3 k=0.66 M.
While the invention thusfar has been described with respect to a typical channel model having AWGN and selective fading, a generalization and detailed theoretical description of the invention is provided below for different channel models.
An example of a system with variable signal power is the wireless OFDM system with selective fading where signals which are transmitted by different carriers may have different attenuation. Another example is an ADSL system where both signal power and noise spectral density depend on carrier frequency.
As a rule, soft decision decoding algorithms such as the Viterbi soft decision decoding algorithm, are based on maximum likelihood criteria, which are equivalent (in terms of error probability) to the maximum a posteriori probability (likelihood function) of a transmitted information sequence if the information sequences are equally likely. In turn, the likelihood function of the received signal sequence Sr when transmitting signal sequence St is:
where P(Sri/Stij) is the conditional probability of receiving signal sequence Sri when transmitting Stij, Sri is the i'th element (symbol) of the received signal sequence, and Stij is the j'th version of the i'th element (symbol) of the transmitted signal sequence (reference signal). Multiplications in equation (9) are performed through all i and j.
It is assumed that the attenuation coefficient for the i'th transmitted symbol (carrier), which includes both transmitter gain and channel loss is known and equals Ai. Then, the i'th element (symbol) of the received signal sequence is equal to
Sri=Ai*Sti+ni, (10)
where ni is an additive noise.
In a channel with Gaussian noise, each component of equation (9) may be presented as follows:
P(Sri/Stij)=1/[σi(2π)1/2]exp[−d(Sri, Ai*Stij)/2(σi)2], (11)
where d(x, y) is the squared Euclidean distance between signals “x” and “y” and (σi)2 is the noise variance for the i'th signal symbol.
To simplify the decoding procedure the log likelihood criteria is usually used instead of the likelihood criteria:
One can see from equation (12) that the maximum of logP(Sr/St) corresponds to the minimum of the last component of equation (12), so the general decoding algorithm is
Minimization in equation (13) is performed through all i and j.
The previous algorithm (equation 13) is a basis for utilization of the Euclidean metric d(x, y) in the conventional soft decision decoding algorithms, for example, in the Viterbi decoding procedure.
The general decoding algorithm of equation (13) may be considered for different non-stationary (moving) situations in a radio channel. In a first example, Ai=A, and σi2=σ2. This represents a situation where transmitted signal elements are equally attenuated (no selective fading) and all signal elements are subjected to noise with equal variances (white noise). In this case, the general decoding algorithm (13) can be presented as follows:
min Σd(Sri, A*Stij). (14)
For binary systems, the soft decision metric corresponding to equation (14) has the following simple double expression:
di0=(Xi−A*Xi0)2, (15)
di1=(Xi−A*Xi1)2, (16)
where Xi is the received signal coordinate, and Xi1 and Xi0 are reference signals coordinates corresponding to binary 1 and binary 0.
In two-dimensional PSK and QAM systems with binary encoding and binary decoding, for example, in the IEEE 802.11a standard with Viterbi binary decoding, the metric is more complex. In this more complex case there are two approaches to metric calculation, one based on average Euclidean distance and the other on minimum Euclidean distances. The average Euclidean distance metric is:
dib0=Σ(Xi−A*Xib0)2+(Yi−A*Yib0)2, (17)
dib1=Σ(Xi−A*Xib1)2+(Yi−A*Yib1)2, (18)
where Xi and Yi are coordinates (for example, FFT transform) of the received signal (in this case index i corresponds, for example, to a carrier number); Xib0 and Yib0 are coordinates of the PSK or QAM constellation points, corresponding to binary 0 in the b'th bit of the binary combination; and Xib1 and Yib1 are coordinates of the PSK or QAM constellation points, corresponding to binary 1 in the b'th bit of the binary combination. The summation in equation (17) is performed for all reference constellation points containing a 0 in the b'th bit of the binary combination, and the summation in equation (18) is performed for all constellation points containing a 1 in the b'th bit of the binary combination. If a system uses an M-point constellation (M-QAM), then the sums of equations (17) and (18) contain M/2 components, and the soft decision decoder should calculate B=log2M pairs for each carrier.
The minimum Euclidean distance metric is determined as follows:
dib0=min [(Xi−A*Xib0)2+(Yi−A*Yib0)2], (19)
dib1=min [(Xi−A*Xib1)2+(Yi−A*Yib1)2]. (20)
Minimization in equation (19) is performed for all reference constellation points containing a 0 in the b'th bit of the binary combination, and minimization in equation (20) is performed for all constellation points containing al in the b'th bit of the binary combination. In this case, the soft decision decoder also should calculate B=log2M pairs for each carrier. However, the calculation of each pair for equations (19) and (20) is simpler than what is required for equations (17) and (18).
A second example of considering the general decoding algorithm of equation (13) in a non-stationary (i.e., average signal for channel changes in time) situation in a radio channel is where the transmitted signal elements are equally attenuated (no selective fading; Ai=A,), but where they are subjected to noise with different variances (colored noise). In this case the general decoding algorithm (13) can be presented as follows:
min Σd(Sri, A*Stij)/(σi)2. (21)
For two-dimensional signals the corresponding soft decision metrics can be presented as follows. The average Euclidean distance metric is:
dib0=(1/σi)2*Σ(Xi−A*Xib0)2+(Yi−A*Yib0)2, (22)
dib1=(1/σi)2*Σ(Xi−A*Xib1)2+(Yi−A*Yib1)2. (23)
The minimum Euclidean distance metric is:
dib0=(1/σi)2*min [(Xi−A*Xib0)2+(Yi−A*Yib0)2], (24)
dib1=(1/σi)2*min [(Xi−A*Xib1)2+(Yi−A*Yib1)2], (25)
A third example of considering the general decoding algorithm of equation (13) in a non-stationary situation in a radio channel is where the transmitted signal elements have different attenuation, but they are subjected to noise with equal variances (white noise; σi2=σ2). This is the most typical case, corresponding to a channel with AWGN and frequency selective fading. In this case, the general decoding algorithm (13) can be presented as follows:
min Σd(Sri, Ai*Stij). (26)
For two-dimension signals, the corresponding soft decision metrics can be presented as follows. The average Euclidean distance metric is:
dib0=Σ(Xi−Ai*Xib0)2+(Yi−Ai*Yib0)2, (27)
dib1=Σ(Xi−Ai*Xib1)2+(Yi−Ai*Yib1)2; (28)
The minimum Euclidean distance metric is:
dib0=min [(Xi−Ai*Xib0)2+(Yi−Ai*Yib0)2], (29)
dib1=min [(Xi−Ai*Xib1)2+(Yi−Ai*Yib1)2]. (30)
The metrics of equation (27), (28), (29) and (30) require scaling all constellation points (reference signals) for each received signal element and are difficult to implement. Therefore, for AWGN channels, the following simplified decoding algorithm (instead of equation (26)) is preferably used:
min Σd(Sri/Ai, Stij). (31)
For two-dimension signals the soft decision metrics corresponding to equation (31) can be presented as follows. The average Euclidean distance metric is:
dib0=Σ(Xi/Ai−Xib0)2+(Yi/Ai−Yib0)2, (32)
dib1=Σ(Xi/Ai−Xib1)2+(Yi/Ai−Yib1)2; (33)
The minimum Euclidean distance metric is:
dib0=min [(Xi/Ai−Xib0)2+(Yi/Ai−Yib0)2], (34)
dib1=min [(Xi/Ai−Xib1)2+(Yi/Ai−Yib1)2]. (35)
It will be appreciated by those skilled in the art that equations (32)-(35) are based on an unweighted Euclidean metric d(Sri/Ai, Stij), which is not optimal for selective fading channels. However, according to the preferred embodiment of the invention, weighted Euclidean metrics are utilized for soft decision decoding and are therefore considered below.
As a rule, PSK and QAM demodulators use scaling the received signal instead of scaling constellation points. This scaling procedure is based on the frequency equalization procedure, which, in turn, is a part of the conventional coherent processing algorithm. The scaling procedure leads to preferably changing the decoding algorithm and soft decision metrics. According to the preferred embodiment of the invention, the received signal is transformed into scaled received signal Srisc:
Srisc=Sri/Ai=Sti+n/Ai. (36)
The scaled signal according to equation (36) contains modified noise n/Ai. If the channel noise “n” has dispersion σ2, then the dispersion of the modified noise for the i'th symbol is equal to
Di=σ2/(Ai)2. (37)
So, this case with attenuated symbols is transformed into a case with not attenuated symbols but with colored noise. As a result, the basic log likelihood function is transformed as follows:
log P(Sr/St)=Σlog{1/[((σ2/Ai2)2π)1/2]}−Σd(Srisc, Stij)/2[σ2/Ai2], (38)
and the decoding algorithm is
On the basis of the above consideration, a weighted Euclidean metric for PSK and QAM systems with binary trellis encoding and binary Viterbi decoding is provided. Two versions of the metric are the average weighted Euclidean distance metric:
dib0=(Ai)2*Σ(Xi/Ai−Xib0)2+(Yi/Ai−Yib0)2, (40)
dib1=(Ai)2*Σ(Xi/Ai−Xib1)2+(Yi/Ai−Yib1)2; (41)
and the minimum weighted Euclidean distance metric:
dib0=(Ai)2*min [(Xi/Ai−Xib0)2+(Yi/Ai−Yib0)2], (42)
dib1=(Ai)2*min [(Xi/Ai−Xib1)2+(Yi/Ai−Yib1)2]. (43)
Returning now to the case where the transmitted signal elements have different attenuation (selective fading) and are subjected to noise with different variances (colored noise); i.e., Ai=A, and σi=σ2, assume again that the received signal Sri is transformed into the scaled received signal Srisc:
Srisc=Sri/Ai=Sti+ni/Ai. (44)
The scaled signal of equation (44) contains modified noise ni/Ai with variance (σi)2/(Ai)2. As a result, the decoding algorithm is
In equation (45), the coefficient in the square brackets is proportional to the signal-to-noise ratio for the i'th signal symbol SNRi:
SNRi=C*[(Ai)2/(σi)2], (46)
where C is a constant, and it is assumed that all symbols (carriers) have the same power in the transmitter. So, according to equation (46), equation (45) can be transformed as follows:
Based on equation (47), for two-dimensional signals, the corresponding soft decision metrics can be presented as follows: the average Euclidean distance metric is
dib0=SNRi*Σ(Xi/Ai−Xib0)2+(Yi/Ai−Yib0)2, (48)
dib1=SNRi*Σ(Xi/Ai−Xib1)2+(Yi/Ai−Yib1)2, (49)
and the minimum Euclidean distance metric is
dib0=SNRi*min [(Xi/Ai−Xib0)2+(Yi/Ai−Yib0)2 ], (50)
dib1=SNRi*min [(Xi/Ai−Xib1)2+(Yi/Ai−Yib1)2 ]. (51)
Thus, the proposed method of soft decision decoding which is based on weighted distance functions between the scaled received signals and the reference signals, can be easy implemented for any channel model.
A special simulation program to estimate the efficiency of the methods of the invention was developed. The program corresponds to a WLAN system according to the IEEE 802.11a standard. The system uses OFDM technology with forty-eight carriers, QAM modulation and binary convolution coding. The program contains a random data generator, a convolutional encoder with ½ redundancy, an interleaver, a QAM mapper, an AWGN channel model, a soft decision demodulator, a deinterleaver, a Viterbi soft decision decoder, and BER (bit error rate), and BLER (block error rate) calculation units. To estimate the performance gain of the methods of the invention, each data block, subjected to AWGN, was processed with two algorithms: a Viterbi algorithm with the conventional unweighted distance metric, and a Viterbi algorithm with the proposed weighted distance metric. For simulation of selective fading, some carriers were transmitted with additional attenuation. The first block of stochastic modeling corresponds to the situation when the carriers numbered 25 through 48 are transmitted with additional attenuation in comparison with carriers numbered 1 through 24. The results of stochastic modeling are presented in
Very impressive results have also been obtained when several carriers of the OFDM signal are completely suppressed. These results are shown in
Analysis of the results of
The proposed method also has been tested with full scale simulation of an IEEE 802.11a system, including a model of a multipath channel with selective fading. The test included about 1000 independent sessions, and each session has contained 17608 information bits, transmitted with 64 QAM modulation and ¼ redundant convolution code. During each session the received signal was processed in parallel with both the unweighted and weighted metrics. It should be noted that the test was deliberately provided with very severe conditions: 64 QAM, low code redundancy, long information blocks, up to 30 paths with independent log-normal fading, and SNR=25 dB (for channels without fading).
It will be appreciated by those skilled in the art that the transmitter 20 and receiver 30 described above may be used in many different types of systems. For example, a system may utilize multiple transmitters and multiple receivers, a single transmitter and multiple receivers, or even a single receiver and multiple transmitters. Typically, transmitters and receivers are found in a single unit which are said to include codecs; although the term codec is used loosely in those applications to describe the transmitter and receiver as opposed to just the coder of the transmitter and the decoder of the receiver. It should be appreciated by those skilled in the art that the present invention and various preferred aspects of the present invention may be utilized in the receiver (decoder) of any of these systems.
There have been described and illustrated methods, apparatus, and systems where received telecommunications signals are scaled, and a distance function between the scaled signals and reference signals are weighted for participation in a soft decision decoding procedure. While particular embodiments of the invention have been described, it is not intended that the invention be limited thereto, as it is intended that the invention be as broad in scope as the art will allow and that the specification be read likewise. Thus, while particular soft decision decoding algorithms have been disclosed, it will be appreciated that the invention can be utilized with other SDD algorithms as well. Also, while the invention was described with respect to certain preferred aspects which reduce the number of calculations required, it will be appreciated that the invention in its broadest sense may be utilized without those preferred aspects. Further, while the invention was shown in block diagram format, it will be appreciated that the block diagram may be representative of and implemented by hardware, software, firmware, or any combination thereof. Moreover, the functionality of certain aspects of the block diagram can be obtained by equivalent or suitable structure. For example, instead of an IFFT and an FFT, other Fourier transform means could be utilized. It will therefore be appreciated by those skilled in the art that yet other modifications could be made to the provided invention without deviating from its spirit and scope as claimed.
Number | Name | Date | Kind |
---|---|---|---|
20020034191 | Shattil | Mar 2002 | A1 |
20020061012 | Thi et al. | May 2002 | A1 |
20030086366 | Branlund et al. | May 2003 | A1 |
Number | Date | Country | |
---|---|---|---|
20040136313 A1 | Jul 2004 | US |