The present invention relates to a packet interleaving method, intended to be used in a wireless emitting device.
It is known to interleave packets by:
The output packets are sent to a modulator that generates symbols emitted by an antenna. Each constellation point of the output packet is thus emitted by the antenna in a symbol.
Several functions are known in the art, for performing the interleaving operation. However, they all have the same drawback of being dedicated to a predetermined set of modulation parameters (e.g. number of pilot carriers, guard interval, etc.).
When the modulation parameters of the modulator are changed, these functions are not able to correctly interleave the constellation points of the input packets between the output packets.
It is an object of the invention to provide a packet interleaving method that is able properly interleave the input packets, even when the modulation parameters of the modulator are changed.
Accordingly, the invention relates to a packet interleaving method comprising:
Other features of the invention are introduced in the dependent claims.
The invention further relates to a computer program product according to claim 10.
The invention further relates to a packet interleaver according to claim 11.
The invention will be explained in more detail hereafter, with reference to the drawings, wherein:
Functional elements of a wireless data emitting device 10 are illustrated on
In the following description, data is organized in data packets. A data packet comprises a plurality of ordered elements, and will be represented as a vector. The length of a data packet designates the number of elements it contains.
The emitting device 10 is configured for receiving a flow of data constituted as a sequence of information packets pk=[p1 . . . pK]. The elements of the information packets are either bits or bytes. In the described example, each input data packet pk is a MPEG data packet.
The emitting device 10 is configured for generating, from the input data packets pk, a waveform W that is provided to an antenna 12 for emitting the data.
The emitting device 10 comprises three stages 14, 16, 18, implemented in the physical layer of the OSI model, through which the flow of data passes.
1. Forward Error Correction
The first stage is a forward error correction (FEC) module 14, which outputs FEC data packets Xj.
More precisely, the FEC module 14 first comprises a concatenation module 19 configured for taking a number Nb of one or several information packets pk, and regrouping them into a large data packet Pj=[P1,j . . . PN,j].
Considering one large data packet Pj, the FEC module 14 comprises a FEC coder 20 configured for generating a coded data packet Cj=[C1,j . . . CM,j], which contains the initial information plus redundant information. The rate of redundant information relative to the initial information data is referred to as the code rate. The FEC coder 20 uses for example the Turbo code.
The FEC module 14 further comprises a bit interleaver 22 configured to mix up the bits, of the extended data packet Cj. The bit interleaver 22 thus outputs an interleaved data packet C′j=[C′1,j . . . C′M,j].
The FEC module 14 further comprises a constellation mapper 24. The constellation mapper 24 is configured for encoding the interleaved data packet C′j into a FEC data packet Xj=[X1,j . . . XLin,j]. A FEC data packet is a vector of constellation points of a chosen constellation diagram. The constellation points are usually represented by a complex number. The constellation diagram is for instance one of the QAM diagrams: QAM-4, QAM-16, QAM-64, QAM-256, etc. The constellation mapper 24 is able to encode each interleaved data packet with a different QAM constellation. The higher the constellation is, the more bits can be encoded in a single constellation point.
As it can be appreciated, the forward error correction module 14 is parameterized by three parameters, which each affects the quantity of data encoded in the Lin constellation points. Those parameters are: the number Nb of input data packet pk, the code rate, and the chosen constellation diagram.
In order to control the forward error correction module, the wireless data emitting device 10 comprises a controlling means 25 configured for setting parameters such that the forward error correction module 14 only outputs data packets comprising a fixed number Lin of constellation points. In particular, the wireless data emitting device is able to set different FEC parameters for different data packets in a single frame, as it will be explained later.
Of course this same number Lin is kept during normal operation of the emitting device. The fixed number Lin may be changed by reconfiguring the controlling means 25. This is done for instance by the manufacturer.
2. Packet Interleaver
The second stage is a packet interleaver 16. The packet interleaver 16 is configured for selecting successive input sets of consecutive FEC data packets (X1 . . . XNin) received from the forward correction module 14. The functions of the packet interleaver 16 are for instance performed by a calculator configured accordingly.
For each set, supposing that this set comprises Nin consecutive FEC data packets X1 . . . XNin, the packet interleaver 16 is configured for distributing their constellation points so as to form Nout data packets O1 . . . ONout, which will be called symbols. As it will be explained later, a symbol Om comprises the constellation points that are intended to be emitted by the antenna 12 in a modulation symbol, for instance an OFDM symbol when using OFDM modulation.
The packet interleaver 16 is configured so that the number Nout of formed symbols is related to the length Lin of each FEC data packet by the relation: Lin=A×Nout, where A is a fixed whole number (1, 2, 3, etc.).
With reference to
In this way, the constellation points of each data packet is evenly distributed amongst a plurality of Nout symbol Om. If a symbol is lost when it is transmitted by the antenna 12, only a part of each input data packet is lost, and the lost data can be retrieved by using the redundant information of the input data packet contained in the other symbols.
Aggregating the Nin chosen groups (G1m . . . GNinm) comprises mixing up the constellation points of each aggregated fragment with the constellation points of the other aggregated fragments, by alternating constellation points of each aggregated fragment, so as to interleave the aggregated fragments.
For instance, the constellation points in a symbol Om are organized into a number A (same A as before) of sequences of Nin constellation points, where the j-th element of the sequence comes from the aggregated fragment of the j-th FEC data packet Xj.
Preferably, the packet interleaver 16 is configured for aggregating the chosen fragments in such a way that the constellation points a same data packet Xj are positioned in the symbols O1 . . . ONout at all the different possible positions. This is obtained in the described embodiment by shifting the position, in the symbols O1 . . . ONout1, of the constellation points coming from a same data packet Xj, by a constant shift step B between a symbol Om and the next symbol Om+1.
The shifting is made circularly, that is, when the end of the symbol Om is attained, the remaining constellation point are placed at the start of the symbol Om. Preferably, the shifting uses a constant shift step B.
In a preferred embodiment, the frame mapper (16) is configured for realizing the following operation:
Ok,m=Xi,j, i=1 . . . Lin and j=1 . . . Nin
m being the ceil operation of i divided by A,
k={((i−1)%A)×Nin+(j−1)+B×(m−1)}%Lout+1,
where:
Xi,j is the i-th constellation point of the j-th FEC data packet (Xj),
Ok,m is the k-th constellation point of the m-th symbol (Om), and
. . . % . . . denotes the modulo division, i.e. c=a % b, means that c is the remaining of a/b—therefore, c is a value from the set {0, 1, . . . , a−1}.
For instance, m is calculated with the relation: m=|i/A|, where, | . . . | denotes the ceil operation, i.e. rounding to the nearest superior integer.
Alternatively, m is calculated with the relation: m=|(i−1)/A|+1, where, | . . . | denotes the floor operation, i.e. rounding to the nearest inferior integer.
So as to insure that the groups of elements are shifted on exactly all the length Lout of the symbols O1 . . . ONout, B is chosen so that B and Lout are co prime (also called relative prime). Two numbers are called co prime if their Greatest Common Divider is one.
An example of using this relation is shown on
3. Modulation
Referring back to
The modulator 18 further comprises a waveform generator 28, which generates a waveform from the modulated symbols O′m. More precisely, each constellation point of the symbol O′m modulates a respective carrier during a time Tsymbol.
4. Setting Up
Referring to
In a step 100, a time frame Tframe, i.e. the duration of a frame, is chosen. Preferably, the time frame is chosen between 100 and 200 milliseconds.
In a step 110, a symbol duration Tsymbol, i.e. the time during which the antenna 12 sends a symbol O′m before sending the next one O′m+1, is chosen. Tsymbol is chosen so that there is a whole number of symbol durations in a frame duration Tframe. Preferably, Tsymbol is chosen between 100 microseconds and 4 milliseconds.
The number of symbols O′m that are sent in a frame is also deduced. It will be called in the following Nsymbols/frame. From what precedes, one can see that there is a number Nsymbols/frame of modulated symbol O′m in a frame. Similarly, there is a number Nsymbols/frame of symbol Om in a frame.
In a step 120, the length Lmax of the modulated symbols O′m is determined as a function of the symbol duration Tsymbol and the available bandwidth. More precisely, Lmax is the product of Tsymbol with the available bandwidth. Basically, it may be considered that the length Lmax is related to the maximum number of available frequency carriers.
In a step 130, the modulation parameters Δ are chosen.
In a step 140, the length Lout of the symbols Om is determined as a function of the length Lmax of the modulated symbols O′m and the modulation parameters Δ. In fact, the modulation parameters Δ leads to some frequency carriers being not available for transmitting data, because they are used for obtaining a robust transmission (for example, they are used for pilot carriers). This leads to Lout being smaller than Lmax.
In a step 150, the number Lin of constellation points in the FEC packets is set, by configuring accordingly the controlling means.
For each frame, the forward error correction module 14 generates NFEC packets/frame FEC data packets, whose data is to be emitted in the waveform W during the duration of the frame. Since there is no added information in the packet interleaver 16, NFEC packets/frame is derived, in a step 160, from the relation: NFEC packets/frame=Nsymbols/frame×Lout/Lin.
From the previous relation, it can be seen that the FEC parameters (influencing Lin) and the modulation parameters Δ (influencing Nout) must be chosen such that Nsymbols/frame×Lout/Lin is a whole number.
In a step 170, it is chosen a whole number P, which represents the portion of the NFEC packets/frame FEC packets of a frame that will be interleaved at a time by the packet interleaver 16.
Accordingly, Nin is chosen so that Nin=NFEC packets/frame/P, where P is a divisor of NFEC packets/frame, and also of Nsymbols/frame, so that Nout=Nsymbols/frame/P.
When P=1, the whole frame is interleaved. On the contrary, when P is greater than 1, only a part of the frame is interleaved at a time. This is advantageous for decreasing the size of the memory needed in a receptor, for performing a “de-interleaving” operation, i.e. the inverse operation of the packet interleaver 16.
It can be appreciated that it is possible to send different services, requiring a different quality of service and thus different modulation parameters, in a single frame.
In fact, when the modulation parameters are changed, Lout changes (cf. step 140), as well as NFEC packets/frame (cf. step 160). However, because of the relation Lin=A×Nout, the packet interleaver 16 will still give an optimal distribution of the Nin FEC packet between the Nout data symbols.
Moreover, because of the previous relation (Lin=A×Nout) and because Lin is fixed for every FEC data packet, the emitting device 10 always generates the same number Nsymbols/frame=Nout×P of symbols in a frame. A receiver is then able to demodulate efficiently received symbols. In fact, the receiver stays synchronized, because the number of symbols in a frame Nsymbols/frame remains constant. Once again, the receiver will not be affected by the fact that several different services are transmitted in a single frame.
From the previous description, it can be seen that the wireless data emitting device 10 comprises:
In particular, the controlling means 25 is configured for setting parameters such that the forward error correction module 14 only outputs packets comprising the number Lin of constellation points.
Number | Date | Country | Kind |
---|---|---|---|
07290690 | Jun 2007 | EP | regional |
Filing Document | Filing Date | Country | Kind | 371c Date |
---|---|---|---|---|
PCT/EP2008/056943 | 6/4/2008 | WO | 00 | 6/2/2010 |
Publishing Document | Publishing Date | Country | Kind |
---|---|---|---|
WO2008/148821 | 12/11/2008 | WO | A |
Number | Name | Date | Kind |
---|---|---|---|
7573946 | Sandhu | Aug 2009 | B2 |
20080065963 | Ko et al. | Mar 2008 | A1 |
Number | Date | Country |
---|---|---|
2005067192 | Jul 2005 | WO |
Entry |
---|
International Search Report dated Aug. 25, 2008, from corresponding PCT application. |
Number | Date | Country | |
---|---|---|---|
20100293429 A1 | Nov 2010 | US |