Hexagonal constellations and decoding same in digital communication systems

Information

  • Patent Grant
  • 9059881
  • Patent Number
    9,059,881
  • Date Filed
    Thursday, October 10, 2013
    12 years ago
  • Date Issued
    Tuesday, June 16, 2015
    10 years ago
Abstract
Embodiments of the invention provide a method of decoding of hexagonal constellations. The decoding methods exploit the inherent structure of the hexagonal grid to eliminate/minimize the requirements for distance computations. A constellation which has unused constellation points is received. A plurality of lookup tables is used for indicating whether a particular constellation point is used. The lookup tables are indexed using the two integers u and v. An initial estimate ū and v is found. The Euclidean distance to the immediate neighbors resulting in the immediate upper and lower integers for ū and v is computed. From the distance to the nearest neighbor, the log-likelihood ratio value is computed.
Description
BACKGROUND

Embodiments of the invention are directed, in general, to communication systems and, more specifically, decoding hexagonal constellations.





BRIEF DESCRIPTION OF THE SEVERAL VIEWS OF THE DRAWING


FIG. 1 is a diagram of an example of codeword assignment for constellation order 32-HEX.



FIG. 2A is a diagram showing 16-HEX constellation.



FIG. 2B is a diagram of an example of codeword assignment for constellation order 16-HEX as shown in FIG. 2A.



FIG. 3 is a diagram showing original and punctured 128-HEX constellations with 20 punctured constellation points.



FIG. 4 is an electrical diagram, in block form, of the construction of an implementation of a receiver system.





DETAILED DESCRIPTION

The invention now will be described more fully hereinafter with reference to the accompanying drawings. This invention may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the invention to those skilled in the art. One skilled in the art may be able to use the various embodiments of the invention.


The decoding of hexagonal constellations is done over the two-dimensional grids (rather than two distinct 1-D decoding QAM constellations). The hexagonal constellation points are in general parameterized by two integers u and v, and the (x,y) coordinate of the i-th constellation point could be expressed as:












(


x
i

,

y
i


)

=




(


(


x
0

,

y
0


)

+


u
i



(

1
,
0

)


+



v
0

2



(

1
,

3


)



)








where (x0,y0) is a fixed perturbation that could be used to minimize the maximum energy.


Unlike regular QAM constellations where all constellation points within a given span are occupied, the hexagonal constellation has constellation points. This necessitates the use of a lookup table for decoding to indicate whether a particular constellation point is used, and store the corresponding codeword of the used constellation points. To simplify the decoding process, the indexing in the lookup tables uses the two integers u and v.


The structure of the hexagonal constellation provides a straightforward procedure for finding the nearest neighbor. If the normalized received symbol













r


=

(

x
,
y

)


,






then the initial estimate of u and v could be computed as:












u
_

=

2



(

y
-

y
0


)

/

3
















v
_

=

x
-

x
0

-


(

y
-

)

/

3









which are in general non-integer. To get the nearest neighbor we compute the Euclidean distance to the immediate neighbors, which correspond to the integer approximations of ū, v, and pick the one that corresponds to the smallest distance (provided it is used in the constellation).


Note that, computing the distances to the all neighbors could be implemented such that no multiplication is required. For example, let d2f denotes the square of the Euclidean distance between the received symbol and to the constellation point with ([ū],[ū]), i.e.,







d
f
2

=




(



Δ
u

+

0.5





Δ


,



Δ
v



3





2


)



2






Where Δu=ū−|u| and Δv= v−|v|. Then the distance to the constellation point with (|ū|±1,| v|) becomes












d
1
2

=


d
f
2

+

1
±

(


2


Δ
u


+

)









which does not require any multiplication. and for the other neighbors (ū, v±1), to have












d
2
2

=


d
f
2

+

1
±

(


2


Δ
v


+




)









All other immediate neighbors could be computed similarly. In the above relations d2f is a common term, therefore it may be ignored.


Moreover, the computation of d2f s not necessary as it is a common term in the distances of all other neighbors and could be ignored in computing the nearest neighbor. Therefore, we end up with a multiplierless hard decoding.


Soft decoding is done similarly. Let bi denote i-th bit in the symbol. Define Σi1 as the set of immediate neighbors to (|ū,|| v|) with bi=1 in the corresponding codeword, and similarly Σi0 a for bi=0. Then the likelihood ratio (LLR) of bi is (assuming equiprobable codewords)







L


(

b
i

)


=





c



i
2





p


(

r
|
c

)







c



i
0





p


(

r
|
c

)








