WO2006063843A1 - Memory efficient interleaving / de-interleaving utilising the periodicity of the mapping function - Google Patents

Memory efficient interleaving / de-interleaving utilising the periodicity of the mapping function Download PDF

Info

Publication number
WO2006063843A1
WO2006063843A1 PCT/EP2005/013564 EP2005013564W WO2006063843A1 WO 2006063843 A1 WO2006063843 A1 WO 2006063843A1 EP 2005013564 W EP2005013564 W EP 2005013564W WO 2006063843 A1 WO2006063843 A1 WO 2006063843A1
Authority
WO
WIPO (PCT)
Prior art keywords
mapping
sequence
bit
index
output
Prior art date
Application number
PCT/EP2005/013564
Other languages
French (fr)
Inventor
Dayong Chen
Original Assignee
Telefonaktiebolaget L M Ericsson (Publ)
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Telefonaktiebolaget L M Ericsson (Publ) filed Critical Telefonaktiebolaget L M Ericsson (Publ)
Priority to CN2005800481458A priority Critical patent/CN101151806B/en
Priority to KR1020077016336A priority patent/KR101143768B1/en
Priority to EP05819372A priority patent/EP1834411A1/en
Publication of WO2006063843A1 publication Critical patent/WO2006063843A1/en

Links

Classifications

    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M13/00Coding, 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
    • H03M13/27Coding, 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 using interleaving techniques
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M13/00Coding, 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
    • H03M13/65Purpose and implementation aspects
    • H03M13/6502Reduction of hardware complexity or efficient processing
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M13/00Coding, 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
    • H03M13/27Coding, 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 using interleaving techniques
    • H03M13/2703Coding, 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 using interleaving techniques the interleaver involving at least two directions
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M13/00Coding, 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
    • H03M13/27Coding, 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 using interleaving techniques
    • H03M13/2767Interleaver wherein the permutation pattern or a portion thereof is stored

