The present invention relates to an interleaving for coding of digital signals for an optical transport network and in particular concerns two concatenated Reed-Solomon codes and an optimized interleaving. This application is based on, and claims the benefit of, European Patent Application No. 03293191.7 filed on Dec. 17, 2003, which is incorporated by reference herein.
Coding schemes are used to improve performance of a transmission channel, in order to reduce the bit error rate at a given value of signal to noise ratio, or to have the same bit error rate but at a lower value of the signal to noise ratio. This is achieved at the transmitter side by an encoder which adds some additional bits called redundant bits derived from information bits to those information bits and this introduces an increase of line bit rate. At the receiver side a decoder detects the additional bits which are used to correct erroneous bits.
Two main types of coding schemes are block codes and convolutional codes. A third type, defined as concatenated code, is obtained with a combination of two or more block and/or convolutional codes.
Reed-Solomon (RS) code is a well known block code. In binary codes each symbol carries one bit, while in non binary codes each symbol carries m bits, with m>1. RS is a non binary code where m=8, so each symbol represents a byte. A data bit stream is divided in blocks of bytes with length K; redundant bytes (also referred as parity bytes) are added so that codeword length is N (N−K are redundant bytes). The coding ratio is defined as K/N and, multiplied by 100, is an indication of the percentage of information bytes in the code word. The quality of a code is expressed in terms of net coding gain (NCG), defined as the difference between Signal to Noise Ratio (SNR) required without data encoding and SNR required with error correction in order to have a predetermined Bit Error Rate (BER), usually 10*{circumflex over ( )} (−13). RS is a systematic code: this means that parity bytes are appended after information bytes. It is known in the art that a RS code can detect up to (N−K) erroneous bytes in a block and can locate and correct until (N−K)/2 errored bytes in a block. For example a RS(255,239) is a Reed-Solomon code with N=255 and K=239, which can correct up to 8 erroneous bytes in a single codeword of length 255. The coding ratio is 239/255=0.93: this means that about 7% of the code words are used for parity bytes and 93% are information bytes. Modern transmission systems using RS(255,239) achieve a net coding gain of 5.8 dB. One advantage of RS codes is the low complexity of both the encoder and decoder.
Performance of a block code can be improved with a process called “interleaving”. This process consists in a change of the order of bits/bytes before the coding process. In this way burst errors at the receiver are located in different blocks and so the code can correct them. A RS code using interleaving is proposed for the optical channel in ITU-T G.975 (October 2000) for submarine optical transmission systems and proposed in ITU-T G.709/Y.1331 (March 2003) Annex A for terrestrial optical transmission systems, where a forward error correction (FEC) code using a 16-byte interleaved RS(255,239) is proposed. According to ITU-T G.709, an Optical channel Transport Unit (OTU) frame is composed of 4 rows and each row is composed of 4080 bytes. Bytes from 1 to 3824 are information bytes and from 3825 to 4080 are parity checks bytes. Each row is divided in 16 sub-rows using 16 byte-interleaving (this is also called the depth of the interleaving), as shown in
One solution is to use concatenated coding schemes which can achieve the same performance as that of a single and powerful error correcting code but with a lower decoding complexity and a smaller increase of line bit rate. Referring to
The performance of concatenated codes can also be improved by using an iterative decoding: this technique offers the advantage of improving FEC efficiency without increasing line bit rate. Referring to
Many concatenated coding schemes have been proposed with a different net coding gain, depending on the type of codes and of interleaving, to improve performance with respect to the solution proposed in ITU-T G.975, where is proposed a single coding based on RS(255,239) and byte-interleaving for digital signals transmitted in frames compliant to ITU-T G.709. This coding achieves a net coding gain of 5.8 dB with 7% redundancy.
In summary, by implementing coding schemes, the following problems arise:
In view of the drawbacks and deficiencies of the known and standardized solutions, as described above, the main object of the present invention is to provide an optimized interleaving for coding schemes to improve optical transport network performance. This object is achieved by changing the order of bytes of digital signals transmitted in frames, each frame including blocks, each block including words, each word including bytes, including the step of changing the position of the bytes in at least part of the words according to a rule, wherein the rule determines a cyclic rotation of the bytes from block to block. The method can be used independently of a specific coding scheme, for example also in a general use when a change of the order of bytes in digital signal transmitted in frames is required, i.e. also in wireless applications. The method could be used for both interleaving, i.e. cyclic rotation by +1 byte, and deinterleaving, i.e. cyclic rotation by −1 byte.
A further object is to provide in a concatenated coding scheme a method for changing from a first to a second format of two block codes of different length. This object is achieved by rearranging the words of the first frame format into the second frame format, both frame formats including blocks, the blocks including words, the words being arranged in rows and columns, the number of rows and columns being different for the first and second frame format, the arrangement comprising the following steps:
In a preferred embodiment an overhead for additional user information is inserted in the second frame format.
In summary, by implementing the inventive interleaving, it is possible:
The invention will become fully clear from the following detailed description, given by way of a mere exemplifying and non limiting example, to be read with reference to the attached drawing figures.
Referring to
The first step of the interleaving is shown in
The second step of the interleaving is shown in
According to this preferred implementation of the interleaving and of the two concatenated block codes, it is possibile to achieve a coding gain of about 8.2 dB with 2 steps iterative decoding. The overall redundancy of the concatenated code is 16.5%.
The inventive method can be used in different configurations. For example the change of the order of bytes can be a rotation of two bytes from two subsequent blocks, or rotation of one byte from two non subsequent blocks. The change of format can follow a process different from the explained above, for example reading of the first column of non subsequent blocks of the first frame format: the only constraint is that it is necessary to read a number of words in blocks of the first frame format equal to the number of words in each row of the second frame format.
This method can be advantageously implemented on a network element, for example an Add-Drop Multiplexer (ADM), including hardware means like an Application Specific Integrated Circuit (ASIC), Field Programmable Gate Array (FPGA), microprocessor or memories to perform concatenated coding; these means include for example a transmitter and a receiver, wherein the transmitter is a series connection of a first encoder for outer coding, an interleaver to perform all the steps of the method and a second encoder for inner coding, while the receiver in a preferred embodiment is a 2 steps decoder, in the first step including a series connection of a first decoder for inner decoding, a first deinterleaver and a second decoder for outer decoding, and in the second step including a series connection of an interleaver, a third decoder for inner decoding, a second deinterleaver and a fourth decoder for outer decoding. Memories, usually Random Access Memories (RAM), are required for storing information of the first and second frame format and to perform read and write operations for cyclic rotation and change of the frame format. The method is implemented in a preferred embodiment through or together with a software program like Very high speed integrated circuit Hardware Description Language (VHDL) or C language, by one or more VHDL processes or C routines. The network element thus includes for example for encoding and interleaving digital signals to be transmitted a first software process for outer encoding, a second software process for interleaving and a third software process for inner encoding; for decoding and deinterleaving received digital signals a fourth software process for inner decoding, a fifth software process for deinterleaving and a sixth software process for outer decoding. The network element advantageously also includes for encoding and interleaving digital signals to be transmitted a seventh software process for demultiplexing a serial digital signal in at least two parallel digital signals, an eighth software process for multiplexing at least two parallel digital signals into a serial digital signal and for each of the parallel digital signals an encoding process according to the first, the second and the third process; for decoding and deinterleaving received digital signals a ninth software process for demultiplexing a serial digital signal in at least two parallel digital signals, a tenth software process for multiplexing at least two parallel digital signals into a serial digital signal and for each of the parallel digital signals a decoding process according to the fourth, fifth and sixth process. Finally the network element advantageously includes for decoding and deinterleaving received digital signals an eleventh software process for interleaving, this software process being performed after the sixth software process, performing the fourth, fifth and sixth process another time after the eleventh process and iterating the eleventh, fourth, fifth and sixth process at least one time in order to have the decoded signal from the last iterated sixth process.
Number | Date | Country | Kind |
---|---|---|---|
03293191.7 | Dec 2003 | EP | regional |