For numerical tractability, the LLR is clipped if it is larger or smaller than predefined thresholds ±n. If all the surrounding neighbors have the same value for bi then L(bi) is set to ±n. depending on the value of bi. For AWGN channels, the above likelihood could be simplified to







L


(

b
i

)






min

c



i
0








r
-
c



2


-


min

c



i
1








r
-
c



2








Note that, the term d2f is cancelled out and we also end up with a multiplierless soft decoding.


Any signal constellation for communication and/or coding is characterized by three parameters:

  • 1. The constellation size M.
  • 2. The position of each constellation point (in the complex plane).
  • 3. The codeword associated with each constellation point.


Therefore, any constellation (regardless of its shape) could be represented by a lookup table of size M, whose entries are the position and the associated codeword for each constellation point. For example assume M=2q, then the i-th entry in the lookup table has the location si=xi+jyi as the position and the codeword ci=[bq−1i . . . b1ib0i].


If a symbol r=x+jy is received, then the objective of a hard decoder is to find the closest constellation point (in some sense), and output the corresponding codeword. In the simplest case, we use the Euclidean distance as the metric. In this case, we compute for each constellation point
















(

x
-

)

2

+


(

y
-

)

2









and the decoded point is the one that corresponds to the minimum distance, i.e.,











=

argmin


{
}







sand the decoded codeword becomes ci.



FIG. 4 is illustrative of the construction of a transceiver system in which an embodiment of the invention may operate. Of course, it is contemplated that other architectures and approaches to realizing this transceiver system may also be used, as will be apparent to those skilled in the art having reference to this specification. Transceiver 45 according to this embodiment of the invention, illustrated in FIG. 4, includes the circuitry and functionality necessary and appropriate for carrying out the functions of receiver 20.


In FIG. 4, receiver also known as transceiver 45 is coupled to host system 50 by way of a corresponding bus B. Host system 50 corresponds to a personal computer, a laptop computer, or any sort of computing device capable of wireless broadband communications, in the context of a wireless local area network (LAN), wide area network (WAN), or “metro” area network (MAN); of course, the particulars of host system 50 will vary with the particular application.


Transceiver 45 in this example includes modem processor 51, which is bidirectionally coupled to bus B on one side, and to radio frequency (RF) circuitry 53 on its other side. RF circuitry 53, which may be realized by conventional RF circuitry known in the art, performs the analog demodulation, amplification, and filtering of RF signals received over the wireless channel and the analog modulation, amplification, and filtering of RF signals to be transmitted by transceiver 45 over the wireless channel, one or more antennae A1 and A2. RF circuitry 53 includes front end functions. The architecture of modem processor 51 into which this embodiment of the invention may be implemented follows that of a conventional single-chip media access controller (MAC) and a baseband processor. It is contemplated that the architecture of other transceiver installations, including for wireless broadband communications, whether on the network or client side, may follow a similar generic approach, as modified for the particular application location, as known in the art. This exemplary architecture includes embedded central processing unit (CPU) 56, for example realized as a reduced instruction set (RISC) processor, for managing high level control functions within modem processor 51. For example, embedded CPU 56 manages host interface 54 to directly support the appropriate physical interface to bus B and host system 50. Local RAM 52 is available to embedded CPU 56 and other functions in modem processor 51 for code execution and data buffering. Medium access controller (MAC) 57 and baseband processor 59 are also implemented within modem processor 51 according to the preferred embodiments of the invention, for generating the appropriate packets for wireless communication, and providing encryption, decryption, and wired equivalent privacy (WEP) functionality. It is contemplated that baseband processor 59 may be realized by way of a digital signal processor (DSP) “core”, for example having the computational capacity of a modern DSP integrated circuit such as one of the TMS320C64x family of digital signal processors available from Texas Instruments Incorporated (Dallas Tex.). Program memory 55 is provided within transceiver 45, for example in the form of electrically erasable/programmable read-only memory (EEPROM), to store the sequences of operating instructions executable by modem processor 51, including control instructions for carrying out the decoding sequences according to the preferred embodiment of the invention. Also included within transceiver 45, in the form of a wireless adapter, are other typical support circuitry and functions that are not shown, but that are useful in connection with the particular operation of transceiver 45.


Many modifications and other embodiments of the invention will come to mind to one skilled in the art to which this invention pertains having the benefit of the teachings presented in the foregoing descriptions, and the associated drawings. Therefore, it is to be understood that the invention is not to be limited to the specific embodiments disclosed. Although specific terms are employed herein, they are used in a generic and descriptive sense only and not for purposes of limitation.