Definitions

  • the present invention relates generally to bit-mapping, and more particularly, to methods of interleaving/de-interleaving with compressed mapping sequences.
  • error control codes In many types of communication channels, such as radio channels, the inherent noise causes bit errors to occur during transmission.
  • digital communication systems typically use error control codes to enable detection and/or correction of the bit errors at the receiver.
  • error control codes introduce controlled redundancy into the information transmitted over the communication channel, which can be used at the receiver to detect and/or correct errors in the received signal.
  • Error detecting codes enable the receiver to detect bit errors.
  • the receiver may then request retransmission of the information that was received in error.
  • Error correcting codes enable the receiver to detect and correct bit errors without retransmission.
  • Convolutional codes are one type of forward error correcting code used in digital communication systems. Though very effective in correcting random bit errors that occur during transmission, convolutional codes are susceptible to burst errors. Random errors occur when individual bits in the transmitted bit sequence are corrupted by noise and received in error. Random errors are typically isolated and may be caused by noise in the communication channel. Burst errors occur when a series of adjacent or closely spaced bits are received in error and may be caused by fading in the communication channel. Many coding schemes have difficulty correcting burst errors.
  • Interleaving is a technique used to enhance the error correcting capabilities of error correcting codes, such as convolutional codes, to make them more effective against burst errors.
  • Coded bits output by an encoder are reordered by an interleaver to spread the coded bits over time. This reordering of the coded bits in effect spreads long burst errors so that they appear to the decoder as independent random bit errors.
  • An interleaver can be viewed as a one-to-one mapping function that maps input bits in an input sequence to a corresponding position in an equal-length output bit sequence.
  • the lookup method uses pre-calculated mapping values for each input bit to map input bit positions in an input sequence to output bit positions in an output sequence.
  • the pre-calculated mapping values comprise a mapping sequence that is stored in a look-up table.
  • the interleaver/de-interleaver gets the output bit position for each input bit by a simple look-up operation.
  • This iook-up table method is relatively efficient in use of , processing resources, but requires a relatively large amount of memory compared to the calculation approach.
  • the calculation approach calculates the output bit position for each input bit in real time.
  • the calculation method can be used when the mapping function can be expressed in closed form.
  • the calculation method doesn't require any memory to store look-up tables at the cost of more processing resources.
  • the present invention provides a method of compressing bit mapping sequences and using the compressed mapping sequences to perform interleaving and de-interleaving.
  • the present invention may be used, for example, in digital communication systems, such as wireless communication networks.
  • a bit mapping function is decomposed into periodic component functions.
  • the periodic component functions are evaluated over one period to obtain two or more compressed mapping sequences.
  • Periodic component functions having the same or compatible period may be combined to generate a single compressed mapping sequence.
  • Each compressed mapping sequence comprises a plurality of partial mapping values that repeat within the interval of the input sequence.
  • a mapping circuit uses the compressed mapping sequences to map input bit positions in an input sequence to corresponding output bit positions in an output sequence.
  • the mapping circuit uses the bit index of each input bit to select partial mapping values from each compressed mapping sequence and calculates an output index, for example by adding the partial mapping values together.
  • the output index generated for each input bit indicates the position in the output sequence to which the input bit is mapped.
  • the compression method for compressing bit mapping functions reduces memory requirements as compared to prior art systems that store entire uncompressed mapping sequences.
  • the use of the compressed mapping sequences to perform interleaving and de-interleaving also requires less processing resources than real-time computation of each output index based on evaluation of a mapping function.
  • Figure 1 is a block diagram of a mobile communication device in which the channel encoder/decoder of the present invention could be used.
  • Figure 2 is a block diagram of an exemplary channel encoder according to the . present invention. . ⁇
  • Figure 3 is a block diagram ofan exemplary channel decoder according to the present invention.
  • Figure 4 is a pictorial representation of the mapping sequences in one exemplary embodiment of the invention.
  • Figure 5 is a graphic illustration of a cyclical addition method used in the present invention to add mapping values contained in the mapping sequences.
  • Figure 6 is a block diagram of a mapping circuit for use in an interleaver or de- interleaver according to one embodiment of the invention.
  • Figure 7 is a flow chart of an exemplary bit-mapping algorithm for interleaving and de-interleaving according to one embodiment of the invention.
  • Figure 8 is a block diagram of compression unit according to one embodiment of the present invention
  • Figure 9 is a flow chart of an exemplary compression method for compressing mapping sequences according to one embodiment of the present invention.
  • FIG. 1 illustrates a mobile communication device generally indicated by the numeral 10.
  • the mobile communication device 10 comprises a system controller 12 to control the overall operation of the mobile communication device 10, a memory 14 to store programs and data needed for operation, a transmitter 20 to transmit signals, and a receiver 30 to receive signals.
  • the transmitter 20 and receiver 30 are coupled to a common antenna 18 by a duplexer or switch 16 that permits full duplex operation.
  • the transmitter 20 receives a source data stream from an information source, processes the source data stream to generate a transmit signal suitable for transmission over a radio channel, and modulates the transmit signal onto an RF carrier.
  • the transmitter 20 includes a source encoder 22, a channel encoder 24 and a modulator 26.
  • the source encoder 22 removes redundancy or randomizes the source data stream to produce an information sequence that has been optimized for maximum information content.
  • the source encoder may comprise a speech encoder to encode speech for transmission over the communication channel.
  • the information sequence from the source encoder 22 is passed to the channel encoder 24.
  • the channel encoder 24 introduces an element of redundancy into the information sequence supplied by the source encoder 22 to generate a coded output.
  • the redundancy added by the channel encoder 24 serves to enhance the error correction capability of the communication system.
  • a receiver 30 can detect and correct bit errors that may occur during transmission.
  • the output of the channel . ... encoder 24 is the transmit. bit.sequence.
  • the modulator 26 receives the transmit bit sequence from the channel encoder 24 and generates waveforms that both suit the physical nature of the i communication channel and can be efficiently transmitted over the communication channel.
  • Typical modulation schemes used in mobile communication devices 10 include 16QAM, 8-PSK, 4-PSK, and the like.
  • the receiver 30 receives signals transmitted from a far-end device that has been corrupted by passage through the communication channel.
  • the function of the receiver 30 is to reconstruct the original source data stream from the received signal.
  • the receiver 30 includes a demodulator 32, channel decoder 34, and source decoder 36.
  • the demodulator 32 processes the received signal and generates a received bit sequence, which may comprise hard or soft values for each received bit. If the received signal is transmitted without error through the communication channel, the received bit sequence would be identical to the transmit bit sequence at the transmitter. In actual practice, the passage of the received signal through the communication channel introduces bit errors into the received signal.
  • the channel decoder 34 uses the redundancy added by the channel encoder 24 at the transmitter 20 to detect and correct the bit errors.
  • a measure of how well the demodulator 32 and decoder 34 perform is the frequency with which bit errors occur in the decoded sequence.
  • a source decoder 36 reconstructs the original signal from the information source. The difference between the reconstructed information signal and the original information signal is a measure of the distortion introduced by the communication system.
  • Figures 2 and 3 illustrate an exemplary channel encoder 24 and decoder 34, respectively.
  • the channel encoder 24 (Fig. 2) includes an encoder 40 to encode an information sequence from the source encoder 22 and an interleaver 42 to reorder coded bits output by the encoder 40.
  • the encoder 40 may, for example, comprise a convolutional encoder or block encoder.
  • the interleaver 42 reorders the bits output by the encoder 40 to spread the coded bits over time to render them more resistant to burst errors.
  • the channel decoder 34 (Fig. 3) comprises a de-interleaver 60 followed by a decoder 62.
  • the de-interleaver 60 reverses the process performed by the interleaver 42. In the absence of bit errors, the input sequence to the de-interleaver would be the interleaved sequence output by the interleaver 42.
  • the de-interleaver 60 reorders the interleaved bits to return them to their original position.
  • the output sequence from the de-interleaver 60 is the same as the coded bit sequence output by the channel encoder 40 except for any bit errors that may have occurred during transmission.
  • the coded bit sequence is input to the decoder 62 for error detection and/or correction.
  • the interleave!- 42-and de-interleaver 60 both employ a mapping rule to reorder input bits.
  • the mapping rule may be expressed mathematically as a mapping function, or may be expressed as a mapping sequence, i.e. sequence of mapping values, that maps the input bit position of each input bit to a corresponding output bit position in an output bit sequence.
  • Using an explicit mapping function to compute every output bit index requires substantial processing resources. Storing a mapping sequence in memory reduces the load on the processing resources, but at the cost of more memory.
  • the present invention attempts to balance the use of processing and memory resources by providing a method and apparatus for compressing mapping sequences and for using the compressed mapping sequences to perform bit-mapping, e.g. interleaving and de-interleaving.
  • the compressed mapping sequences require less memory than uncompressed mapping sequences.
  • Use of the compressed mapping sequences to perform interleaving and de-interleaving requires less processing resources than the computation of each output index based on a mapping function.
  • the compression and bit-mapping method employed in the present invention is described below using the interleave mapping specified for the GSM SACCH channel, which should be viewed as a non-limiting example.
  • the interleaver 42 for the GSM SACCH channel operates on a block of 456 bits denominated by bit indices from 0 to 455. Both interleaving and de-interleaving are a 1 :1 mapping wherein the /rth input bit in an input sequence is mapped to the nth position in an output bit sequence.
  • the interleaving function can be expressed as:
  • the output index n is unique for all values of k from 0 to 455. Therefore evaluating the mapping function for all values of k from 0 to 455 yields a mapping sequence that uniquely maps each input bit position to a corresponding output bit position.
  • Equation 2 can be rewritten as:
  • Component function f x (k) maps the bit index k for each input bit to integer multiples of 114 and repeats after every 4 bits.
  • Component function f 2 (k) maps the bit index k for each input bit to even numbers between 0 and 112 and repeats after every 57 input bits.
  • Component function / 3 ⁇ k) maps the bit index k for each input bit to either 0 or 1 and repeats after every 8 input bits.
  • mapping function f(k) is not periodic over the 456 bit space used by the interleaver 42 for the GSM SACCH channel
  • the component functions f x ⁇ k), f 2 (k), f 3 (k) are periodic within a 456 bit space.
  • component functions f 1 (k),f 2 (k),f 3 (k) have a period of 4, 57 and 8, respectively and component function f 2 (k) has a period of 57.
  • the present invention exploits the periodicity of the component functions f x (k),f 2 (k),f 3 (k) to generate compressed mapping sequences that can be stored in memory 14.
  • the periodicity of the combined mapping sequence will equal the periodicity of the component function with longest periodicity. Because the periodicity of component function f 3 ⁇ k) is an integer multiple of the component function f x (k) , the mapping values generated by f ⁇ (k) and f 3 (k) are combined into one mapping sequence S 1 with a periodicity of 8 and stored in memory 14. Each element of the mapping sequence S 1 comprises a partial mapping value equal to the sum of f ⁇ (k) an ⁇ f 3 (k) at a given bit index k . Because the sequence repeats after every 8 bits, it is necessary to store only 8 partial mapping values in the mapping sequence S 1 representing one period of the combined component functions f x ⁇ k) + f 3 (k) .
  • mapping sequence S 1 all possible values of f 1 (k) + f 3 (k) are represented by mapping sequence S 1 .
  • a separate mapping sequence S 2 corresponding to the component function f 2 (k) is stored in memory 14.
  • Mapping sequence S 2 comprises 57 partial mapping values representing all possible values of f 2 (k) .
  • the mapping sequences S 1 and S 1 may be stored in one or more lookup tables in memory 14. For purposes of explanation, it will be assumed that mapping sequence S 1 is stored in a lookup table T 1 and that mapping sequence S 2 is stored in a lookup table T 2 . This example should be considered non-limiting. Mapping sequences S 1 and S 2 could be stored in the same lookup table, or in some other type of data structure (e.g. arrays, registers, etc.).
  • Look-up tables T 1 and T 2 may store the partial mapping value in 16-bit words.
  • the look-up table T 1 corresponding to mapping sequence S 1 would comprise eight words
  • the look-up table T 2 corresponding to mapping sequence S 2 would comprise
  • mapping sequence If the maximum value of a mapping sequence is less than or equal to 255, only 8 bits are required to store the partial mapping values. In this case, two partial mapping values of one byte each may be stored in a single word in the look-up table storing two partial mapping values. In the example given, the look-up table T 1 would therefore need only four words, and the look-up table T 2 would need only 29 words for a total of 33 words. For comparison, storing the complete uncompressed mapping sequence would require 456 words. Thus, the present invention results in approximately 93% compression of the mapping sequence.
  • An input-to-output mapping value or output index n can be computed for each input bit in an input sequence by cyclically adding the partial mapping values in each mapping sequence S 1 and S 2 .
  • the interleaving function for the GSM SACCH channel shown in Eq. 3 will be used to explain the cyclical addition process.
  • the input bits to the interleaver 42 are the coded bits output by the channel encoder 40, denominated C(k) .
  • corresponding partial mapping values S 1 (J) and S 2 (J) are selected from the mapping tables T 1 and T 2 based on the bit index k and summed to obtain the output index n .
  • the first mapping value in each mapping sequence is selected.
  • the selected mapping values are summed together to obtain an input-to-output mapping value n .
  • the next adjacent mapping value is selected from each mapping sequence and the selected partial mapping values are summed to get the next output index.
  • the next partial mapping value to be selected will be the first mapping value in the mapping sequence. This process repeats until the end of the input sequence is reached.
  • the cyclical addition of the mapping sequences S 1 and S 2 generates a decompressed mapping sequence that can then be used to map input bits C(Jc) in input sequence to corresponding output bits I( ⁇ ) in an output sequence.
  • FIG. 5 graphically illustrates the cyclical addition process.
  • each mapping sequence S x and S 2 is formed into a ring. After each input bit, the rings index by one bit position.
  • the marker in Figure 5 represents the bit index of the current input bit.
  • GSM full-rate speech Another example is GSM full-rate speech.
  • mapping sequence S 1 With a periodicity of 8. Mapping sequence S 1 therefore becomes ⁇ 0,114,228,342,457,571,685,799 ⁇ .
  • Sequence S 2 will be the same as previously described.
  • the output index is calculated according to:
  • Equation 13 KiOd(S 1 (I) + S 2 (j) , 456) Eq. (13) where i and J are indices as defined in Equations 7 and 8.
  • the modulus operation in Equation 13 is required because the interleaving function for the GSM full-rate speech channel uses block-diagonal interleaving. Consequently, the index values in sequence S 1 exceed 456, thus requiring the modulus operation
  • mapping sequence S 1 maps the modulus operation to the bit-mapping process.
  • the modulus operation may be performed on mapping sequence S 1 , which is pre-calculated and stored in memory 14.
  • mapping sequence S 1 becomes:
  • Equation 13 Equation 13
  • FIG. 6 illustrates a mapping circuit 100 that may be used as an interleaver 42 or de-interleaver 60 in the communication system 10 of Figure 1.
  • the mapping circuit 100 comprises a decompression unit 102, a mapping unit 104, input buffer 106, and output buffer 108.
  • the input buffer 106 stores the input sequence and inputs one input bit C(A:) at a time to the mapping unit 104.
  • the decompression unit 102 generates a decompressed mapping sequence based on the " compressed mapping sequences stored in look-up table 110, which may be part of memory 14, and the Bit indices k of the input bits C(A;) as previously described.
  • the decompression unit 102 For each input bit C(k) input to the mapping unit 104, the decompression unit 102 reads the corresponding partial mapping values from the lookup table 110 and computes an output index n that is output to the mapping unit 104.
  • the mapping unit 104 maps the input bit C(k) to a corresponding location in the output buffer 108 based on the input-to-output mapping value n provided by the decompression unit 102.
  • the sequence of consecutive output indices n is the original decompressed mapping sequence.
  • FIG. 7 is a flow diagram illustrating a bit mapping method 200 according to one embodiment of the present invention.
  • the mapping process 200 begins at step 202 with the loading of an input sequence into the input buffer 106.
  • a bit index k is initialized to "0" (block 204).
  • the decompression unit 102 computes selection indices i and j for compressed mapping sequences S 1 and 1S 2 , respectively, based on the bit index k (block 206) and looks up corresponding partial mapping values from look-up tables 110 in memory 14 (block 208).
  • the decompression unit 102 then calculates the output index n , for example by summing the partial mapping values read out of look-up tables (block 210).
  • the output index n is output to the mapping unit 104.
  • the output index n indicates the bit position in the output sequence of a corresponding input bit.
  • the mapping unit 104 writes the /rih input bit to the nth position in the output buffer 108.
  • the mapping circuit 100 maps the input bits C(A;) one at a time to corresponding locations in the output buffer 108 (block 212). After each input bit C(k) is mapped, the mapping circuit 100 determines whether the end of the input sequence is reached
  • mapping circuit 100 increments the bit index k (block 214) and repeats the mapping process (blocks 206-212) for the next input bit
  • Figure 8 illustrates an exemplary compression unit 150 to generate compressed mapping sequences used in the present invention.
  • the compression unit 150 comprises a decomposer 152 and a sequence generator 154.
  • a mapping function f(k) is input to the decomposer 152.
  • the decomposer 152 decomposes the mapping function f(k) into m periodic component functions f ⁇ (k), f 2 (k) ... f m (k) that are input to the sequence generator 154.
  • the sequence generator 154 generates / compressed mapping sequences S 1 (k),S 2 (k)...S, (k) from the component functions f x ⁇ k), f 2 (k)... f m (k) .
  • FIG. 9 is a flow diagram illustrating the operation of the compression unit 150 in one exemplary embodiment of the invention.
  • the compression process 250 begins when the mapping function f(k) is input to the compression unit 150 (block 252).
  • the decomposer 152 decomposes the mapping function f(k) into component functions f l (k),f 2 (k)...f m (k) (block 254).
  • the sequence generator 154 groups component functions with the same or compatible periods (block 256).
  • the sequence generator 154 computes a compressed mapping sequence for each group of component functions (block 258). For each group, the component functions in the group are evaluated over the longest period of the group. For each bit index k , the sequence generator 154 evaluates all component functions in a group and sums or otherwise combines the results to yield a partial mapping value. The resulting partial mapping values over the longest period of the group form a compressed mapping sequence.
  • the compressed mapping sequences generated by the sequence generator 154 are then stored in look-up tables 110 (block 260) and the process ends (block 262).

