-
2007-06-26
10/163,346
2002-06-07
US 7,236,480 B2
2007-06-26
-
-
Man U. Phan
2025-04-30
The present invention involves padding the bit sequence in the first interleaver. The present method adds to an end of the bit sequence a sufficient number of padding bits L to permit modulus 16 operation of the bit sequence. After performing the interleaving, L bits are removed from an end of the interleaved sequence. This allows the interleaving to be performed in 16-bit segments simultaneously.
Get notified when new applications in this technology area are published.
H04B7/216 IPC
Radio transmission systems, i.e. using radiation field; Relay systems; Active relay systems; Multiple access Code division or spread-spectrum multiple access [CDMA, SSMA]
H03M13/00 IPC
Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
The present invention relates generally to communication systems of coded data and, more specifically, to an improvement in the first interleaver of a two interleaver transmitter.
Although the present invention will be described with respect to code division multiple access (CDMA) system, the same method can be used on other interleavers in other systems. General and specific references will also be made to the CDMA standard 3GPP TS 25.212: “Multiplexing and channel coding (FDD)”.
Interleaving is an important function specific to the most digital communication protocols. It provides the means to undermine the burst noise that frequently affects the quality of reception in the digital communication systems as discussed by K. S. Andrews, C. Heegard, and D. Kozen in A Theory of Interleavers, Technical Report TR97-1634, Department of Computer Science, June 1997; and Chris Heegard and Stephen B. Wicker in Turbo Coding, Kluwer Academic Publishers, 2000.
Bit wise block interleavers represent a tremendous challenge for programmable micro-computing machines. An efficient software implementation for the interleavers offers multiple advantages, such as re-programmability, power and computation efficiency, fast development time, and eliminating the need for dedicated hardware block.
Specific to CDMA communication protocol, the first block interleaver function deals with block sizes containing a variable number of bits depending on the propagation conditions. Although padding bits in the second interleaver followed by pruning is common, there is no discussion of padding bits in the first interleaver.
The present invention involves padding the bit sequence in the first interleaver. The present method adds to an end of the bit sequence a sufficient number of padded bits L to permit modulus 16 operation of the bit sequence. After performing the interleaving, L bits are removed from an end of the interleaved sequence. This allows the interleaving to be performed in 16-bit segments simultaneously.
The adding can include adding randomly alternating zero and one bits. The number of L bits is determined by:
L=16−Mod16(Xi)
where, Mod16 represent modulus sixteen operation, and Xi is the input bit sequence.
The method applies to any block size and executes 16 bits or multiples of 16 bits interleaving at once. The interleaving is performed in software and without forming a matrix of the bit sequence. The toll paid is a small number of errors introduced by this method. The errors are corrected at the receiver by the forward error correcting (FEC) function.
These and other aspects of the present invention will become apparent from the following detailed description of the invention, when considered in conjunction with accompanying drawings.
FIG. 1 is a block diagram of a general multiplexing structure of the prior art.
FIG. 2 is a flow chart of a method of first interleaving incorporating the principles of the present invention.
A typical receiver is shown in FIG. 1. A cycle redundant check (CRC) processes the bit sequence a and produces the bit sequence b. A transport block (TrBk) concatenation and code block segmentation is performed after signal coding producing sequences c and o, respectively. Radio frame equalization produces sequence t. There is a first interleaver whose output d is processed by radio frame segmentation and rate matching producing sequences e and f, respectively. Next, transport channel (TrCH) multiplexing produces a sequence s, which is a coded composite transport channel (CCTrCH). Next, physical channel segmentation produces sequence u, which is transmitted through a second interleaver to produce sequence v. Finally, physical channel mapping is performed to produce physical channels PhCH.
A method for the first interleaver suitable for efficient software implementation is presented. The method takes advantage of the integer unit of the micro-computing machine by performing 16-bit interleaving at once. The interleaving is performed in software and without forming a matrix of the bit sequence. By employing this method, a small error, inverse proportional with the number of interleaved bits will be introduced. At the receiver end, the errors will be corrected by the FEC (Forward Error Correction) unit.
The method, as illustrated in FIG. 2, begins with the bit sequence Xi at input 10. First, a determination of the number of padding bits to be added to the sequence Xi must be made at 12. The number of bits L to be added brings the total sequence to a number of bits which is divisible by 16 without a remainder. For example, if the bit sequence Xi is 324 bits, the remainder is 4 when 324 is divided by 16. Thus, the number of padded bits is 12 or 16 minus 4.
Next, L padding bits are added to an end of the bit sequence at 14 to produce a bit sequence Xi+L. Next, interleaving is performed on the padded sequence at 16 and produces sequence Yi. Next, L bits are removed from an end of the sequence Yi at 18. The resulting output bit sequence is Yi−L at 20. The sequence is farther processed through the flow chart of FIG. 1 and transmitted.
It should be noted that the L bits may be added at the beginning or the end of the sequence to Xi, and L number bits may be removed from either end. The removed bits may be at the same or at a different end of the sequence, as was added to Xi. This makes no difference in that the results are the same. There is no attempt to prune the added bits from the interleave sequence Yi at the exact location of the padded bits. Pruning would remove the bits in the interleave sequence Yi where they occurred after interleaving. This takes time and requires shuffling of the data bit sequence to make it continuous and, therefore, is wasteful in time and calculations.
The maximum number of padding bits L is 15. Thus, in the worst case, there will be 15 erroneous bits in the output bit sequence Yi−L. Because of the interleaving process moving the padded bits from one end of the bit sequence to different positions throughout the bit sequence, it is very unlikely that all padding bits will be left in the interleave sequence after L bits are removed. The padded bits are preferably random alternating zero and one bits, which reduces the possible number of incorrect bits. All zero or all one bits may also be used as the padded bits. Statistically, 8 of the 15 would probably be incorrect.
The number of padding bits L may be expressed or determined by the following formula:
L=16−Mod16(Xi)
where, Mod16 represent modulus sixteen operation, and Xi is the input bit, sequence.
By employing this method, a small error, inverse proportional with the number of interleaved bits will be introduced. At the receiver end, the errors will be corrected by the FEC (Forward Error Correction) unit.
Interleaver operation of step 16 may be that as described in the CDMA standard 3GPP TS 25.212: “Multiplexing and channel coding (FDD)” as follows:
The input bit sequence to the block interleaver is denoted by xi,1,xi,2,xi,3, . . . , xi,Xi, where i is the transport channel TrCH number, and Xi is the number of bits. Here, Xi is guaranteed to be an integer multiple of the number of radio frames in the TTI. The output bit sequence from the block interleaver is derived as follows:
The rows of the matrix are numbered 0, 1, . . . , R1-1 from top to bottom.
[ x i , 1 x i , 2 x i , 3 … x i , C 1 x i , ( C 1 + 1 ) x i , ( C 1 + 2 ) x i , ( C 1 + 3 ) … x i , ( 2 × C 1 ) ⋮ ⋮ ⋮ … ⋮ x i , ( ( R 1 - 1 ) × C 1 + 1 ) x i , ( ( R 1 - 1 ) × C 1 + 2 ) x i , ( ( R 1 - 1 ) × C 1 + 3 ) … x i , ( R 1 × C 1 ) ]
[ y i , 1 y i , ( R 1 + 1 ) y i , ( 2 × R 1 + 1 ) … y i , ( ( C 1 - 1 ) × R 1 + 1 ) y i , 2 y i , ( R 1 + 2 ) y i , ( 2 × R 1 + 2 ) … y i , ( ( C 1 - 1 ) × R 1 + 2 ) ⋮ ⋮ ⋮ … ⋮ y i , R 1 y i , ( 2 × R 1 ) y i , ( 3 × R 1 ) … y i , ( C 1 × R 1 ) ]
| TABLE 1 |
| Inter-column permutation patterns for 1st interleaving |
| Inter-column permutation patterns | |||
| Number of | <P1C1(0), P1C1(1), . . . , | ||
| TTI | columns C1 | P1C1(C1 − 1)> | |
| 10 ms | 1 | <0> | |
| 20 ms | 2 | <0, 1> | |
| 40 ms | 4 | <0, 2, 1, 3> | |
| 80 ms | 8 | <0, 4, 2, 6, 1, 5, 3, 7> | |
In summary, the present method for the first interleaver is suitable for efficient software implementation. The method takes advantage of the integer unit of the micro-computing machine by performing 16-bit interleaving at once. By employing this method, a small error, inverse proportional with the number of interleaved bits will be introduced. At the receiver end, the errors will be corrected by the FEC unit.
Although the present invention has been described and illustrated in detail, it is to be clearly understood that this is done by way of illustration and example only and is not to be taken by way of limitation. The spirit and scope of the present invention are to be limited only by the terms of the appended claims.
1. A method of interleaving of a first interleaver of a two interleaver forward error correction transmitter, the method comprising:
prior to the first interleaving of a sequence of bits, adding to an end of the bit sequence a sufficient number L of padding bits to permit modulus sixteen operation of the bit sequence;
performing the first interleaving of the bit sequence;
removing L bits from an end of the interleaved bit sequence; and
providing the interleaved bit sequence to a second interleaver of the transmitter.
2. The method of claim 1, including performing the interleaving in 16-bit segments simultaneously.
3. The method of claim 1, wherein the adding includes adding randomly alternating zero and one bits.
4. A method of interleaving of a first interleaver of a two interleaver forward error correction transmitter, the method comprising:
prior to interleaving a sequence of bits, adding to an end of the bit sequence a sufficient number L of padding bits to permit modulus sixteen operation of the bit sequence;
performing interleaving of the bit sequence; and
removing L bits from an end of the interleaved bit sequence, wherein the number L, as determined by:
L=16−Mod16(Xi)
where, Mod16 represent modulus sixteen operation, and Xi is the input bit sequence.
5. The method of claim 1, the L bits are added and removed from the same end of the sequence.
6. The method of claim 1, the L bits are added and removed from opposite ends of the sequence.
7. The method of claim 1, wherein the interleaving is performed in software.
8. The method of claim 1, wherein the method is performed without forming a matrix of the bit sequence.
9. An apparatus including an interleaver or deinterleaver performing the method of claim 1.
10. The apparatus of claim 9, wherein the apparatus includes software for performing the method of claim 1.
11. The apparatus of claim 9, wherein the method of claim 1 is performed in the apparatus without forming a matrix of the bit sequence.