Claims
  • 1. A method of processing communications signals, comprising: receiving, at a receiver, a constellation which has a plurality of unused constellation points;using a plurality of lookup tables for indicating whether a particular constellation point is used and a corresponding codeword for the used constellation point;indexing the lookup tables using an integer u and an integer v;computing an initial estimate of the integer u and the integer v giving an integer ū and an integer v comprising:
  • 2. A method of processing communications signals, comprising: receiving, at a receiver, a constellation which has a plurality of unused constellation points;using a plurality of lookup tables for indicating whether a particular constellation point is used and a corresponding codeword for the used constellation point;indexing the lookup tables using an integer u and an integer v;finding an initial estimate of the integer u and the integer v giving an upper integer ū and a lower integer v;computing a modified Euclidean distance to an immediate constellation point neighbor that corresponds to the upper and lower integers of ū and ū; and from the distance to the immediate constellation point neighbor, computing a log-likelihood ratio value; andcomputing an adjusted distance d to the constellation point neighbors of (ū, v) that are around ([ū],[ v]) to represent a biggest integer smaller than each of a plurality of coordinates
  • 3. The method of claim 2, wherein the distances are used in computing a closest neighbor for hard decoding or the log-likelihood ration for soft decoding.
  • 4. A method of processing communications signals, comprising: receiving, at a receiver, a constellation which has unused constellation points;using a plurality of lookup tables for indicating whether a particular constellation point is used and a corresponding codeword for the used constellation point;indexing the lookup tables using the two integers u and v;finding an initial estimate of an integer u and an integer v giving an upper integer ū and a lower integer ū;computing a modified Euclidean distance to an immediate constellation point neighbor that corresponds to the upper and lower integers of ū and ū;from the distance to the immediate constellation point neighbor, computing a log-likelihood ratio value;for the i-th bit bi in the symbol r, defining for Σi1 for bi the set of immediate neighbors with bi=1 in the corresponding codeword c;similarly defining Σi0 for bi=0; andcomputing a log-likelihood ratio (LLR) of bi by using:
  • 5. The method of claim 4, further comprising: clipping the LLR if it is larger or smaller than a predefined threshold(±η); andsetting L(bi) to ±η depending on the value of bi.
  • 6. The method of claim 5, further comprising: if none of the immediate neighbors have a codeword that correspond to bi=1, setting L(bi)=−η,if none of the immediate neighbors have a codeword that correspond to bi=0, setting L(bi)=+η.
  • 7. The method of claim 5, further comprising: simplifying the LLR to
  • 8. A device comprising: a receiver;a processor, coupled to the receiver;a computer-readable medium including computer-readable instructions stored therein that, upon execution by the processor, perform operations comprising: receiving a constellation which has unused constellation points;using a plurality of lookup tables for indicating whether a particular constellation point is used and a corresponding codeword for the used constellation point;indexing the lookup tables using an integer u and an integer v;finding an initial estimate of u and v giving an upper integer ū and a lower integer v bycomputing the initial estimate of u and v comprising:
  • 9. A device comprising: a receiver;a processor, coupled to the receiver;a computer-readable medium including computer-readable instructions stored therein that, upon execution by the processor, perform operations comprising: receiving a constellation which has a plurality of unused constellation points;using a plurality of lookup tables for indicating whether a particular constellation point is used and a corresponding codeword for the used constellation point;indexing the lookup tables using an integer u and an integer v;finding an initial estimate of u and v giving an upper integer ū and a lower integer v;computing a modified Euclidean distance to the immediate constellation point neighbor that corresponds to the upper and lower integers of ū and v;from the distance to the immediate constellation point neighbor, computing a log-likelihood ratio value; andcomputing an adjusted Euclidean distance d to the constellation point neighbors of (ū, v) that are around ([ū],[ v]) to represent a biggest integer smaller than each of a plurality of coordinates
  • 10. The device of claim 9, wherein the distances are used to compute the closest neighbor for hard decoding or the log-likelihood ration for soft decoding.
  • 11. A device comprising: a receiver;a processor, coupled to the receiver;a computer-readable medium including computer-readable instructions stored therein that, upon execution by the processor, perform operations comprising: receiving a constellation which has a plurality of unused constellation points;using a plurality of lookup tables for indicating whether a particular constellation point is used wherein unused constellation points are flagged and wherein a plurality of entries of the tables are the codewords of the constellation points;computing an Euclidean distance to an immediate neighbor resulting in the immediate upper and lower integers for ū and v;selecting the upper or lower integer that corresponds to the smallest distance, if it is used in the constellation; andfor the i-th bit bi in a symbol r, defining Σi1 bi the set of immediate neighbors with bi=1 in a corresponding codeword c;similarly define Σi0 for bi=0;computing a log-likelihood ratio (LLR) of bi by using:
  • 12. The device of claim 11, further comprising: clipping the LLR if it is larger or smaller than a predefined threshold (±η); andsetting L(bi) to ±η depending on the value of bi.
  • 13. The device of claim 12, further comprising: simplifying the LLR to
  • 14. A computer program product of computer-readable instructions, tangibly embodied on a non-transitory computer-readable medium and executable by a digital data processor to perform actions directed toward transmitting a signal, the computer-readable instructions configured to cause a device to: receive a constellation which has a plurality of unused constellation points;use a plurality of lookup tables for indicating whether a particular constellation point is used and a corresponding codeword c for the used constellation point;index the lookup tables using an integer u and an integer v;find an initial estimate of the integers u and v giving an upper integer ū and a lower integer v by computing the initial estimate of u and v comprising:
  • 15. The computer program product of claim 14, further computes the Euclidean distance d to the constellation point neighbors of (ū, v) that are around ([ū],[ v]) to represent a biggest integer smaller than each of a plurality of coordinates
  • 16. A computer program product of computer-readable instructions, tangibly embodied on a non-transitory computer-readable medium and executable by a digital data processor coupled to a transceiver to perform actions directed toward transmitting a signal, the computer-readable instructions configured to cause a device to, upon execution by the processor, perform operations comprising: receiving, by the transceiver, a constellation which has unused constellation points;using a plurality of lookup tables for indicating whether a particular constellation point is used wherein unused constellation points are flagged and wherein a plurality of entries of the tables are the codewords of the constellation points;computing a Euclidean distance to the immediate neighbors resulting from the immediate upper and lower integers for u and v giving an upper integer ū and a lower integer v;selecting the upper or lower integer that corresponds to the smallest distance, if it is used in the constellation;for the i-th bit bi in the symbol, defining Σi1 for bi the set of immediate neighbors with bi=1 in the corresponding codeword;similarly define Σi0 for bi=0; andcomputing a log-likelihood ratio (LLR) of bi by using:
  • 17. The computer program product of claim 16, further comprising: clipping the LLR if it is larger or smaller than a predefined threshold (±η); andsetting L(bi) to ±η depending on the value of bi.
  • 18. The computer program product of claim 16, further comprising: simplifying the LLR to