Abstract

A method of mapping input bit positions in an input sequence to output bit positions in an output sequence uses compressed mapping sequences stored in memory derived from a predetermined mapping function. The mapping function is decompressed into periodic component functions that are used to generate the compressed mapping sequences. Each compressed mapping sequence comprises a plurality of partial mapping values that represent one period of a corresponding component function or group of component functions. Partial mapping values are selected from each compressed mapping sequence based on a bit index of the current input bit and summed or otherwise combined to get an output index.

Description

MEMORY EFFICIENT INTERLEAVING/DE-INTERLEAVING UTILISING THE PERIODICITY OF THE
MAPPING FUNCTION
BACKGROUND OF THE INVENTION The present invention relates generally to bit-mapping, and more particularly, to methods of interleaving/de-interleaving with compressed mapping sequences.
In many types of communication channels, such as radio channels, the inherent noise causes bit errors to occur during transmission. In order to reduce bit errors, digital communication systems typically use error control codes to enable detection and/or correction of the bit errors at the receiver. These error control codes introduce controlled redundancy into the information transmitted over the communication channel, which can be used at the receiver to detect and/or correct errors in the received signal. Error detecting codes enable the receiver to detect bit errors. The receiver may then request retransmission of the information that was received in error. Error correcting codes enable the receiver to detect and correct bit errors without retransmission.
Convolutional codes are one type of forward error correcting code used in digital communication systems. Though very effective in correcting random bit errors that occur during transmission, convolutional codes are susceptible to burst errors. Random errors occur when individual bits in the transmitted bit sequence are corrupted by noise and received in error. Random errors are typically isolated and may be caused by noise in the communication channel. Burst errors occur when a series of adjacent or closely spaced bits are received in error and may be caused by fading in the communication channel. Many coding schemes have difficulty correcting burst errors.
Interleaving is a technique used to enhance the error correcting capabilities of error correcting codes, such as convolutional codes, to make them more effective against burst errors. Coded bits output by an encoder are reordered by an interleaver to spread the coded bits over time. This reordering of the coded bits in effect spreads long burst errors so that they appear to the decoder as independent random bit errors. An interleaver can be viewed as a one-to-one mapping function that maps input bits in an input sequence to a corresponding position in an equal-length output bit sequence.
Two techniques are commonly used to perform interleaving and de-interleaving - the lookup method and the calculation method. The lookup method uses pre-calculated mapping values for each input bit to map input bit positions in an input sequence to output bit positions in an output sequence. The pre-calculated mapping values comprise a mapping sequence that is stored in a look-up table. The interleaver/de-interleaver gets the output bit position for each input bit by a simple look-up operation. This iook-up table method is relatively efficient in use of , processing resources, but requires a relatively large amount of memory compared to the calculation approach. The calculation approach calculates the output bit position for each input bit in real time. The calculation method can be used when the mapping function can be expressed in closed form. The calculation method doesn't require any memory to store look-up tables at the cost of more processing resources.
The design of chip sets for digital communication systems is often constrained by memory rather than by processing resources. In such systems, the look-up table approach is inappropriate and a method that can achieve a better balance between memory and processing resources is often desired. Achieving a better balance between memory and processing resources may help in reducing the size and cost of chip sets for mobile communications.
SUMMARY OF THE INVENTION
The present invention provides a method of compressing bit mapping sequences and using the compressed mapping sequences to perform interleaving and de-interleaving. The present invention may be used, for example, in digital communication systems, such as wireless communication networks.
A bit mapping function is decomposed into periodic component functions. The periodic component functions are evaluated over one period to obtain two or more compressed mapping sequences. Periodic component functions having the same or compatible period may be combined to generate a single compressed mapping sequence. Each compressed mapping sequence comprises a plurality of partial mapping values that repeat within the interval of the input sequence. A mapping circuit uses the compressed mapping sequences to map input bit positions in an input sequence to corresponding output bit positions in an output sequence. The mapping circuit uses the bit index of each input bit to select partial mapping values from each compressed mapping sequence and calculates an output index, for example by adding the partial mapping values together. The output index generated for each input bit indicates the position in the output sequence to which the input bit is mapped. The compression method for compressing bit mapping functions reduces memory requirements as compared to prior art systems that store entire uncompressed mapping sequences. The use of the compressed mapping sequences to perform interleaving and de-interleaving also requires less processing resources than real-time computation of each output index based on evaluation of a mapping function.
BRIEF DESCRIPTION OF THE DRAWINGS „ Figure 1 is a block diagram of a mobile communication device in which the channel encoder/decoder of the present invention could be used. Figure 2 is a block diagram of an exemplary channel encoder according to the . present invention. .
Figure 3 is a block diagram ofan exemplary channel decoder according to the present invention. Figure 4 is a pictorial representation of the mapping sequences in one exemplary embodiment of the invention.
Figure 5 is a graphic illustration of a cyclical addition method used in the present invention to add mapping values contained in the mapping sequences.
Figure 6 is a block diagram of a mapping circuit for use in an interleaver or de- interleaver according to one embodiment of the invention.
Figure 7 is a flow chart of an exemplary bit-mapping algorithm for interleaving and de-interleaving according to one embodiment of the invention.
Figure 8 is a block diagram of compression unit according to one embodiment of the present invention Figure 9 is a flow chart of an exemplary compression method for compressing mapping sequences according to one embodiment of the present invention.
DETAILED DESCRIPTION OF THE INVENTION Figure 1 illustrates a mobile communication device generally indicated by the numeral 10. The mobile communication device 10 comprises a system controller 12 to control the overall operation of the mobile communication device 10, a memory 14 to store programs and data needed for operation, a transmitter 20 to transmit signals, and a receiver 30 to receive signals. The transmitter 20 and receiver 30 are coupled to a common antenna 18 by a duplexer or switch 16 that permits full duplex operation. The transmitter 20 receives a source data stream from an information source, processes the source data stream to generate a transmit signal suitable for transmission over a radio channel, and modulates the transmit signal onto an RF carrier. The transmitter 20 includes a source encoder 22, a channel encoder 24 and a modulator 26. The source encoder 22 removes redundancy or randomizes the source data stream to produce an information sequence that has been optimized for maximum information content. For example, the source encoder may comprise a speech encoder to encode speech for transmission over the communication channel. The information sequence from the source encoder 22 is passed to the channel encoder 24. The channel encoder 24 introduces an element of redundancy into the information sequence supplied by the source encoder 22 to generate a coded output. The redundancy added by the channel encoder 24 serves to enhance the error correction capability of the communication system. By making use of the redundant information, a receiver 30 can detect and correct bit errors that may occur during transmission. The output of the channel . ... encoder 24 is the transmit. bit.sequence. The modulator 26 receives the transmit bit sequence from the channel encoder 24 and generates waveforms that both suit the physical nature of the i communication channel and can be efficiently transmitted over the communication channel. Typical modulation schemes used in mobile communication devices 10 include 16QAM, 8-PSK, 4-PSK, and the like.
The receiver 30 receives signals transmitted from a far-end device that has been corrupted by passage through the communication channel. The function of the receiver 30 is to reconstruct the original source data stream from the received signal. The receiver 30 includes a demodulator 32, channel decoder 34, and source decoder 36. The demodulator 32 processes the received signal and generates a received bit sequence, which may comprise hard or soft values for each received bit. If the received signal is transmitted without error through the communication channel, the received bit sequence would be identical to the transmit bit sequence at the transmitter. In actual practice, the passage of the received signal through the communication channel introduces bit errors into the received signal. The channel decoder 34 uses the redundancy added by the channel encoder 24 at the transmitter 20 to detect and correct the bit errors. A measure of how well the demodulator 32 and decoder 34 perform is the frequency with which bit errors occur in the decoded sequence. As a final step, a source decoder 36 reconstructs the original signal from the information source. The difference between the reconstructed information signal and the original information signal is a measure of the distortion introduced by the communication system.
Figures 2 and 3 illustrate an exemplary channel encoder 24 and decoder 34, respectively. The channel encoder 24 (Fig. 2) includes an encoder 40 to encode an information sequence from the source encoder 22 and an interleaver 42 to reorder coded bits output by the encoder 40. The encoder 40 may, for example, comprise a convolutional encoder or block encoder. The interleaver 42 reorders the bits output by the encoder 40 to spread the coded bits over time to render them more resistant to burst errors.
The channel decoder 34 (Fig. 3) comprises a de-interleaver 60 followed by a decoder 62. The de-interleaver 60 reverses the process performed by the interleaver 42. In the absence of bit errors, the input sequence to the de-interleaver would be the interleaved sequence output by the interleaver 42. The de-interleaver 60 reorders the interleaved bits to return them to their original position. The output sequence from the de-interleaver 60 is the same as the coded bit sequence output by the channel encoder 40 except for any bit errors that may have occurred during transmission. The coded bit sequence is input to the decoder 62 for error detection and/or correction. The interleave!- 42-and de-interleaver 60 both employ a mapping rule to reorder input bits. The mapping rule may be expressed mathematically as a mapping function, or may be expressed as a mapping sequence, i.e. sequence of mapping values, that maps the input bit position of each input bit to a corresponding output bit position in an output bit sequence. Using an explicit mapping function to compute every output bit index requires substantial processing resources. Storing a mapping sequence in memory reduces the load on the processing resources, but at the cost of more memory. The present invention attempts to balance the use of processing and memory resources by providing a method and apparatus for compressing mapping sequences and for using the compressed mapping sequences to perform bit-mapping, e.g. interleaving and de-interleaving. The compressed mapping sequences require less memory than uncompressed mapping sequences. Use of the compressed mapping sequences to perform interleaving and de-interleaving requires less processing resources than the computation of each output index based on a mapping function.
The compression and bit-mapping method employed in the present invention is described below using the interleave mapping specified for the GSM SACCH channel, which should be viewed as a non-limiting example. The interleaver 42 for the GSM SACCH channel operates on a block of 456 bits denominated by bit indices from 0 to 455. Both interleaving and de-interleaving are a 1 :1 mapping wherein the /rth input bit in an input sequence is mapped to the nth position in an output bit sequence. A generalized mapping function can be expressed as: n = f(k) Eq. (1) where n is the output index. In the case of the GSM SACCH channel, the interleaving function can be expressed as:
n = f(k) = U4mod(k,4) + 2mod(49k,57) + floor(mod(k,8)/4) Eq. (2)
The output index n is unique for all values of k from 0 to 455. Therefore evaluating the mapping function for all values of k from 0 to 455 yields a mapping sequence that uniquely maps each input bit position to a corresponding output bit position.
To compress the mapping sequence, the mapping function f(k) is decomposed into periodic component functions. Equation 2 can be rewritten as:
n = f(k) = fl(k) + f2(k) + f3(k) Eq. (3) _ where ^) = I MmOd(M) Eq- (4) /2 (k) = 2mod(49£, 57) Eq. (5)
f3(k) = floor(mod(k,8)/4) Eq. (6) Component function fx(k) maps the bit index k for each input bit to integer multiples of 114 and repeats after every 4 bits. Component function f2(k) maps the bit index k for each input bit to even numbers between 0 and 112 and repeats after every 57 input bits. Component function /3{k) maps the bit index k for each input bit to either 0 or 1 and repeats after every 8 input bits.
Although the mapping function f(k) is not periodic over the 456 bit space used by the interleaver 42 for the GSM SACCH channel, the component functions fx{k), f2(k), f3(k) are periodic within a 456 bit space. In the exemplary embodiment described herein, component functions f1 (k),f2(k),f3 (k) have a period of 4, 57 and 8, respectively and component function f2(k) has a period of 57. The present invention exploits the periodicity of the component functions fx(k),f2(k),f3(k) to generate compressed mapping sequences that can be stored in memory 14.
Figure 4 is a pictorial illustration of mapping sequences S1 and S2 derived from the component functions fι(k),f2(k),f3(k)for the GSM SACCH channel. It is recognized that two or more component functions with the same periodicity can be combined to produce a single mapping sequence. More generally, any two component functions related by P[fl ) = mP{f2 ) , where P(fn ) represents the periodicity of component function fn and m is a non-negative integer, may be combined to produce a single mapping sequence. In other words, two component functions may be combined as long as the periodicity of one component function is an integer multiple of the other component function. The periodicity of the combined mapping sequence will equal the periodicity of the component function with longest periodicity. Because the periodicity of component function f3{k) is an integer multiple of the component function fx(k) , the mapping values generated by f{ (k) and f3(k) are combined into one mapping sequence S1 with a periodicity of 8 and stored in memory 14. Each element of the mapping sequence S1 comprises a partial mapping value equal to the sum of f{(k) anά f3(k) at a given bit index k . Because the sequence repeats after every 8 bits, it is necessary to store only 8 partial mapping values in the mapping sequence S1 representing one period of the combined component functions fx{k) + f3(k) . Thus, all possible values of f1 (k) + f3 (k) are represented by mapping sequence S1 . Because the component function f2(k) a period not being an integer multiple of the period of the combined component functions fx(k) + f3(k) , a separate mapping sequence S2 corresponding to the component function f2(k) is stored in memory 14. Mapping sequence S2 comprises 57 partial mapping values representing all possible values of f2(k) . The mapping sequences S1 and S1 may be stored in one or more lookup tables in memory 14. For purposes of explanation, it will be assumed that mapping sequence S1 is stored in a lookup table T1 and that mapping sequence S2 is stored in a lookup table T2 . This example should be considered non-limiting. Mapping sequences S1 and S2 could be stored in the same lookup table, or in some other type of data structure (e.g. arrays, registers, etc.).
Look-up tables T1 and T2 may store the partial mapping value in 16-bit words. In the example given, the look-up table T1 corresponding to mapping sequence S1 would comprise eight words, and the look-up table T2 corresponding to mapping sequence S2 would comprise
57 words. If the maximum value of a mapping sequence is less than or equal to 255, only 8 bits are required to store the partial mapping values. In this case, two partial mapping values of one byte each may be stored in a single word in the look-up table storing two partial mapping values. In the example given, the look-up table T1 would therefore need only four words, and the look-up table T2 would need only 29 words for a total of 33 words. For comparison, storing the complete uncompressed mapping sequence would require 456 words. Thus, the present invention results in approximately 93% compression of the mapping sequence.
An input-to-output mapping value or output index n can be computed for each input bit in an input sequence by cyclically adding the partial mapping values in each mapping sequence S1 and S2. The interleaving function for the GSM SACCH channel shown in Eq. 3 will be used to explain the cyclical addition process. The input bits to the interleaver 42 are the coded bits output by the channel encoder 40, denominated C(k) . For each input bit C(k) , corresponding partial mapping values S1(J) and S2(J) are selected from the mapping tables T1 and T2 based on the bit index k and summed to obtain the output index n . When the first bit (k = 0) of the input sequence is input to the interleaver 42, the first mapping value in each mapping sequence is selected. The selected mapping values are summed together to obtain an input-to-output mapping value n . For each subsequent input bit, the next adjacent mapping value is selected from each mapping sequence and the selected partial mapping values are summed to get the next output index. When the end of a mapping sequence 1S1 or S2 is reached, the next partial mapping value to be selected will be the first mapping value in the mapping sequence. This process repeats until the end of the input sequence is reached. The cyclical addition of the mapping sequences S1 and S2 generates a decompressed mapping sequence that can then be used to map input bits C(Jc) in input sequence to corresponding output bits I(ή) in an output sequence.
Figure 5 graphically illustrates the cyclical addition process. As seen in Figure 5, each mapping sequence Sx and S2 is formed into a ring. After each input bit, the rings index by one bit position. The marker in Figure 5 represents the bit index of the current input bit. In Figure 5, the 114th bit (£ = 113) is being mapped. The bit index is selecting the second mapping value in S1 (value = 114) and the 57th mapping value in S2 (value = 16). The output index n for the 114th bit is therefore 114 + 16 = 130. For the 115th input bit, the bit index (Jc = 114) will select the third mapping value in S1 (value = 228) and the first mapping value
(value = 0) in S2 . Thus, the input/output mapping value n for the 115th bit is equal to 228. This process repeats until the end of the input sequence (bit index = 455) is reached.
The cyclical addition process can be performed by computing selection indices i and j according to: i = mod(*,8) Eq. (7) j = moά(k,51) Eq. (8) Note that the divisor in equations 7 and 8 is equal to the period of the corresponding mapping sequence. Thus, selection index / will increment from 0 to 7 repetitively and selection index j will increment from 0 to 56 repetitively. For each input bit C(k) , the output index n is calculated according to: n = Sx (i) + S2 (j) Eq. (9) Equation 9 sums the partial mapping values modulus 456 to yield a non-repeating value between 0 and 455 providing a 1 :1 mapping between C(Jc) and I(ή) .
Another example is GSM full-rate speech. In the case of the GSM full-rate speech channel, the interleaving function is the same as Equation 3, where y;(*) = 114mod(Jfc,8) Eq. (10)
/2(£) = 2mod(49£,57) Eq. (11 ) /3 (k) = floor (mod(k, 8) / 4) Eq. (12)
The periodicity of fx(k) and f3(k) is the same so these component functions may be combined as previously described to produce a combined mapping sequence S1 with a periodicity of 8. Mapping sequence S1 therefore becomes {0,114,228,342,457,571,685,799} . Sequence S2 will be the same as previously described. The output index is calculated according to:
n = KiOd(S1 (I) + S2 (j) , 456) Eq. (13) where i and J are indices as defined in Equations 7 and 8. The modulus operation in Equation 13 is required because the interleaving function for the GSM full-rate speech channel uses block-diagonal interleaving. Consequently, the index values in sequence S1 exceed 456, thus requiring the modulus operation
The modulus operation in Equation 13 can be eliminated to save processing resources by modifying the mapping sequence S1 . Rather than perform the modulus operation in real-time during the bit-mapping process, the modulus operation may be performed on mapping sequence S1 , which is pre-calculated and stored in memory 14. Thus, mapping sequence S1 becomes:
S1 ={0,114,228,342,1,115,229,343) Eq. (14) With S1 modified as shown in Equation 14, Equation 13 is simplified to become:
K = S1 ^S2 [J) , Eq. (15) which is a simple addition operation.
While the present invention has been described in the context of an interleaving operation performed by the transmitter 20, those skilled in the art would recognize that the same bit mapping techniques may be used by the de-interleaver 60 at the receiver 30.
Figure 6 illustrates a mapping circuit 100 that may be used as an interleaver 42 or de-interleaver 60 in the communication system 10 of Figure 1. The mapping circuit 100 comprises a decompression unit 102, a mapping unit 104, input buffer 106, and output buffer 108. The input buffer 106 stores the input sequence and inputs one input bit C(A:) at a time to the mapping unit 104. The decompression unit 102 generates a decompressed mapping sequence based on the" compressed mapping sequences stored in look-up table 110, which may be part of memory 14, and the Bit indices k of the input bits C(A;) as previously described. For each input bit C(k) input to the mapping unit 104, the decompression unit 102 reads the corresponding partial mapping values from the lookup table 110 and computes an output index n that is output to the mapping unit 104. The mapping unit 104 maps the input bit C(k) to a corresponding location in the output buffer 108 based on the input-to-output mapping value n provided by the decompression unit 102. The sequence of consecutive output indices n is the original decompressed mapping sequence.
Figure 7 is a flow diagram illustrating a bit mapping method 200 according to one embodiment of the present invention. The mapping process 200 begins at step 202 with the loading of an input sequence into the input buffer 106. A bit index k is initialized to "0" (block 204). The decompression unit 102 computes selection indices i and j for compressed mapping sequences S1 and 1S2 , respectively, based on the bit index k (block 206) and looks up corresponding partial mapping values from look-up tables 110 in memory 14 (block 208). The decompression unit 102 then calculates the output index n , for example by summing the partial mapping values read out of look-up tables (block 210). The output index n is output to the mapping unit 104.
The output index n indicates the bit position in the output sequence of a corresponding input bit. The mapping unit 104 writes the /rih input bit to the nth position in the output buffer 108. The mapping circuit 100 maps the input bits C(A;) one at a time to corresponding locations in the output buffer 108 (block 212). After each input bit C(k) is mapped, the mapping circuit 100 determines whether the end of the input sequence is reached
(block 214). If so, the process ends (block 218). If not, the mapping circuit 100 increments the bit index k (block 214) and repeats the mapping process (blocks 206-212) for the next input bit
C(k) .
Figure 8 illustrates an exemplary compression unit 150 to generate compressed mapping sequences used in the present invention. The compression unit 150 comprises a decomposer 152 and a sequence generator 154. A mapping function f(k) is input to the decomposer 152. The decomposer 152 decomposes the mapping function f(k) into m periodic component functions f{(k), f2(k) ... fm(k) that are input to the sequence generator 154. The sequence generator 154 generates / compressed mapping sequences S1 (k),S2(k)...S, (k) from the component functions fx {k), f2 (k)... fm (k) . In general, the number of compressed mapping sequences will be less than or equal to the numbeT of component functions. The compressed mapping sequences S1 (k),S2(k)... S1 (^k) generated by the sequence generator 154 are then stored in look-up tables 110 in memory 14. Figure 9 is a flow diagram illustrating the operation of the compression unit 150 in one exemplary embodiment of the invention. The compression process 250 begins when the mapping function f(k) is input to the compression unit 150 (block 252). The decomposer 152 decomposes the mapping function f(k) into component functions fl(k),f2(k)...fm(k) (block 254). The component functions fx (k), /2 (&)... fm(k) are input to the sequence generator 154, which groups component functions with the same or compatible periods (block 256). The sequence generator 154 computes a compressed mapping sequence for each group of component functions (block 258). For each group, the component functions in the group are evaluated over the longest period of the group. For each bit index k , the sequence generator 154 evaluates all component functions in a group and sums or otherwise combines the results to yield a partial mapping value. The resulting partial mapping values over the longest period of the group form a compressed mapping sequence. The compressed mapping sequences generated by the sequence generator 154 are then stored in look-up tables 110 (block 260) and the process ends (block 262). The present invention may, of course, be carried out in other specific ways than those herein set forth without departing from the spirit and essential characteristics of the invention. The present embodiments are, therefore, to be considered in all respects as illustrative and not restrictive, and all changes coming within the meaning and equivalency range of the appended claims are intended to be embraced therein.

Claims

CLAIMS What is claimed is:
1. A method of mapping input bit positions in an input bit sequence to output bit positions in an output bit sequence according to a predetermined mapping function, the method comprising: storing compressed mapping sequences derived from periodic component functions of said predetermined mapping function, each compressed mapping sequence comprising a plurality of periodic mapping values; generating an output index for each input bit in the input bit sequence based on said compressed mapping sequences; and mapping each input bit position to its corresponding output bit position based on the corresponding output index.
2. The method of claim 1 wherein said output index for each input bit is generated by: selecting partial mapping values from each mapping sequence based on a corresponding bit index of said input bit; and calculating an output index based on selected partial mapping values.
3. The method of claim 2 wherein the output index is calculated by adding the selected partial mapping values to generate the output index for the input bit.
4. The method of claim 2 wherein partial mapping values for each input bit are selected by: computing a selection index for each mapping sequence based on the bit index of the input bit; and selecting a partial mapping value from each mapping sequence based on the selection index.
5. The method of claim 4 wherein computing a selection index for each mapping sequence based on the bit index comprises computing a modulus of the bit index divided by the period of the mapping sequence.
6. The method of claim 2 wherein each mapping sequence is stored in a lookup table and wherein the bit index of each input bit is used to compute an index to said lookup tables to select partial mapping values.
7. The method of claim 6 wherein said partial mapping values are stored in 16-bit words in said lookup tables.
8. The method of claim 7 wherein at least one lookup table stores two one-byte partial mapping values in a 16-bit word.
9. The method of claim 1 wherein each compressed mapping sequence comprises one period of a corresponding component function or group of component functions.
10. The method of claim 9 wherein at least one of said compressed mapping sequences is derived from a combination of two or more periodic component functions.
11. The method of claim 1 wherein said output index for each input bit is generated by cyclically adding partial mapping values from each compressed mapping sequence to obtain a decompressed mapping sequence.
12. The method of claim 1 wherein said predetermined mapping function is an interleaving function.
13. The method of claim 1 wherein said predetermined mapping function is a de- interleaving function.
14. A mapping circuit to map input bit positions in an input sequence to output bit positions in an output bit sequence, the apparatus comprising: memory to store compressed mapping sequences derived from periodic component functions of said predetermined mapping function, each compressed mapping sequence comprising a plurality of partial mapping values; a decompression unit to generate a decompressed mapping sequence from said compressed mapping sequences, the decompressed mapping sequence comprising an output index for each input bit in the input bit sequence; and a mapping unit to map each input bit position to its corresponding output bit position based on the corresponding output index.
15. The mapping circuit of claim 14 wherein the decompression unit generates said output index for each input bit by: selecting partial mapping values from each mapping sequence based on a corresponding bit index of said input bit; and calculating an output index based on selected partial mapping values.
16. The method of claim 15 wherein the decompression unit calculates the output index for the input bit by summing the selected partial mapping values.
17. The mapping circuit of claim 15 wherein the decompression unit generates mapping values for each input bit by: computing a selection index for each mapping sequence based on the bit index of the input bit; and selecting a partial mapping value from each mapping sequence based on the selection index.
18. The mapping circuit of claim 17 wherein computing a selection index for each mapping sequence based on the bit index comprises computing a modulus of the bit index divided by the period of said mapping sequence.
19. The mapping circuit of claim 15 wherein each mapping sequence is stored in a lookup table and wherein the bit index of each input bit is used to compute an index to said lookup table to select a partial mapping value for mapping a current input bit.
20. The mapping circuit of claim 19 wherein said partial mapping values are stored in
16-bit words in said lookup tables.
21. The mapping circuit of claim 20 wherein at least one lookup table stores two one- byte partial mapping values in a 16-bit word.
22. The mapping circuit of claim 14 wherein each compressed mapping sequence comprises one period of a corresponding component function or group of component functions.
23. The mapping circuit of claim 22 wherein at least one of said compressed mapping sequences is derived from a combination of two or more periodic component functions.
24. The mapping circuit of claim 14 wherein said decompression unit generates said output index for each input bit by cyclically adding partial mapping values from each compressed mapping sequence to obtain a decompressed mapping sequence.
25. The mapping circuit of claim 14 wherein said mapping circuit is an interleaver.
26. The mapping circuit of claim 14 wherein said mapping circuit is a de-interleaver.
27. A computer readable media with a computer program stored thereon for mapping input bit positions in an input sequence to output bit positions in an output sequence, said computer program comprising code to: generate an output index for each input bit in the input bit sequence based on compressed mapping sequences stored in a memory; and map each input bit position to an output bit position based on a corresponding output index.
28. The computer readable media of claim 27 wherein the code to generate an output index for each input bit in the input bit sequence comprises code to: select partial mapping values from each mapping sequence based on a corresponding bit index of said input bit; and calculate an output index based on selected partial mapping values.
29. The method of claim 28 wherein the code to calculate and output index sums the selected partial mapping values to generate the output index for the input bit.
30. The computer readable media of claim 27 wherein said computer program is an interleaving program.
31. The computer readable media of claim 27 wherein said computer program is an de-interleaving program.
32. A method of compressing a bit-mapping function used to map input bit positions in an input bit sequence to output bit positions in an output bit sequence, the method comprising: decomposing the bit-mapping function into periodic component functions; generating two or more compressed mapping sequences from said periodic component functions, each compressed mapping sequence comprising a sequence of partial mapping values representing one period of a corresponding periodic component function; and storing said compressed mapping sequences in memory.
33. The method of claim 32 wherein generating two or more compressed mapping sequences from said periodic component functions further comprises generating one compressed mapping sequence for each set of component functions.
34. The method of claim 32 wherein each compressed mapping sequence is stored in a lookup table.
35. The method of claim 34 wherein said mapping values are stored in 16-bit words in said lookup table.
36. The method of claim 35 wherein at least one lookup table stores two one-byte mapping values in a 16-bit word.
37. An apparatus for compressing a bit-mapping function comprising: a decomposer to decompose the bit-mapping function into periodic component functions; and a sequence generator to generate two or more compressed mapping sequences from said periodic component functions, each compressed mapping sequence comprising a sequence of partial mapping values representing one period of a corresponding periodic component function.
38. The apparatus of claim 37 wherein the sequence generator groups component functions having the same period and generates one compressed mapping sequence for each group of component functions.
39. A computer readable media with an computer program stored thereon for compressing a bit-mapping function, said computer program comprising code to: decompose the bit-mapping function into component functions; and generate two or more compressed mapping sequences from said periodic component functions, each compressed mapping sequence comprising a sequence of partial mapping values representing one period of a corresponding periodic component function.
40. The computer readable media of claim 39 wherein the code to generate compressed mapping sequences from said periodic component functions comprises code to group component functions having the same period and to generate one compressed mapping sequence for each group of component functions.
PCT/EP2005/013564 2004-12-17 2005-12-16 Memory efficient interleaving / de-interleaving utilising the periodicity of the mapping function WO2006063843A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CN2005800481458A CN101151806B (en) 2004-12-17 2005-12-16 Memory efficient interleaving / de-interleaving utilizing the periodicity of the mapping function
KR1020077016336A KR101143768B1 (en) 2004-12-17 2005-12-16 Memory efficient interleaving/de-interleaving utilising the periodicity of the mapping function
EP05819372A EP1834411A1 (en) 2004-12-17 2005-12-16 Memory efficient interleaving/de-interleaving utilising the periodicity of the mapping function

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/016,643 2004-12-17
US11/016,643 US7600164B2 (en) 2004-12-17 2004-12-17 Interleaving/de-interleaving using compressed bit-mapping sequences

Publications (1)

Publication Number Publication Date
WO2006063843A1 true WO2006063843A1 (en) 2006-06-22

Family

ID=35589659

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2005/013564 WO2006063843A1 (en) 2004-12-17 2005-12-16 Memory efficient interleaving / de-interleaving utilising the periodicity of the mapping function

Country Status (5)

Country Link
US (1) US7600164B2 (en)
EP (1) EP1834411A1 (en)
KR (1) KR101143768B1 (en)
CN (1) CN101151806B (en)
WO (1) WO2006063843A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120060231A1 (en) * 2009-05-15 2012-03-08 The University Of Toyo Method and kit for evaluation of predisposition to development of obesity, anti-obesity agent and method for screening thereof, non-human animal, adipose tissue, adipocyte, method for production of transgenic mouse, antigen, and antibody

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004030262A1 (en) * 2002-09-24 2004-04-08 Telefonaktiebolaget Lm Ericsson (Publ) Interleaving for mobile communications
US7308616B2 (en) * 2004-08-26 2007-12-11 International Business Machines Corporation Method, apparatus, and computer program product for enhanced diagnostic test error reporting utilizing fault isolation registers
US20080133997A1 (en) * 2006-12-01 2008-06-05 Broadcom Corporation, A California Corporation Turbo decoder employing ARP (almost regular permutation) interleave and inverse thereof as de-interleave
US7886203B2 (en) * 2007-09-05 2011-02-08 Mindtree Consulting Ltd Method and apparatus for bit interleaving and deinterleaving in wireless communication systems
US8036258B2 (en) * 2007-10-17 2011-10-11 Mazen Alkhatib Method and system for increasing transmission speed of wired or wireless signals while minimizing the bit error rate
KR101288548B1 (en) * 2009-12-15 2013-07-22 한국전자통신연구원 Interleaving apparatus for improving transmission efficiency and interleaving method thereof
EP2438511B1 (en) 2010-03-22 2019-07-03 LRDC Systems, LLC A method of identifying and protecting the integrity of a set of source data

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0660558A2 (en) 1993-12-23 1995-06-28 Nokia Mobile Phones Ltd. Interleaving method and apparatus for digital data transmission in GSM-networks
US20050110663A1 (en) 2003-11-21 2005-05-26 O'shea Helena D. Method to efficiently generate the row and column index for half rate interleaver in GSM
WO2005060106A1 (en) * 2003-12-11 2005-06-30 Freescale Semiconductor, Inc. Multi-standard turbo interleaver using tables

Family Cites Families (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3652998A (en) 1970-03-01 1972-03-28 Codex Corp Interleavers
US4641327A (en) * 1985-07-09 1987-02-03 Codex Corporation Frame synchronization in trellis-coded communication systems
US4901319A (en) * 1988-03-18 1990-02-13 General Electric Company Transmission system with adaptive interleaving
US4907233A (en) * 1988-05-18 1990-03-06 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration VLSI single-chip (255,223) Reed-Solomon encoder with interleaver
US5042033A (en) 1989-06-05 1991-08-20 Canadian Marconi Corporation RAM-implemented convolutional interleaver
US5077737A (en) * 1989-08-18 1991-12-31 Micron Technology, Inc. Method and apparatus for storing digital data in off-specification dynamic random access memory devices
US5392299A (en) * 1992-01-15 1995-02-21 E-Systems, Inc. Triple orthogonally interleaed error correction system
JPH0721356A (en) 1992-12-31 1995-01-24 Eastman Kodak Co Image processor
US5572532A (en) 1993-12-29 1996-11-05 Zenith Electronics Corp. Convolutional interleaver and deinterleaver
US5719875A (en) 1996-06-11 1998-02-17 Lucent Technologies Inc. Systematic convolution interleavers and deinterleavers
KR19990012821A (en) * 1997-07-31 1999-02-25 홍성용 Electromagnetic wave absorber composition and its manufacturing method, electromagnetic wave absorbing coating composition, its manufacturing method and its coating method
US6339834B1 (en) * 1998-05-28 2002-01-15 Her Majesty The Queen In Right Of Canada, As Represented By The Minister Of Industry Through The Communication Research Centre Interleaving with golden section increments
US6347385B1 (en) * 1998-08-03 2002-02-12 Nortel Networks Limited Interleavers for turbo code
JP4081875B2 (en) * 1998-09-08 2008-04-30 ソニー株式会社 Encoding apparatus and method, decoding apparatus and method, and providing medium
JP2000124816A (en) 1998-10-14 2000-04-28 Oki Electric Ind Co Ltd Encoding interleave device
EP1039646A1 (en) 1999-03-05 2000-09-27 Mitsubishi Electric France Interleaver device and method for interleaving a data set
CN101079641B (en) 1999-04-06 2010-10-13 高通股份有限公司 2-dimensional interleaving apparatus and method
WO2000062461A2 (en) 1999-04-09 2000-10-19 Sony Electronics Inc. Interleavers and de-interleavers
US6259744B1 (en) * 1999-06-01 2001-07-10 Motorola, Inc. Method and apparatus for mapping bits to an information burst
US7286670B2 (en) 1999-11-09 2007-10-23 Chaoticom, Inc. Method and apparatus for chaotic opportunistic lossless compression of data
US7055088B2 (en) * 2000-02-11 2006-05-30 Paradyne Corporation Interleaved generalized convolutional encoder
US6662332B1 (en) 2000-07-05 2003-12-09 3Com Corporation Interleaver for burst error correction
US6785859B2 (en) * 2000-08-04 2004-08-31 Texas Instruments Incorporated Interleaver for variable block size
US6981202B2 (en) * 2001-01-08 2005-12-27 Nokia Corporation Method and system for allocating convolutional encoded bits into symbols before modulation for wireless communication
US6845482B2 (en) * 2001-02-28 2005-01-18 Qualcomm Incorporated Interleaver for turbo decoder
US7170849B1 (en) * 2001-03-19 2007-01-30 Cisco Systems Wireless Networking (Australia) Pty Limited Interleaver, deinterleaver, interleaving method, and deinterleaving method for OFDM data
US6973611B2 (en) 2001-04-17 2005-12-06 Texas Instruments Incorporated Interleaved coder and method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0660558A2 (en) 1993-12-23 1995-06-28 Nokia Mobile Phones Ltd. Interleaving method and apparatus for digital data transmission in GSM-networks
US20050110663A1 (en) 2003-11-21 2005-05-26 O'shea Helena D. Method to efficiently generate the row and column index for half rate interleaver in GSM
WO2005060106A1 (en) * 2003-12-11 2005-06-30 Freescale Semiconductor, Inc. Multi-standard turbo interleaver using tables

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
"Cycle-Efficient Implementation of Diagonal Interleaver for GSM/GPRS Radio", IP.COM JOURNAL, April 2005 (2005-04-01)
AMPADU P ET AL: "An efficient hardware interleaver for 3G turbo decoding", PROC. RADIO AND WIRELESS CONFERENCE RAWCON '03, 10 August 2003 (2003-08-10), PISCATAWAY, NJ, USA, pages 199 - 201, XP010656732, ISBN: 0-7803-7829-6 *
ANONYMOUS: "Cycle-Efficient Implementation of Diagonal Interleaver for GSM/GPRS Radio", IP.COM JOURNAL, IP.COM INC., WEST HENRIETTA, NY, US, 14 April 2005 (2005-04-14), XP013024243, ISSN: 1533-0001 *
GARRETT D ET AL: "ENERGY EFFICIENT TURBO DECODING FOR 3G MOBILE", PROC. OF THE 2001 INTERNATIONAL SYMPOSIUM ON LOW POWER ELECTRONICS AND DESIGN ISLPED, 6 August 2001 (2001-08-06), HUNTINGTON BEACH, CA, USA, pages 328 - 333, XP001134631, ISBN: 1-58113-371-5 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120060231A1 (en) * 2009-05-15 2012-03-08 The University Of Toyo Method and kit for evaluation of predisposition to development of obesity, anti-obesity agent and method for screening thereof, non-human animal, adipose tissue, adipocyte, method for production of transgenic mouse, antigen, and antibody

Also Published As

Publication number Publication date
KR20070097066A (en) 2007-10-02
KR101143768B1 (en) 2012-05-16
CN101151806B (en) 2012-04-25
US7600164B2 (en) 2009-10-06
EP1834411A1 (en) 2007-09-19
CN101151806A (en) 2008-03-26
US20060156094A1 (en) 2006-07-13

Similar Documents

Publication Publication Date Title
US9467176B2 (en) Computationally efficient convolutional coding with rate-matching
US8433982B2 (en) Error-correcting encoding apparatus
EP1805899B1 (en) Puncturing/depuncturing using compressed differential puncturing pattern
KR101444458B1 (en) Apparatus and method of encoding/decoding block low density parity check codes in a communication system
EP1834411A1 (en) Memory efficient interleaving/de-interleaving utilising the periodicity of the mapping function
JP4553330B2 (en) Encoding apparatus and method, decoding apparatus and method, information processing apparatus and method, and storage medium
MXPA01010239A (en) A system and method employing a modular decoder for decoding turbo and turbo-like codes in a communications network.
US7793169B2 (en) Intelligent table-driven interleaving
US7095808B1 (en) Code puncturing method and apparatus
JP3628013B2 (en) Signal transmitting apparatus and encoding apparatus
EP1445885B1 (en) Code puncturing method and apparatus
KR100645730B1 (en) Method for interleaving using magic matrix
KR101353094B1 (en) Interleaving Method for error correction codes and information transmitter-receiver system using thereof
KR101200073B1 (en) A channel encoder of wireless communication system
WO2008060843A2 (en) Interleaver for use in turbo coding

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KM KN KP KR KZ LC LK LR LS LT LU LV LY MA MD MG MK MN MW MX MZ NA NG NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU LV MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DPE1 Request for preliminary examination filed after expiration of 19th month from priority date (pct application filed from 20040101)
WWE Wipo information: entry into national phase

Ref document number: 1020077016336

Country of ref document: KR

WWE Wipo information: entry into national phase

Ref document number: 2005819372

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 200580048145.8

Country of ref document: CN

WWP Wipo information: published in national office

Ref document number: 2005819372

Country of ref document: EP