CROSS-REFERENCE TO RELATED APPLICATIONS

This application claims priority to U.S. Provisional Application 61/712,077 filed Oct. 10, 2012. Said application incorporated herein by reference Not applicable.

US Referenced Citations (14)
Number Name Date Kind
5233629 Paik et al. Aug 1993 A
5742643 Reeves et al. Apr 1998 A
5914959 Marchetto et al. Jun 1999 A
6088389 Larsson Jul 2000 A
6683915 Trott et al. Jan 2004 B1
8787477 Mansour et al. Jul 2014 B2
20010028630 Burshtein et al. Oct 2001 A1
20040005011 Trott et al. Jan 2004 A1
20040209570 Fiore Oct 2004 A1
20050123061 Smith et al. Jun 2005 A1
20080137763 Waters et al. Jun 2008 A1
20080311918 Spencer Dec 2008 A1
20120257896 Djordjevic et al. Oct 2012 A1
20120263251 Djordjevic et al. Oct 2012 A1
Non-Patent Literature Citations (5)
Entry
J. R. Barry et al., “Signal-Space Coding,” Digital Communication, Kluwer Academic Publishers 2004.
J. R. Barry et al., “Signal-Space Coding,” Digital Communication, Kluwer Academic Publishers 2004—Internet Citation at http://www.springer.com.
Alhabsi, Amer H.“Spectrally Efficient Modulation and Turbo Coding for Communication Systems,” Nov. 2005.
Tanahashi, M. et al., “A Multilevel Coded Modulation Approach for Hexagonal Signal Constellation,” Wireless Communications, IEEE Transactions on , vol. 8, No. 10, pp. 4993,4997, Oct. 2009.
Han, Seung H. et al., “On the Use of Hexagonal Constellation for Peak-To-Average Power Ratio Reduction of an OFDM Signal”, IEEE Transactions on , vol. 7, No. 03, Mar. 2008.
Related Publications (1)
Number Date Country
20140177740 A1 Jun 2014 US
Provisional Applications (1)
Number Date Country
61712077 Oct 2012 US