WO2014172895A1 - Deinterleaving method and communications system - Google Patents

Deinterleaving method and communications system Download PDF

Info

Publication number
WO2014172895A1
WO2014172895A1 PCT/CN2013/074805 CN2013074805W WO2014172895A1 WO 2014172895 A1 WO2014172895 A1 WO 2014172895A1 CN 2013074805 W CN2013074805 W CN 2013074805W WO 2014172895 A1 WO2014172895 A1 WO 2014172895A1
Authority
WO
WIPO (PCT)
Prior art keywords
symbol information
symbol
symbols
ram
information
Prior art date
Application number
PCT/CN2013/074805
Other languages
French (fr)
Chinese (zh)
Inventor
金丽丽
喻凡
肖治宇
常德远
Original Assignee
华为技术有限公司
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 华为技术有限公司 filed Critical 华为技术有限公司
Priority to PCT/CN2013/074805 priority Critical patent/WO2014172895A1/en
Priority to CN201380000280.XA priority patent/CN103718490A/en
Publication of WO2014172895A1 publication Critical patent/WO2014172895A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/004Arrangements for detecting or preventing errors in the information received by using forward error control
    • H04L1/0056Systems characterized by the type of code used
    • H04L1/0057Block codes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/004Arrangements for detecting or preventing errors in the information received by using forward error control
    • H04L1/0056Systems characterized by the type of code used
    • H04L1/0071Use of interleaving
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L27/00Modulated-carrier systems
    • H04L27/32Carrier systems characterised by combinations of two or more of the types covered by groups H04L27/02, H04L27/10, H04L27/18 or H04L27/26
    • H04L27/34Amplitude- and phase-modulated carrier systems, e.g. quadrature-amplitude modulated carrier systems
    • H04L27/38Demodulator circuits; Receiver circuits

Definitions

  • the present invention relates to the field of communications, and in particular, to a method and a communication system for deinterleaving. Background technique
  • the burst noise existing in the channel may cause burst error;
  • the FEC (Forward Error Correction) system includes the FEC encoder and the FEC decoder, although the FEC system has certain corrections. Burst error capability, but when there are more burst errors, it will exceed the error correction capability of the FEC system, which will lead to the spread of burst errors, and the FEC system will not work properly.
  • the interleaver is generally used to solve the problem of bursting errors. Please refer to the working principle diagram of the interleaver shown in FIG. 1.
  • the interleaver "breaks" successive burst errors into different FEC codewords.
  • the burst error amount in each codeword is made smaller than the correction burst error capability of the FEC system.
  • the data processed by the interleaver and the deinterleaver are bit data
  • the traditional interleaving processing method and deinterleaving processing method are suitable for the hard-decision FEC communication system and the low modulation mode (such as BPSK (Binary Phase Shift Keying), QPSK (Quadature Phase Shift Keying), 16-QAM (Quadature Amplitude Modulation), soft-decision FEC communication system
  • BPSK Binary Phase Shift Keying
  • QPSK Quadature Phase Shift Keying
  • 16-QAM Quadature Amplitude Modulation
  • soft-decision FEC communication system When applied to a soft decision FEC communication system with high modulation mode (such as 64-QAM, 256-QAM, 512-QAM), such as LDPC (Low-Density Parity-Check Code) communication system with modulation mode of 256-QAM
  • the bit data processed by the decoder is floating point information
  • each symbol information is demodulated by
  • the embodiment of the present invention provides a de-interleaving method and a communication system, so as to reduce the logic resource occupation of the deinterleaver and reduce the implementation cost of the deinterleaver.
  • an embodiment of the present invention provides a method for deinterleaving, including: performing, by an analog-to-digital converter, analog-to-digital conversion on a first symbol information sent by a transmitting end to obtain second symbol information;
  • Deinterleaver deinterleaving the second symbol information in units of symbols to obtain third symbol information
  • the FEC decoder decodes the floating point information and outputs bit data.
  • the deinterleaver performs deinterleaving processing on the second symbol information by using a symbol unit:
  • the demodulator demodulates the third symbol information to obtain floating-point information in a bit manner, specifically:
  • an embodiment of the present invention provides a deinterleaving communication system, including: an analog to digital converter, a deinterleaver, a demodulator, and a soft decision forward error correction FEC decoder:
  • An analog-to-digital converter configured to perform analog-to-digital conversion on the first symbol information sent by the transmitting end, to obtain second symbol information
  • a deinterleaver configured to deinterleave the second symbol information in units of symbols to obtain third symbol information
  • a demodulator configured to demodulate the third symbol information to obtain floating point information expressed in bits
  • a soft decision FEC decoder is used to decode the floating point information and output bit data.
  • the deinterleaver specifically includes: a receiving unit, a storage unit, an extracting unit, and a sending unit:
  • a receiving unit configured to receive the second symbol information from an analog to digital converter
  • the extracting unit is configured to sequentially extract all the symbols in the RAM, extract all the symbols in one RAM, and then extract all the symbols in the next RAM until all the symbols are extracted;
  • a sending unit configured to send the extracted symbol as the third symbol information to the demodulator according to the extraction order.
  • the demodulator specifically includes a receiving unit and a demapping unit:
  • a receiving unit configured to receive the third symbol information sent by the deinterleaver
  • a demapping unit configured to use each symbol in the third symbol information as a constellation point in a constellation corresponding to a modulation mode of the demodulator, and demap the constellation point according to a quantization bit width of a constellation point
  • the floating point information is obtained, and the floating point information expressed in bits is obtained.
  • the deinterleaver is placed in front of the demodulator, and the symbol information is deinterleaved in units of symbols instead of deinterleaving the demodulated bit data, so the amount of data input to the deinterleaver is greatly Reduced, thereby reducing the amount of logic resources occupied by the deinterleaver, reducing the implementation complexity of the deinterleaver and the implementation cost of the deinterleaving process.
  • FIG. 1 is a schematic diagram of the working principle of an interleaver; schematic diagram;
  • FIG. 3 is a schematic diagram of a soft decision communication system in a high modulation mode according to an embodiment of the present invention
  • FIG. 4 is a diagram showing an example in which an interleaver performs interleaving processing on bit data obtained after coding in units of symbols;
  • FIG. 5 is a schematic flowchart diagram of a method for deinterleaving according to an embodiment of the present invention.
  • FIG. 6 is a schematic diagram of a transmitting end of a microwave 4 4 MIMO communication system according to an embodiment of the present invention.
  • FIG. 7 is a schematic diagram of a receiving end of a microwave 4 4 MIMO communication system according to an embodiment of the present invention;
  • FIG. 8 is a deinterleaving communication system according to an embodiment of the present invention;
  • FIG. 9 is a schematic structural diagram of a deinterleaving communication system according to an embodiment of the present invention.
  • the embodiment of the present invention provides a method for deinterleaving.
  • the input bit data needs to be processed at the transmitting end, and then deinterleaved by the receiving end; please refer to the schematic diagram;
  • the method includes the following steps:
  • Step 201 the soft decision FEC encoder encodes the bit data.
  • FIG. 3 is a schematic diagram of a soft decision high modulation communication system according to an embodiment of the present invention.
  • a soft decision FEC encoder receives signal source data, and uses a signal source.
  • the bit data ⁇ , ..., ⁇ ⁇ ⁇ in the data is subjected to encoding processing, and the bit data obtained by the encoding process is transmitted to the interleaver; in this embodiment, the soft decision FEC encoder may be LDPC coded. Or Turbo code encoder, but not limited to these two encoders.
  • the LDPC encoder is taken as an example to illustrate the method of encoding the bit data by the soft decision FEC encoder:
  • the signal source data is input to the LDPC encoder, and the LDPC encoder is a linear block code, and each bit data in the source data is compared with the generation matrix. Multiply the corresponding check code to obtain the check code and the bit data to form an LDPC code word, and the LDPC code word is the bit data after the encoding process.
  • Step 202 The interleaver performs interleaving processing on the encoded bit data in units of symbols.
  • the interleaver receives the encoded bit data ⁇ '''''' ⁇ 2 , ⁇ -1 from the soft decision FEC encoder, and then uses the symbol in the modulation mode of the modulator.
  • the number of bits included is in units of the symbol size corresponding to the modulation method, and the received bit data is stored in a RAM (Random Access Memory) until all the bit data is stored in the RAM.
  • the interleaver needs to extract the bit data from the RAM in units of symbols, starting from the first RAM, extracting the first line symbol of each RAM, extracting the first line symbol of all RAMs, and starting from the first RAM. , extract the 2nd line symbol of each RAM, and so on; the last interleaver sends the extracted symbols to the modulator for modulation processing in the extraction order.
  • the interleaver performs interleaving processing on the encoded bit data in units of symbols, taking the modulator as 1024-QAM as an example, and the interleaving depth is 108 LDPC codewords.
  • the interleaving depth is the number of stored LDPC code frames, and the total amount of stored bit data is LDPC.
  • the frame length is multiplied by the interleaving depth.
  • Each symbol of 1024-QAM contains 10 bits, and the interleaver will store the received bit data in RAM in units of 10 bits, and the interleaver will store the received first 10 bits into the first RAM.
  • the second 10 bits are stored in the second row of the first RAM, and so on, until the n-1th 10 bits are stored in the n-1th row of the first RAM, the first RAM is stored. Full; then store the nth 10 bits in the first row of the second RAM, the n+1th 10 bits in the second row of the second RAM, and so on, until the second RAM is full So far, and so on, until the interleaver stores the received bit data obtained in the RAM into the RAM.
  • the symbol sent by the interleaver to the modulator is the recombined bit data, 3 ⁇ ⁇ ' 3 2 , y n -i , that is, the interleaver breaks up the encoded bit data in units of symbols, and then outputs The recombined bit data ⁇ , , ⁇ '...' ⁇ 2 , ⁇ ;
  • the interleaving process of the bit data by the interleaver does not change the essence of the bit data, but changes the structural order of the bit data, and breaks up the burst error. , to maximize the dispersion of burst errors during channel transmission.
  • Step 203 The modulator modulates the bit data obtained after the interleaving process to obtain first symbol information.
  • the modulator receives bit data obtained by interleaving from the interleaver; y. ,; ⁇ , ⁇ , ) ⁇ ,) ⁇ , will be bit data; y. , ⁇ , ⁇ , ) ⁇ , ) ⁇ map to the constellation diagram corresponding to the modulation mode of the modulator, forming corresponding constellation points, one constellation point is a symbol information, and one symbol information includes I and Q
  • the components correspond to the real and imaginary parts of the constellation, respectively, and the modulator transmits the first symbol information generated by the mapping to the digital-to-analog converter; for example, for a 256-QAM modulator, the modulator can have 8 bits
  • the bit data is modulated into one symbol information.
  • Step 204 The first symbol information is sent to the DAC and then sent to the noise channel. ADC.
  • the DAC Digital to Analog Converter
  • the noise channel is connected, and the DAC sends the analog information obtained by the digital-to-analog conversion to the noise channel, and the ADC (Analog to Digital Converter) at the receiving end receives the analog information through the noise channel.
  • ADC Analog to Digital Converter
  • FIG. 5 is a schematic flowchart of a method for deinterleaving according to an embodiment of the present invention, as shown in FIG. 5, the method includes the following steps:
  • Step 501 The ADC performs analog-to-digital conversion on the first symbol information sent by the sending end to obtain second symbol information.
  • the ADC receives the first symbol information sent by the transmitting end through the noise channel, and the ADC performs analog-to-digital conversion on the analog information received from the noise channel, and converts the analog signal into a digital format. Symbol information, obtaining second symbol information
  • Step 502 The deinterleaver performs deinterleaving processing on the second symbol information in units of symbols to obtain third symbol information.
  • the second symbol information W ' ⁇ ' 2 is received by the deinterleaver from the ADC at the receiving end, and is in units of symbols, that is, the symbol size corresponding to the modulation mode,
  • the extracted symbol is sent to the demodulator as the third symbol information for demodulation processing, thereby processing the second symbol information into the order of the encoded bit data, '...'; in this embodiment, the deinterleaver receives The second symbol information is subjected to deinterleave processing on the second symbol information, instead of deinterleaving the demodulated bit data in the prior art.
  • Step 503 The demodulator demodulates the third symbol information to obtain floating point information expressed in bits.
  • the demodulator receives the third symbol information s 0 , s;, s 2 , -, s n _ 2 , s n _; sent by the deinterleaver, and the received third symbol information.
  • the demodulator uses each symbol in the third symbol information as a constellation point in the constellation corresponding to the modulation mode of the demodulator, and demaping the constellation point into floating point information according to the quantization bit width of the constellation point, The floating point information represented by the bit mode; wherein the quantization bit width of the constellation point is determined by the characteristics of the ADC device.
  • the demodulator demodulates one symbol information into 8 floating point information, and each floating point information is represented by 8 bits, and each symbol information is demodulated into 64 bits; Will The floating point information c obtained by the mapping. , , , . , ' is sent to the soft decision FEC decoder. After demodulation processing by the demodulator, the third symbol information will become larger data bit data and sent to the soft decision FEC decoder.
  • the soft decision FEC decoder decodes the floating point information and outputs the bit data.
  • the soft decision FEC decoder receives the floating point information obtained after demodulation, 3 ⁇ 4 , ... ⁇ - 2 , l ', and decodes the floating point information by using a decoding algorithm, The error code in the floating point information is error-corrected, and the bit data obtained after the error correction is output, «, ⁇ , 2 , U where the error code in the floating point information includes the burst error and the random error in the channel code.
  • the decoding algorithm may be an LDPC decoding algorithm, a Turbo code decoding algorithm, etc., wherein the soft decision FEC decoder may be an LDPC decoder or a Turbo code decoder, but is not limited to the two decoders, as long as it is soft
  • the decision FEC decoder corresponds to the soft decision FEC encoder.
  • each floating-point information is represented by N bits, and after each symbol information is demodulated, the original 2 ⁇ ⁇ bits (including the real part and the imaginary part) become ⁇ ⁇ ⁇ bits
  • the deinterleaver performs deinterleaving processing on the N bits of bit data.
  • the deinterleaver processing is located before the demodulator, so the deinterleaver is symbol information for 2 ⁇ ⁇ bits. The deinterleaving process is performed.
  • M 8
  • the logical resource of the traditional deinterleaver is four times that of the deinterleaver in this embodiment, and the deinterleaver of this embodiment can save 4 times of logic resources.
  • Microwave 4 X 4 MIMO communication system LDPC encoder with code length of 8640, modulation
  • the mode is 1024-QAM as an example. Since the modulation mode is 1024-QAM, each symbol information is 10 bits, and the quantization bit width of the floating point information is 8 bits.
  • FIG. 6 is a schematic diagram of a transmitting end of a microwave 4 ⁇ 4 MIMO communication system according to an embodiment of the present invention.
  • the transmitting end there are 4 signal source data, and 4 interleavers are used, and each interleaver has a processing unit of 10 Bits, each 10 bits are mapped into one constellation point, and the coordinates of the constellation points include real and imaginary parts. Since the quantization bit width is 8 bits, the mapped floating point information is 16 bits.
  • the LDPC is framed and transmitted to the LDPC encoder with 10 bits of parallel bit width.
  • the LDPC encoder adopts time division multiplexing mode, and uses one LDPC encoder to be compatible with encoding of four channels of source data; the LDPC encoder converts four channels of source data sent by the BB frame by time division.
  • the 1 channel source data is synthesized by the method, and the 1 channel source data is LDPC coded, and the encoded 1 channel source data is further divided into 4 aligned bit data and sent to 4 interleavers respectively.
  • the modulation mode control unit may configure a parameter of the corresponding modulation mode on the LDPC encoder according to the difference of the signal quality, and is used to indicate the modulation mode of the transmitting end, and an LDPC encoder can support multiple modulation modes, such as 16-QAM, 64-QAM, 256-QAM, 512-QAM or 1024-QAM, etc., and each bit data can use the same modulation mode or different modulation modes.
  • the parameter of the modulation mode is configured as 1 , indicating that the modulation mode is 16-QAM, and the parameter of the modulation mode is set to 2, indicating that the modulation mode is 64-QAM, and the LDPC encoder transmits the parameters of the modulation mode to the downstream processing module through the control signal, and the downstream processing module can Interleave processing: In order for bit data to not affect each other, each bit of data is used separately
  • Modulation processing the 10-bit wide bit data output by the interleaver is modulated by the modulator, and each symbol information output includes two paths of I and Q, and each symbol information is quantized by 8 bits s to obtain a total of 16 bits. Symbol information.
  • FIG. 7 is a schematic diagram of a receiving end of a microwave 4 X 4 MIMO communication system according to an embodiment of the present invention.
  • the receiving end has the following processing procedure:
  • Deinterleaving processing The symbol information transmitted from the noisy channel enters the deinterleaver, and the deinterleaver deinterleaves the symbol information in the form of a symbol, and each symbol information transmitted is 16 bits. Similarly, the modulation of the transmitting end is similar.
  • the modulation mode control unit may configure a parameter of the corresponding modulation mode on the deinterleaver according to the difference of the signal quality, and is used to indicate the modulation mode of the receiving end, and an LDPC decoder can support multiple types.
  • Modulation mode such as 16-QAM, 64-QAM, 256-QAM, 512-QAM or 1024-QAM, etc.
  • each bit data can use the same modulation mode or different modulation modes, for example,
  • the modulation mode is 16-QAM
  • the modulation mode is 64-QAM
  • the deinterleaver transmits the parameters of the modulation mode to the downstream processing module through the control signal.
  • the downstream processing module can learn the modulation mode according to the parameters of the modulation mode.
  • Demodulation processing The 16-bit data output by the deinterleaver is sent to the demodulator. After demodulation processing by the demodulator, one constellation point is demapped into 10 floating point information, and each floating point information is represented by 8 bits. Then, the demodulator outputs 80 bits of bit data in each channel.
  • Decoding processing The LDPC decoder uses a time division multiplexing method to decode 4 bits of data by using one LDPC decoder; first, synthesize 4 bits of bit data into 1 bit of bit data, and perform 1 bit of bit data. After LDPC decoding, the decoded 1-bit data is divided into 4 bits of data and sent to 4 BB frames.
  • the multiple of the logical resource of the deinterleaver is five times that of the deinterleaver in the embodiment of the present invention.
  • 8640 is the frame length of an LDPC code
  • 10 is the number of floating point information after demodulation of each symbol information
  • 8 is each floating point information.
  • the 8-bit quantization bit width is used.
  • Embodiments of the present invention further provide an apparatus embodiment for implementing the steps and methods in the foregoing method embodiments.
  • FIG. 8 is a functional block diagram of a deinterleaving communication system according to an embodiment of the present invention.
  • the deinterleaved communication system includes: an analog to digital converter 81, a deinterleaver 82, a demodulator 83, and a soft decision FEC decoder 84;
  • the analog-to-digital converter 81 is configured to perform analog-to-digital conversion on the first symbol information sent by the transmitting end to obtain second symbol information.
  • the deinterleaver 82 is configured to perform deinterleaving on the second symbol information in units of symbols to obtain third symbol information.
  • a demodulator 83 configured to demodulate the third symbol information to obtain floating point information represented by bits
  • the soft decision FEC decoder 84 is configured to decode the floating point information and output bit data.
  • the deinterleaver 82 specifically includes a receiving unit 821, a storage unit 822, an extracting unit 823, and a sending unit 824:
  • the receiving unit 821 is configured to receive second symbol information from the analog to digital converter
  • the extracting unit 823 is configured to sequentially extract all the symbols in the RAM, extract all the symbols in one RAM, and then extract all the symbols in the next RAM until all the symbols are extracted;
  • the transmitting unit 824 is configured to send the extracted symbol as the third symbol information to the demodulator 83 in the extraction order.
  • the demodulator 83 specifically includes a receiving unit 831 and a demapping unit 832: a receiving unit 831, configured to receive third symbol information sent by the deinterleaver;
  • a demapping unit 832 configured to use each symbol in the third symbol information as a constellation point in a constellation corresponding to a modulation mode of the demodulator, and to solve the constellation point according to a quantization bit width of a constellation point Map to floating point information to obtain floating point information expressed in bits.
  • FIG. 9 is a schematic structural diagram of a deinterleaving communication system according to an embodiment of the present invention.
  • the communication system includes:
  • the analog-to-digital converter 91 receives the first symbol information sent by the transmitting end, and receives the first symbol The number information is subjected to analog-to-digital conversion to obtain second symbol information;
  • a memory 92 configured to store information including a program routine
  • the processor 93 is coupled to the memory 92 and the analog-to-digital converter 91 for controlling the execution of the program routine, and specifically includes: deinterleaving the second symbol information in units of symbols to obtain third symbol information. Demodulating the third symbol information to obtain floating point information expressed in bits; decoding the floating point information to output bit data.
  • the deinterleaver is placed in front of the demodulator, and the symbol information is deinterleaved in units of symbols instead of deinterleaving the demodulated bit data, so the input deinterleaver
  • the amount of data is greatly reduced, thereby reducing the amount of logic resources occupied by the deinterleaver, reducing the implementation complexity of the deinterleaver and the implementation cost of the deinterleaving process.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Error Detection And Correction (AREA)

Abstract

The present invention provides a deinterleaving method and a communications system. The method comprises: an analog-to-digital converter performing analog-to-digital conversion on first symbol information sent by a sending end, so as to obtain second symbol information; a deinterleaver deinterleaving the second symbol information by using the symbol as a unit, so as to obtain third symbol information; a demodulator demodulating the third symbol information, so as to obtain floating point information represented in bit mode; and a soft decision forward error correction (FEC) decoder decoding the floating point information, and outputting bit data. Technical solutions provided in the present invention are used for reducing a quantity of an occupied logic resource of a deinterleaver, and reduces the implementation cost of the deinterleaver.

Description

一种解交织的方法及通信系统 技术领域  Method for deinterlacing and communication system
本发明涉及通信领域, 尤其涉及一种解交织的方法及通信系统。 背景技术  The present invention relates to the field of communications, and in particular, to a method and a communication system for deinterleaving. Background technique
在通信系统中, 信道中存在的突发噪声会导致突发误码; FEC ( Forward Error Correction , 前向误码纠错 ) 系统包括 FEC编码器和 FEC 译码器, FEC系统虽然具有一定的纠突发误码能力, 但当突发误码较多 时, 就超出了 FEC系统的纠突发误码能力, 将导致突发误码的扩散, FEC 系统将无法正常工作。  In the communication system, the burst noise existing in the channel may cause burst error; the FEC (Forward Error Correction) system includes the FEC encoder and the FEC decoder, although the FEC system has certain corrections. Burst error capability, but when there are more burst errors, it will exceed the error correction capability of the FEC system, which will lead to the spread of burst errors, and the FEC system will not work properly.
目前,普遍利用交织器来解决突发误码的问题,请参考图 1所示的交 织器的工作原理示意图, 交织器将连续的突发误码 "打散"到不同的 FEC 码字中,使得每个码字中的突发误码量小于 FEC系统的纠突发误码能力。  At present, the interleaver is generally used to solve the problem of bursting errors. Please refer to the working principle diagram of the interleaver shown in FIG. 1. The interleaver "breaks" successive burst errors into different FEC codewords. The burst error amount in each codeword is made smaller than the correction burst error capability of the FEC system.
目前交织器的通信系统中, 交织器和解交织器所处理的数据都是比 特 (bit )数据, 这种传统的交织处理方式和解交织处理方式适用于硬判 决 FEC的通信系统和低调制模式 (如 BPSK ( Binary Phase Shift Keying, 相移键控) 、 QPSK ( Quadrature Phase Shift Keying, 正交相移键控) 、 16-QAM ( Quadrature Amplitude Modulation, 正交幅度调制) ) 的软判 决 FEC的通信系统, 当应用于高调制模式 (如 64-QAM、 256-QAM , 512-QAM )的软判决 FEC的通信系统时,如调制模式为 256-QAM的 LDPC ( Low-Density Parity-Check Code ) 的通信系统, 译码器所处理的比特数 据是浮点信息, 每个符号信息经过解调器的解调后得到 M个浮点信息, 如 256-QAM解调器的 M等于 8, 每个浮点信息要用 N个比特表示, 则每个 符号信息在解调后由原来的 2 χ Ν个比特 (包括实部和虚部) 变成 Μ χ Ν 个比特, 解交织器需要处理的数据量庞大, 将占用大量的逻辑资源, 使 得解交织器的实现复杂度较高, 解交织处理的成本较高。 In the communication system of the current interleaver, the data processed by the interleaver and the deinterleaver are bit data, and the traditional interleaving processing method and deinterleaving processing method are suitable for the hard-decision FEC communication system and the low modulation mode (such as BPSK (Binary Phase Shift Keying), QPSK (Quadature Phase Shift Keying), 16-QAM (Quadature Amplitude Modulation), soft-decision FEC communication system, When applied to a soft decision FEC communication system with high modulation mode (such as 64-QAM, 256-QAM, 512-QAM), such as LDPC (Low-Density Parity-Check Code) communication system with modulation mode of 256-QAM The bit data processed by the decoder is floating point information, and each symbol information is demodulated by the demodulator to obtain M floating point information, such as M of the 256-QAM demodulator is equal to 8, each floating point information To be represented by N bits, then each After the demodulation, the symbol information is changed from the original 2 Ν 比特 bits (including the real part and the imaginary part) to Μ χ Ν bits. The deinterleaver needs to process a large amount of data, which will occupy a large amount of logic resources, so that the deinterleaving The implementation complexity of the device is high, and the cost of deinterleaving is high.
发明内容 Summary of the invention
有鉴于此, 本发明实施例提供了一种解交织的方法及通信系统, 以 实现减少解交织器的逻辑资源占用量, 降低解交织器的实现成本。  In view of this, the embodiment of the present invention provides a de-interleaving method and a communication system, so as to reduce the logic resource occupation of the deinterleaver and reduce the implementation cost of the deinterleaver.
第一方面, 本发明实施例提供了一种解交织的方法, 包括: 模数转换器对发送端发送的第一符号信息进行模数转换, 得到第二 符号信息;  In a first aspect, an embodiment of the present invention provides a method for deinterleaving, including: performing, by an analog-to-digital converter, analog-to-digital conversion on a first symbol information sent by a transmitting end to obtain second symbol information;
解交织器以符号为单位对所述第二符号信息进行解交织处理, 得到 第三符号信息;  Deinterleaver deinterleaving the second symbol information in units of symbols to obtain third symbol information;
解调器对所述第三符号信息进行解调, 得到以比特方式表示的浮点 信息;  Demodulating the third symbol information to obtain floating point information expressed in bits;
软判决前向误码纠错 FEC译码器对所述浮点信息进行译码,输出比 特数据。  Soft Decision Forward Error Correction The FEC decoder decodes the floating point information and outputs bit data.
在第一方面的第一种可能的实现方式中, 所述解交织器以符号为单 位对所述第二符号信息进行解交织处理具体为:  In a first possible implementation manner of the first aspect, the deinterleaver performs deinterleaving processing on the second symbol information by using a symbol unit:
从模数转换器接收所述第二符号信息;  Receiving the second symbol information from an analog to digital converter;
按照接收顺序, 将所述第二符号信息中的第 m个符号存入第 i个随 机存储器 RAM的第 j行, 直到所有符号都存储到 RAM中; 当 m为 n 的整数倍时, i=n, j=m/n; 当 m非 n的整数倍时, i=m%n, j=[m/n+l] , 其中 []表示取整; 其中 m、 n、 i和 j为正整数, n为总 RAM数;  And storing, in the receiving order, the mth symbol in the second symbol information into the jth row of the i th random memory RAM until all symbols are stored in the RAM; when m is an integer multiple of n, i= n, j=m/n; when m is not an integer multiple of n, i=m%n, j=[m/n+l], where [] denotes rounding; where m, n, i and j are positive Integer, n is the total RAM number;
依次提取 RAM中的所有符号, 提取完一个 RAM中的所有符号后, 再提取下一个 RAM中的所有符号, 直到所有符号都提取完毕; 按照提取顺序将提取出的符号作为第三符号信息发送给解调器。 在第一方面的第二种可能的实现方式中, 所述解调器对所述第三符 号信息进行解调, 得到以比特方式表示的浮点信息, 具体为: Extract all the symbols in the RAM in turn, after extracting all the symbols in a RAM, All symbols in the next RAM are extracted again until all the symbols are extracted; the extracted symbols are sent to the demodulator as the third symbol information in the extraction order. In a second possible implementation manner of the first aspect, the demodulator demodulates the third symbol information to obtain floating-point information in a bit manner, specifically:
接收解交织器发送的所述第三符号信息;  Receiving the third symbol information sent by the deinterleaver;
将所述第三符号信息中每个符号作为所述解调器的调制模式对应的 星座图中的一个星座点, 依据星座点的量化位宽将所述星座点解映射成 浮点信息, 得到以比特方式表示的浮点信息。  Decoding the constellation point into floating point information according to a quantization bit width of the constellation point, using each symbol in the third symbol information as a constellation point in a constellation corresponding to a modulation mode of the demodulator, Floating point information expressed in bits.
第二方面, 本发明实施例提供了一种解交织的通信系统, 包括: 模 数转换器、 解交织器、 解调器和软判决前向误码纠错 FEC译码器:  In a second aspect, an embodiment of the present invention provides a deinterleaving communication system, including: an analog to digital converter, a deinterleaver, a demodulator, and a soft decision forward error correction FEC decoder:
模数转换器, 用于对发送端发送的第一符号信息进行模数转换, 得 到第二符号信息;  An analog-to-digital converter, configured to perform analog-to-digital conversion on the first symbol information sent by the transmitting end, to obtain second symbol information;
解交织器,用于以符号为单位对所述第二符号信息进行解交织处理, 得到第三符号信息;  a deinterleaver, configured to deinterleave the second symbol information in units of symbols to obtain third symbol information;
解调器, 用于对所述第三符号信息进行解调, 得到以比特方式表示 的浮点信息;  a demodulator, configured to demodulate the third symbol information to obtain floating point information expressed in bits;
软判决 FEC译码器,用于对所述浮点信息进行译码,输出比特数据。 在第二方面的第一种可能的实现方式中, 所述解交织器具体包括接 收单元、 存储单元、 提取单元和发送单元:  A soft decision FEC decoder is used to decode the floating point information and output bit data. In a first possible implementation manner of the second aspect, the deinterleaver specifically includes: a receiving unit, a storage unit, an extracting unit, and a sending unit:
接收单元, 用于从模数转换器接收所述第二符号信息;  a receiving unit, configured to receive the second symbol information from an analog to digital converter;
存储单元, 用于按照接收顺序, 将所述第二符号信息中的第 m个符 号存入第 i个随机存储器 RAM的第 j行, 直到所有符号都存储到 RAM 中; 当 m为 n的整数倍时, i=n, j=m/n; 当 m非 n的整数倍时, i=m%n, j=[m/n+l] , 其中 []表示取整; 其中 m、 n、 i和 j为正整数, n为总 RAM 数; a storage unit, configured to store the mth symbol in the second symbol information into the jth row of the i th random memory RAM according to the receiving order, until all symbols are stored in the RAM; when m is an integer of n When times, i=n, j=m/n; when m is not an integer multiple of n, i=m%n, j=[m/n+l] , where [] denotes rounding; where m, n, i, and j are positive integers, and n is the total RAM number;
提取单元, 用于依次提取 RAM中的所有符号, 提取完一个 RAM中 的所有符号后, 再提取下一个 RAM中的所有符号, 直到所有符号都提 取完毕;  The extracting unit is configured to sequentially extract all the symbols in the RAM, extract all the symbols in one RAM, and then extract all the symbols in the next RAM until all the symbols are extracted;
发送单元, 用于按照提取顺序将提取出的符号作为第三符号信息发 送给解调器。  And a sending unit, configured to send the extracted symbol as the third symbol information to the demodulator according to the extraction order.
在第二方面的第二种可能的实现方式中, 所述解调器具体包括接收 单元、 解映射单元:  In a second possible implementation manner of the second aspect, the demodulator specifically includes a receiving unit and a demapping unit:
接收单元, 用于接收解交织器发送的所述第三符号信息;  a receiving unit, configured to receive the third symbol information sent by the deinterleaver;
解映射单元, 用于将所述第三符号信息中每个符号作为所述解调器 的调制模式对应的星座图中的一个星座点, 依据星座点的量化位宽将所 述星座点解映射成浮点信息, 得到以比特方式表示的浮点信息。  a demapping unit, configured to use each symbol in the third symbol information as a constellation point in a constellation corresponding to a modulation mode of the demodulator, and demap the constellation point according to a quantization bit width of a constellation point The floating point information is obtained, and the floating point information expressed in bits is obtained.
通过上述技术方案, 解交织器置于解调器之前, 以符号为单位对符 号信息进行解交织处理, 而不是对解调后的比特数据进行解交织处理, 因此输入解交织器的数据量大大降低, 从而减少解交织器对逻辑资源的 占用量, 降低解交织器的实现复杂度和解交织处理的实现成本。  With the above technical solution, the deinterleaver is placed in front of the demodulator, and the symbol information is deinterleaved in units of symbols instead of deinterleaving the demodulated bit data, so the amount of data input to the deinterleaver is greatly Reduced, thereby reducing the amount of logic resources occupied by the deinterleaver, reducing the implementation complexity of the deinterleaver and the implementation cost of the deinterleaving process.
附图说明 DRAWINGS
为了更清楚地说明本发明实施例的技术方案, 下面将对实施例中所 需要使用的附图作筒单地介绍, 显而易见地, 下面描述中的附图仅仅是 本发明的一些实施例, 对于本领域普通技术人员来讲, 在不付出创造性 劳动性的前提下, 还可以根据这些附图获得其它的附图。  In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings used in the embodiments will be briefly described below. It is obvious that the drawings in the following description are only some embodiments of the present invention. Those skilled in the art can also obtain other drawings based on these drawings without paying creative labor.
图 1是交织器的工作原理示意图; 示意图; 1 is a schematic diagram of the working principle of an interleaver; schematic diagram;
图 3是本发明实施例中高调制模式的软判决通信系统的示意图; 图 4是交织器是以符号为单位对编码后得到的比特数据进行交织处 理的示例图;  3 is a schematic diagram of a soft decision communication system in a high modulation mode according to an embodiment of the present invention; and FIG. 4 is a diagram showing an example in which an interleaver performs interleaving processing on bit data obtained after coding in units of symbols;
图 5是本发明实施例所提供的解交织的方法的流程示意图;  FIG. 5 is a schematic flowchart diagram of a method for deinterleaving according to an embodiment of the present invention;
图 6是本发明实施例中微波 4 4MIMO通信系统的发送端的示意图 图 7是本发明实施例中微波 4 4MIMO通信系统的接收端的示意图; 图 8是本发明实施例所提供的解交织的通信系统的功能方块图; 图 9是本发明实施例所提供的解交织的通信系统的结构示意图。  6 is a schematic diagram of a transmitting end of a microwave 4 4 MIMO communication system according to an embodiment of the present invention. FIG. 7 is a schematic diagram of a receiving end of a microwave 4 4 MIMO communication system according to an embodiment of the present invention; FIG. 8 is a deinterleaving communication system according to an embodiment of the present invention; FIG. 9 is a schematic structural diagram of a deinterleaving communication system according to an embodiment of the present invention.
具体实施方式 detailed description
为了更好的理解本发明的技术方案, 下面结合附图对本发明实施例 进行详细描述。  In order to better understand the technical solutions of the present invention, the embodiments of the present invention will be described in detail below with reference to the accompanying drawings.
应当明确, 所描述的实施例仅仅是本发明一部分实施例, 而不是全 部的实施例。 基于本发明中的实施例, 本领域普通技术人员在没有作出 创造性劳动前提下所获得的所有其它实施例,都属于本发明保护的范围。  It should be understood that the described embodiments are only a part of the embodiments of the invention, and not all of the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments of the present invention without creative efforts are within the scope of the present invention.
本发明实施例给出一种解交织的方法, 该解交织的方法中, 在发送 端需要对输入的比特数据进行处理, 再由接收端进行解交织处理; 请参 程示意图; 如图 2所示, 该方法包括以下步骤:  The embodiment of the present invention provides a method for deinterleaving. In the method of deinterleaving, the input bit data needs to be processed at the transmitting end, and then deinterleaved by the receiving end; please refer to the schematic diagram; The method includes the following steps:
步骤 201 , 软判决 FEC编码器对比特数据进行编码。  Step 201, the soft decision FEC encoder encodes the bit data.
具体的, 请参考图 3 , 其为本发明实施例中软判决高调制的通信系 统的示意图, 在发送端, 软判决 FEC编码器接收信号源数据, 对信号源 数据中的比特数据 ^, …, ― ^^ ^进行编码处理 ,将编码处理后得到的 比特数据 ,…^^^^发送给交织器; 本实施例中, 软判决 FEC编码 器可以为 LDPC编码器或 Turbo码编码器, 但不仅限于这两种编码器。 Specifically, please refer to FIG. 3 , which is a schematic diagram of a soft decision high modulation communication system according to an embodiment of the present invention. At the transmitting end, a soft decision FEC encoder receives signal source data, and uses a signal source. The bit data ^, ..., ― ^^ ^ in the data is subjected to encoding processing, and the bit data obtained by the encoding process is transmitted to the interleaver; in this embodiment, the soft decision FEC encoder may be LDPC coded. Or Turbo code encoder, but not limited to these two encoders.
以 LDPC编码器为例说明软判决 FEC编码器对比特数据进行编码的 方法: 信号源数据输入 LDPC编码器, LDPC编码器是线性分组码, 将 信号源数据中的每个比特数据与生成矩阵相乘得到相应的校验码, 将得 到的校验码和比特数据组成 LDPC码字, 该 LDPC码字就是编码处理后 的比特数据。  The LDPC encoder is taken as an example to illustrate the method of encoding the bit data by the soft decision FEC encoder: The signal source data is input to the LDPC encoder, and the LDPC encoder is a linear block code, and each bit data in the source data is compared with the generation matrix. Multiply the corresponding check code to obtain the check code and the bit data to form an LDPC code word, and the LDPC code word is the bit data after the encoding process.
步骤 202, 交织器以符号为单位对编码后得到的比特数据进行交织 处理。  Step 202: The interleaver performs interleaving processing on the encoded bit data in units of symbols.
具体的, 请参考图 3 , 交织器从软判决 FEC编码器收到编码后得到 的比特数据 ^''''' ^-2,^-1后, 以调制器的调制方式中的码元所包含的 比特个数为单位, 即以调制方式对应的符号大小为单位, 将收到的比特 数据存放到一个 RAM ( Random Access Memory, 随机存储器) 中, 直 到所有的比特数据都存储到 RAM中。 Specifically, referring to FIG. 3, the interleaver receives the encoded bit data ^''''' ^^ 2 , ^-1 from the soft decision FEC encoder, and then uses the symbol in the modulation mode of the modulator. The number of bits included is in units of the symbol size corresponding to the modulation method, and the received bit data is stored in a RAM (Random Access Memory) until all the bit data is stored in the RAM.
然后交织器需要从 RAM中以符号为单位提取比特数据, 从第 1个 RAM开始, 提取每个 RAM的第 1行符号, 提取完所有 RAM的第 1行 符号后, 再从第 1个 RAM开始, 提取每个 RAM的第 2行符号, 以此类 推; 最后交织器将提取出的符号按照提取顺序发送给调制器进行调制处 理。  Then the interleaver needs to extract the bit data from the RAM in units of symbols, starting from the first RAM, extracting the first line symbol of each RAM, extracting the first line symbol of all RAMs, and starting from the first RAM. , extract the 2nd line symbol of each RAM, and so on; the last interleaver sends the extracted symbols to the modulator for modulation processing in the extraction order.
例如, 如图 4所示, 交织器是以符号为单位对编码后得到的比特数 据进行交织处理,以调制器是 1024-QAM为例,交织深度为 108个 LDPC 码字。 交织深度为存储的 LDPC码帧数, 存储的总比特数据量为 LDPC 帧长乘以交织深度。 1024-QAM的每个码元包含 10比特, 交织器将以 10比特为单位将收到的比特数据存入 RAM中, 交织器将收到的第 1个 10比特存入第一个 RAM的第一行, 将第 2个 10比特存入第一个 RAM 的第 2行, 以此类推, 直到第 n-1个 10比特存入第一个 RAM的第 n-1 行, 第一个 RAM存满; 然后将第 n个 10比特存入第二个 RAM的第一 行, 第 n+1个 10比特存入第二个 RAM的第二行, 以此类推, 直到将第 二个 RAM存满为止, 以此类推, 直到交织器将收到的编码后得到的比 特数据都存入 RAM。 For example, as shown in FIG. 4, the interleaver performs interleaving processing on the encoded bit data in units of symbols, taking the modulator as 1024-QAM as an example, and the interleaving depth is 108 LDPC codewords. The interleaving depth is the number of stored LDPC code frames, and the total amount of stored bit data is LDPC. The frame length is multiplied by the interleaving depth. Each symbol of 1024-QAM contains 10 bits, and the interleaver will store the received bit data in RAM in units of 10 bits, and the interleaver will store the received first 10 bits into the first RAM. One row, the second 10 bits are stored in the second row of the first RAM, and so on, until the n-1th 10 bits are stored in the n-1th row of the first RAM, the first RAM is stored. Full; then store the nth 10 bits in the first row of the second RAM, the n+1th 10 bits in the second row of the second RAM, and so on, until the second RAM is full So far, and so on, until the interleaver stores the received bit data obtained in the RAM into the RAM.
这里, 交织器发送给调制器的符号是重新组合后的比特数据 , 3 · ·' 3 2, yn-i ,也就是说交织器以符号为单位将编码后的比特数据打 散, 再输出重新组合后的比特数据^, ,^'…' ^2, ^ ; 交织器对比特数据 的交织处理并不改变比特数据的本质, 而是改变比特数据的结构顺序, 将突发误码打散, 使信道传输过程中的突发误码最大限度的分散化。 Here, the symbol sent by the interleaver to the modulator is the recombined bit data, 3 · · ' 3 2 , y n -i , that is, the interleaver breaks up the encoded bit data in units of symbols, and then outputs The recombined bit data ^, , ^'...' ^ 2 , ^ ; The interleaving process of the bit data by the interleaver does not change the essence of the bit data, but changes the structural order of the bit data, and breaks up the burst error. , to maximize the dispersion of burst errors during channel transmission.
步骤 203 , 调制器对交织处理后得到的比特数据进行调制, 得到第 一符号信息。  Step 203: The modulator modulates the bit data obtained after the interleaving process to obtain first symbol information.
具体的, 请参考图 3 , 调制器从交织器接收交织处理后得到的比特 数据; y。,; ν^,···, )^,)^,将比特数据; y。,; ν^,···, )^, )^映射到调制器的调制 方式对应的星座图上, 形成相应的星座点, 一个星座点就是一个符号信 息,一个符号信息中包括 I、 Q两个分量,分别对应星座图的实部和虚部, 调制器将映射生成的第一符号信息 —, 发送给数模转换器; 例如, 对于 256-QAM调制器, 该调制器可以将 8比特的比特数据调制 成 1个符号信息。  Specifically, referring to FIG. 3, the modulator receives bit data obtained by interleaving from the interleaver; y. ,; ν^,···, )^,)^, will be bit data; y. , ν^,···, )^, )^ map to the constellation diagram corresponding to the modulation mode of the modulator, forming corresponding constellation points, one constellation point is a symbol information, and one symbol information includes I and Q The components correspond to the real and imaginary parts of the constellation, respectively, and the modulator transmits the first symbol information generated by the mapping to the digital-to-analog converter; for example, for a 256-QAM modulator, the modulator can have 8 bits The bit data is modulated into one symbol information.
步骤 204 , 第一符号信息经过 DAC的转换后通过噪声信道发送给 ADC。 Step 204: The first symbol information is sent to the DAC and then sent to the noise channel. ADC.
具体的, 请参考图 3 , DAC ( Digital to Analog Converter, 数模转换 器)接收调制器发送的第一符号信息 ^^ , ^^ , 将数字格式的第 一符号信息转换为模拟信息; DAC与噪声信道相连, DAC将数模转换 后得到的模拟信息发送到该噪声信道中, 接收端的 ADC ( Analog to Digital Converter, 模数转换器) 将通过噪声信道接收到该模拟信息。  Specifically, please refer to FIG. 3, the DAC (Digital to Analog Converter) receives the first symbol information ^^ , ^^ sent by the modulator, and converts the first symbol information in the digital format into analog information; The noise channel is connected, and the DAC sends the analog information obtained by the digital-to-analog conversion to the noise channel, and the ADC (Analog to Digital Converter) at the receiving end receives the analog information through the noise channel.
请参考图 5 , 其为本发明实施例所提供的解交织的方法的流程示意 图, 如图 5所示, 该方法包括以下步骤:  Referring to FIG. 5, which is a schematic flowchart of a method for deinterleaving according to an embodiment of the present invention, as shown in FIG. 5, the method includes the following steps:
步骤 501 , ADC对发送端发送的第一符号信息进行模数转换, 得到 第二符号信息。  Step 501: The ADC performs analog-to-digital conversion on the first symbol information sent by the sending end to obtain second symbol information.
具体的, 请参考图 3 , 在接收端, ADC通过噪声信道接收到发送端 发送的第一符号信息, ADC对从噪声信道收到的模拟信息进行模数转换, 将模拟信号转换成数字格式的符号信息, 得到第二符号信息  Specifically, referring to FIG. 3, at the receiving end, the ADC receives the first symbol information sent by the transmitting end through the noise channel, and the ADC performs analog-to-digital conversion on the analog information received from the noise channel, and converts the analog signal into a digital format. Symbol information, obtaining second symbol information
s。, , 2 ,^ ',并将所述第二符号信息^ '发送给解交织 器。 s. , , 2 , ^ ', and send the second symbol information ^ ' to the deinterleaver.
步骤 502 ,解交织器以符号为单位对第二符号信息进行解交织处理, 得到第三符号信息。  Step 502: The deinterleaver performs deinterleaving processing on the second symbol information in units of symbols to obtain third symbol information.
具体的, 请参考图 3 , 在接收端由解交织器从 ADC接收第二符号信 息 W '···' 2, , 并以符号为单位, 即以调制方式对应的符号大小为 单位, 对收到的第二符号信息 , '…' 2, 进行解交织处理, 即执行 交织处理的逆过程, 将第二符号信息中的第 m个符号信息存入第 i个 RAM的第 j行, 直到所有符号都存储到 RAM中; 其中, 依据交织深度 确定需要存储的所有符号量; 其中 i和 j为正整数, n为总 RAM数; 当 m为 n的整数倍时, i=n,j=m/n;当 m非 n的整数倍时, i=m%n, j=[m/n+l] , 其中 []表示取整; 其中 m、 n、 i和 j为正整数, n为总 RAM数; 即: 从 第 1个 RAM的第 1行开始存储符号信息, 将收到的第 1个符号信息存 储到第 1个 RAM的第 1行中, 将收到的第 2个符号信息存储到第 2个 RAM的第 1行中, 待所有 RAM的第 1行存储完毕后, 将收到的符号信 息存储到第 1个 RAM的第 2行中, 以此类推, 直至所有符号信息都存 入 RAM。 Specifically, referring to FIG. 3, the second symbol information W '···' 2 is received by the deinterleaver from the ADC at the receiving end, and is in units of symbols, that is, the symbol size corresponding to the modulation mode, The second symbol information, '...' 2 , performs deinterleaving processing, that is, performs an inverse process of the interleaving process, and stores the mth symbol information in the second symbol information into the jth row of the i th RAM until all The symbols are all stored in the RAM; wherein, the amount of all symbols to be stored is determined according to the interleaving depth; wherein i and j are positive integers, and n is the total RAM number; When m is an integer multiple of n, i=n, j=m/n; when m is not an integer multiple of n, i=m%n, j=[m/n+l], where [] represents rounding; Where m, n, i, and j are positive integers, and n is the total RAM number; that is, the symbol information is stored from the first row of the first RAM, and the received first symbol information is stored in the first RAM. In the first row, the received second symbol information is stored in the first row of the second RAM, and after the first row of all RAMs is stored, the received symbol information is stored in the first RAM. In line 2, and so on, until all symbol information is stored in RAM.
从第 1个 RAM开始, 依次提取每个 RAM中的所有符号, 即提取完 一个 RAM中的所有符号后,再提取下一个 RAM中的所有符号, 直到所 有符号都提取完毕; 最后按照提取顺序将提取出的符号作为第三符号信 息发送给解调器进行解调处理, 从而将第二符号信息处理成编码后比特 数据的顺序 , , '…' ; 本实施例中, 解交织器接收的是第二符 号信息, 对第二符号信息进行解交织处理, 而不是现有技术中, 对解调 后的比特数据进行解交织处理。  Starting from the first RAM, extract all the symbols in each RAM in turn, that is, after extracting all the symbols in one RAM, extract all the symbols in the next RAM until all the symbols are extracted; finally, according to the extraction order The extracted symbol is sent to the demodulator as the third symbol information for demodulation processing, thereby processing the second symbol information into the order of the encoded bit data, '...'; in this embodiment, the deinterleaver receives The second symbol information is subjected to deinterleave processing on the second symbol information, instead of deinterleaving the demodulated bit data in the prior art.
步骤 503 , 解调器对第三符号信息进行解调, 得到以比特方式表示 的浮点信息。  Step 503: The demodulator demodulates the third symbol information to obtain floating point information expressed in bits.
具体的, 请参考图 3 , 解调器接收解交织器发送的第三符号信息 s0 ,s;,s2,-, sn_2 ,sn_;, 对收到的第三符号信息进行解调, 将第三符号信息 中每个符号作为解调器的调制模式对应的星座图中的一个星座点, 依据 星座点的量化位宽将该星座点解映射成浮点信息, 得到以比特方式表示 的浮点信息; 其中, 星座点的量化位宽由 ADC器件特性确定。 例如, 量化位宽为 8比特, 则解调器将一个符号信息解调成 8个浮点信息, 每 个浮点信息用 8比特表示, 则每个符号信息就解调成 64比特; 解调器将 解映射得到的浮点信息 c。, , ,…, '发送给软判决 FEC译码器, 经 过解调器的解调处理, 第三符号信息将变成数据量更大的比特数据被发 送给软判决 FEC译码器。 Specifically, referring to FIG. 3, the demodulator receives the third symbol information s 0 , s;, s 2 , -, s n _ 2 , s n _; sent by the deinterleaver, and the received third symbol information. Performing demodulation, using each symbol in the third symbol information as a constellation point in the constellation corresponding to the modulation mode of the demodulator, and demaping the constellation point into floating point information according to the quantization bit width of the constellation point, The floating point information represented by the bit mode; wherein the quantization bit width of the constellation point is determined by the characteristics of the ADC device. For example, if the quantization bit width is 8 bits, the demodulator demodulates one symbol information into 8 floating point information, and each floating point information is represented by 8 bits, and each symbol information is demodulated into 64 bits; Will The floating point information c obtained by the mapping. , , , . , ' is sent to the soft decision FEC decoder. After demodulation processing by the demodulator, the third symbol information will become larger data bit data and sent to the soft decision FEC decoder.
步骤 504,软判决 FEC译码器对浮点信息进行译码,输出比特数据。 具体的, 请参考图 3 , 软判决 FEC译码器接收解调后得到的浮点信 息 , ,¾,...^— 2 , l', 利用译码算法对浮点信息进行译码,对浮点信息中 的误码进行纠错, 并输出纠错后得到的比特数据 ,«,···, 2 ,U 其 中, 浮点信息中的误码包括突发误码和信道中的随机误码。 译码算法可 以为 LDPC译码算法、 Turbo码译码算法等; 其中, 软判决 FEC译码器 可以为 LDPC译码器或 Turbo码译码器, 但不仅限于这两种译码器, 只 要软判决 FEC译码器与软判决 FEC编码器相对应即可。 In step 504, the soft decision FEC decoder decodes the floating point information and outputs the bit data. Specifically, please refer to FIG. 3, the soft decision FEC decoder receives the floating point information obtained after demodulation, 3⁄4 , ...^- 2 , l ', and decodes the floating point information by using a decoding algorithm, The error code in the floating point information is error-corrected, and the bit data obtained after the error correction is output, «,····, 2 , U where the error code in the floating point information includes the burst error and the random error in the channel code. The decoding algorithm may be an LDPC decoding algorithm, a Turbo code decoding algorithm, etc., wherein the soft decision FEC decoder may be an LDPC decoder or a Turbo code decoder, but is not limited to the two decoders, as long as it is soft The decision FEC decoder corresponds to the soft decision FEC encoder.
由于在传统的硬判决 FEC编码器和调制模式比较低的通信系统中, 解调器处理的是符号信息, 每个符号信息解调后是 M个 (如 256-QAM 解调器的 M=8 )浮点信息, 每个浮点信息要用 N个比特表示, 则每个符 号信息解调后, 由原来的 2 χ Ν个比特(包括实部和虚部)变成了 Μ χ Ν 个比特, 解交织器要对 Μ χ N个比特的比特数据进行解交织处理, 而本 实施例中, 解交织器的处理位于解调器之前, 因此解交织器是对 2 χ Ν 个比特的符号信息进行解交织处理, 传统的解交织器的逻辑资源是本实 施例中的解交织器的逻辑资源的(M N)/(2 N)= M/2倍, 以 256-QAM 调制器为例, M=8 , 传统的解交织器的逻辑资源是本实施例中解交织器 的 4倍, 本实施例的解交织器可以节约 4倍的逻辑资源。  Since in the traditional hard-decision FEC encoder and the communication system with low modulation mode, the demodulator processes the symbol information, and each symbol information is demodulated by M (for example, M=8 of the 256-QAM demodulator). ) floating-point information, each floating-point information is represented by N bits, and after each symbol information is demodulated, the original 2 Ν 比特 bits (including the real part and the imaginary part) become Μ χ Ν bits The deinterleaver performs deinterleaving processing on the N bits of bit data. In this embodiment, the deinterleaver processing is located before the demodulator, so the deinterleaver is symbol information for 2 χ Ν bits. The deinterleaving process is performed. The logical resource of the conventional deinterleaver is (MN)/(2 N)= M/2 times of the logical resource of the deinterleaver in this embodiment. Taking a 256-QAM modulator as an example, M =8, the logical resource of the traditional deinterleaver is four times that of the deinterleaver in this embodiment, and the deinterleaver of this embodiment can save 4 times of logic resources.
具体实施例  Specific embodiment
以微波 4 X 4MIMO通信系统, 码长为 8640的 LDPC编码器, 调制 模式为 1024-QAM为例进行说明。 由于调制模式为 1024-QAM, 则每个 符号信息为 10比特, 设浮点信息的量化位宽为 8比特。 Microwave 4 X 4 MIMO communication system, LDPC encoder with code length of 8640, modulation The mode is 1024-QAM as an example. Since the modulation mode is 1024-QAM, each symbol information is 10 bits, and the quantization bit width of the floating point information is 8 bits.
请参考图 6, 其为本发明实施例中微波 4 X 4MIMO通信系统的发送 端的示意图, 在发送端, 有 4路信号源数据, 使用 4个交织器, 每个交 织器的处理单位都为 10比特, 每 10比特映射成 1个星座点, 星座点的 坐标包括实部和虚部, 由于量化位宽为 8比特, 则映射得到的浮点信息 为 16比特。  Please refer to FIG. 6, which is a schematic diagram of a transmitting end of a microwave 4×4 MIMO communication system according to an embodiment of the present invention. At the transmitting end, there are 4 signal source data, and 4 interleavers are used, and each interleaver has a processing unit of 10 Bits, each 10 bits are mapped into one constellation point, and the coordinates of the constellation points include real and imaginary parts. Since the quantization bit width is 8 bits, the mapped floating point information is 16 bits.
在发送端有如下处理过程:  On the sending side, there are the following processes:
定帧处理: 信号源数据经过 BB ( Base Band, 基带) 帧的定帧处理 后, 实现 LDPC定帧, 以并行位宽 10比特传给 LDPC编码器。  Fixed frame processing: After the signal source data is subjected to the framing processing of the BB (Base Band) frame, the LDPC is framed and transmitted to the LDPC encoder with 10 bits of parallel bit width.
编码处理:为了节约逻辑资源, LDPC编码器采用时分复用的方式, 用一个 LDPC编码器兼容 4路信号源数据的编码; LDPC编码器将 BB 帧送来的 4路信号源数据, 以时分复用的方式合成 1路信号源数据, 对 这 1路信号源数据进行 LDPC编码, 编码后的 1路信号源数据再被分成 4路对齐的比特数据, 分别送给 4个交织器。 这里, 可以由调制模式控 制单元根据信号质量的不同在 LDPC编码器上配置相应的调制模式的参 数, 用于指示发送端的调制模式, 一个 LDPC编码器可以支持多种调制 模式, 如 16-QAM、 64-QAM、 256-QAM, 512-QAM或 1024-QAM等, 而且, 每路比特数据既可以采用相同的调制模式, 也可以采用不相同的 调制模式,例如,调制模式的参数配置为 1时,表示调制模式为 16-QAM, 调制模式的参数配置为 2时, 表示调制模式为 64-QAM, LDPC编码器 通过控制信号将调制模式的参数向下游处理模块传递, 下游处理模块可 交织处理: 为了比特数据之间不相互影响, 每路比特数据分别采用Encoding process: In order to save logic resources, the LDPC encoder adopts time division multiplexing mode, and uses one LDPC encoder to be compatible with encoding of four channels of source data; the LDPC encoder converts four channels of source data sent by the BB frame by time division. The 1 channel source data is synthesized by the method, and the 1 channel source data is LDPC coded, and the encoded 1 channel source data is further divided into 4 aligned bit data and sent to 4 interleavers respectively. Here, the modulation mode control unit may configure a parameter of the corresponding modulation mode on the LDPC encoder according to the difference of the signal quality, and is used to indicate the modulation mode of the transmitting end, and an LDPC encoder can support multiple modulation modes, such as 16-QAM, 64-QAM, 256-QAM, 512-QAM or 1024-QAM, etc., and each bit data can use the same modulation mode or different modulation modes. For example, when the parameter of the modulation mode is configured as 1 , indicating that the modulation mode is 16-QAM, and the parameter of the modulation mode is set to 2, indicating that the modulation mode is 64-QAM, and the LDPC encoder transmits the parameters of the modulation mode to the downstream processing module through the control signal, and the downstream processing module can Interleave processing: In order for bit data to not affect each other, each bit of data is used separately
1个交织器, 每个交织器的交织深度为 100个 LDPC帧, 则 4个交织器 需要 4 x 8640 X 100= 3456000比特的 RAM资源,该交织器的交织单元为 一个符号, 即 10比特为一个符号。 1 interleaver, each interleaver has an interleaving depth of 100 LDPC frames, then 4 interleavers need 4 x 8640 X 100= 3456000 bits of RAM resources, and the interleaving unit of the interleaver is one symbol, that is, 10 bits are a symbol.
调制处理:交织器输出的 10比特位宽的比特数据给调制器进行调制, 输出的每个符号信息包括 I、 Q两路, 每路符号信息做 8比特 s的量化处 理, 得到共 16比特的符号信息。  Modulation processing: the 10-bit wide bit data output by the interleaver is modulated by the modulator, and each symbol information output includes two paths of I and Q, and each symbol information is quantized by 8 bits s to obtain a total of 16 bits. Symbol information.
请参考图 7, 其为本发明实施例中微波 4 X 4MIMO通信系统的接收 端的示意图, 在接收端有如下处理过程:  Please refer to FIG. 7, which is a schematic diagram of a receiving end of a microwave 4 X 4 MIMO communication system according to an embodiment of the present invention. The receiving end has the following processing procedure:
解交织处理: 噪声信道传来的符号信息进入解交织器, 解交织器以 符号的形式对符号信息进行解交织处理,传来的每个符号信息为 16比特。 与发送端的调制同理, 这里, 可以由调制模式控制单元根据信号质量的 不同在解交织器上配置相应的调制模式的参数, 用于指示接收端的调制 模式,一个 LDPC译码器可以支持多种调制模式,如 16-QAM、64-QAM、 256-QAM, 512-QAM或 1024-QAM等, 而且, 每路比特数据既可以采 用相同的调制模式, 也可以采用不相同的调制模式, 例如, 调制模式的 参数配置为 1时, 表示调制模式为 16-QAM, 调制模式的参数配置为 2 时, 表示调制模式为 64-QAM, 解交织器通过控制信号将调制模式的参 数向下游处理模块传递, 下游处理模块可以依据调制模式的参数获知调 制模式。  Deinterleaving processing: The symbol information transmitted from the noisy channel enters the deinterleaver, and the deinterleaver deinterleaves the symbol information in the form of a symbol, and each symbol information transmitted is 16 bits. Similarly, the modulation of the transmitting end is similar. Here, the modulation mode control unit may configure a parameter of the corresponding modulation mode on the deinterleaver according to the difference of the signal quality, and is used to indicate the modulation mode of the receiving end, and an LDPC decoder can support multiple types. Modulation mode, such as 16-QAM, 64-QAM, 256-QAM, 512-QAM or 1024-QAM, etc., and each bit data can use the same modulation mode or different modulation modes, for example, When the parameter of the modulation mode is set to 1, the modulation mode is 16-QAM, and when the parameter of the modulation mode is 2, the modulation mode is 64-QAM, and the deinterleaver transmits the parameters of the modulation mode to the downstream processing module through the control signal. The downstream processing module can learn the modulation mode according to the parameters of the modulation mode.
解调处理: 解交织器输出的 16比特的数据给解调器, 通过解调器的 解调处理后, 1个星座点解映射成 10个浮点信息, 每个浮点信息用 8比 特表示, 则解调器在每路输出 80比特的比特数据。 译码处理: LDPC译码器采用时分复用的方式, 用 1个 LDPC译码 器进行 4路比特数据的译码; 先将 4路比特数据合成 1路比特数据, 对 这 1路比特数据进行 LDPC译码, 再将译码后的 1路比特数据分成 4路 比特数据, 分别发送给 4个 BB帧。 Demodulation processing: The 16-bit data output by the deinterleaver is sent to the demodulator. After demodulation processing by the demodulator, one constellation point is demapped into 10 floating point information, and each floating point information is represented by 8 bits. Then, the demodulator outputs 80 bits of bit data in each channel. Decoding processing: The LDPC decoder uses a time division multiplexing method to decode 4 bits of data by using one LDPC decoder; first, synthesize 4 bits of bit data into 1 bit of bit data, and perform 1 bit of bit data. After LDPC decoding, the decoded 1-bit data is divided into 4 bits of data and sent to 4 BB frames.
上述通信系统中,解交织器需要使用的 RAM的比特数为:( 8640/10 ) X 16 X 100=1382400比特。 如果按照传统方式, 将解交织器的解交织处 理放在解调器的解调处理之后, 则需要 RAM的逻辑资源为 ( 8640/10 ) X lO x 8 X 100=6912000比特, 因此传统方式中解交织器的逻辑资源的倍 数是本发明实施例中解交织器的逻辑资源的 5倍。 其中 8640为一个 LDPC码的帧长, ( 8640/10 ) =864是每个 LDPC码包含的符号数, 10 表示每个符号信息解调后的浮点信息个数, 8表示每个浮点信息采用 8 比特的量化位宽。  In the above communication system, the number of bits of the RAM to be used by the deinterleaver is: (8640/10) X 16 X 100 = 13382400 bits. If the deinterleave processing of the deinterleaver is placed after the demodulation process of the demodulator in the conventional manner, the logical resource of the RAM is required to be (8640/10) X lO x 8 X 100=6912000 bits, so in the conventional manner The multiple of the logical resource of the deinterleaver is five times that of the deinterleaver in the embodiment of the present invention. 8640 is the frame length of an LDPC code, ( 8640/10 ) = 864 is the number of symbols included in each LDPC code, 10 is the number of floating point information after demodulation of each symbol information, and 8 is each floating point information. The 8-bit quantization bit width is used.
本发明实施例进一步给出实现上述方法实施例中各步骤及方法的装 置实施例。  Embodiments of the present invention further provide an apparatus embodiment for implementing the steps and methods in the foregoing method embodiments.
请参考图 8 , 其为本发明实施例所提供的一种解交织的通信系统的 功能方块图。 如图所示, 该解交织的通信系统包括: 模数转换器 81、 解 交织器 82、 解调器 83和软判决 FEC译码器 84; 其中,  Please refer to FIG. 8, which is a functional block diagram of a deinterleaving communication system according to an embodiment of the present invention. As shown, the deinterleaved communication system includes: an analog to digital converter 81, a deinterleaver 82, a demodulator 83, and a soft decision FEC decoder 84;
模数转换器 81 , 用于对发送端发送的第一符号信息进行模数转换, 得到第二符号信息;  The analog-to-digital converter 81 is configured to perform analog-to-digital conversion on the first symbol information sent by the transmitting end to obtain second symbol information.
解交织器 82, 用于以符号为单位对所述第二符号信息进行解交织处 理, 得到第三符号信息;  The deinterleaver 82 is configured to perform deinterleaving on the second symbol information in units of symbols to obtain third symbol information.
解调器 83 , 用于对所述第三符号信息进行解调, 得到以比特方式表 示的浮点信息; 软判决 FEC译码器 84, 用于对所述浮点信息进行译码,输出比特数 据。 a demodulator 83, configured to demodulate the third symbol information to obtain floating point information represented by bits; The soft decision FEC decoder 84 is configured to decode the floating point information and output bit data.
其中, 所述解交织器 82具体包括接收单元 821、 存储单元 822、 提 取单元 823和发送单元 824:  The deinterleaver 82 specifically includes a receiving unit 821, a storage unit 822, an extracting unit 823, and a sending unit 824:
接收单元 821 , 用于从模数转换器接收第二符号信息;  The receiving unit 821 is configured to receive second symbol information from the analog to digital converter;
存储单元 822, 用于按照接收顺序, 将所述第二符号信息中的第 m 个符号存入第 i个随机存储器 RAM的第 j行, 直到所有符号都存储到 RAM中; 当 m为 n的整数倍时, i=n, j=m/n; 当 m非 n的整数倍时, i=m%n, j=[m/n+l] , 其中 []表示取整; 其中 m、 n、 i和 j为正整数, n为 总 RAM数;  The storage unit 822 is configured to store the mth symbol in the second symbol information into the jth row of the i th random memory RAM according to the receiving order, until all symbols are stored in the RAM; when m is n In integer multiples, i=n, j=m/n; when m is not an integer multiple of n, i=m%n, j=[m/n+l], where [] denotes rounding; where m, n , i and j are positive integers, and n is the total RAM number;
提取单元 823 ,用于依次提取 RAM中的所有符号,提取完一个 RAM 中的所有符号后, 再提取下一个 RAM中的所有符号, 直到所有符号都 提取完毕;  The extracting unit 823 is configured to sequentially extract all the symbols in the RAM, extract all the symbols in one RAM, and then extract all the symbols in the next RAM until all the symbols are extracted;
发送单元 824, 用于按照提取顺序将提取出的符号作为第三符号信 息发送给解调器 83。  The transmitting unit 824 is configured to send the extracted symbol as the third symbol information to the demodulator 83 in the extraction order.
其中, 所述解调器 83具体包括接收单元 831、 解映射单元 832: 接收单元 831 , 用于接收解交织器发送的第三符号信息;  The demodulator 83 specifically includes a receiving unit 831 and a demapping unit 832: a receiving unit 831, configured to receive third symbol information sent by the deinterleaver;
解映射单元 832, 用于将所述第三符号信息中每个符号作为所述解 调器的调制模式对应的星座图中的一个星座点, 依据星座点的量化位宽 将所述星座点解映射成浮点信息, 得到以比特方式表示的浮点信息。  a demapping unit 832, configured to use each symbol in the third symbol information as a constellation point in a constellation corresponding to a modulation mode of the demodulator, and to solve the constellation point according to a quantization bit width of a constellation point Map to floating point information to obtain floating point information expressed in bits.
请参考图 9, 其为本发明实施例所提供的一种解交织的通信系统的 结构示意图。 如图所示, 该通信系统包括:  Please refer to FIG. 9, which is a schematic structural diagram of a deinterleaving communication system according to an embodiment of the present invention. As shown, the communication system includes:
模数转换器 91 , 接收发送端发送的第一符号信息, 并对所述第一符 号信息进行模数转换, 得到第二符号信息; The analog-to-digital converter 91 receives the first symbol information sent by the transmitting end, and receives the first symbol The number information is subjected to analog-to-digital conversion to obtain second symbol information;
存储器 92 , 用于存储包括程序例程的信息;  a memory 92, configured to store information including a program routine;
处理器 93 , 与存储器 92、 模数转换器 91耦合, 用于控制所述程序 例程的执行, 具体包括: 以符号为单位对所述第二符号信息进行解交织 处理, 得到第三符号信息; 对所述第三符号信息进行解调, 得到以比特 方式表示的浮点信息; 对所述浮点信息进行译码, 输出比特数据。  The processor 93 is coupled to the memory 92 and the analog-to-digital converter 91 for controlling the execution of the program routine, and specifically includes: deinterleaving the second symbol information in units of symbols to obtain third symbol information. Demodulating the third symbol information to obtain floating point information expressed in bits; decoding the floating point information to output bit data.
本发明提供的技术方案中, 解交织器置于解调器之前, 以符号为单 位对符号信息进行解交织处理, 而不是对解调后的比特数据进行解交织 处理, 因此输入解交织器的数据量大大降低, 从而减少解交织器对逻辑 资源的占用量, 降低解交织器的实现复杂度和解交织处理的实现成本。  In the technical solution provided by the present invention, the deinterleaver is placed in front of the demodulator, and the symbol information is deinterleaved in units of symbols instead of deinterleaving the demodulated bit data, so the input deinterleaver The amount of data is greatly reduced, thereby reducing the amount of logic resources occupied by the deinterleaver, reducing the implementation complexity of the deinterleaver and the implementation cost of the deinterleaving process.
以上所述仅为本发明的较佳实施例而已, 并不用以限制本发明, 凡 在本发明的精神和原则之内, 所做的任何修改、 等同替换、 改进等, 均 应包含在本发明保护的范围之内。  The above is only the preferred embodiment of the present invention, and is not intended to limit the present invention. Any modifications, equivalents, improvements, etc., which are made within the spirit and principles of the present invention, should be included in the present invention. Within the scope of protection.

Claims

权 利 要 求 书 claims
1、 一种解交织的方法, 其特征在于, 该方法包括: 1. A method of deinterleaving, characterized in that the method includes:
模数转换器对发送端发送的第一符号信息进行模数转换, 得到第二 符号信息; The analog-to-digital converter performs analog-to-digital conversion on the first symbol information sent by the transmitter to obtain the second symbol information;
解交织器以符号为单位对所述第二符号信息进行解交织处理, 得到 第三符号信息; The deinterleaver deinterleaves the second symbol information in units of symbols to obtain the third symbol information;
解调器对所述第三符号信息进行解调, 得到以比特方式表示的浮点 信息; The demodulator demodulates the third symbol information to obtain floating point information expressed in bits;
软判决前向误码纠错 FEC译码器对所述浮点信息进行译码, 输出比 特数据。 The soft-decision forward error correction FEC decoder decodes the floating point information and outputs bit data.
2、 根据权利要求 1所述的方法, 其特征在于, 所述解交织器以符号 为单位对所述第二符号信息进行解交织处理具体为: 2. The method according to claim 1, characterized in that the deinterleaver performs deinterleaving processing on the second symbol information in units of symbols, specifically as follows:
从模数转换器接收所述第二符号信息; receiving the second symbol information from an analog-to-digital converter;
按照接收顺序, 将所述第二符号信息中的第 m个符号存入第 i个随 机存储器 RAM的第 j行, 直到所有符号都存储到 RAM中; 当 m为 n 的整数倍时, i=n, j=m/n; 当 m非 n的整数倍时, i=m%n, j=[m/n+l] , 其中 []表示取整; 其中 m、 n、 i和 j为正整数, n为总 RAM数; According to the reception order, store the m-th symbol in the second symbol information in the j-th row of the i-th random access memory RAM until all symbols are stored in the RAM; when m is an integer multiple of n, i= n, j=m/n; when m is not an integer multiple of n, i=m%n, j=[m/n+l], where [] represents rounding; where m, n, i and j are positive Integer, n is the total number of RAM;
依次提取 RAM中的所有符号, 提取完一个 RAM中的所有符号后, 再提取下一个 RAM中的所有符号, 直到所有符号都提取完毕; Extract all symbols in RAM in sequence. After extracting all symbols in one RAM, extract all symbols in the next RAM until all symbols are extracted;
按照提取顺序将提取出的符号作为第三符号信息发送给解调器。 The extracted symbols are sent to the demodulator as third symbol information in the order of extraction.
3、 根据权利要求 1所述的方法, 其特征在于, 所述解调器对所述第 三符号信息进行解调, 得到以比特方式表示的浮点信息, 具体为: 3. The method according to claim 1, characterized in that the demodulator demodulates the third symbol information to obtain floating point information expressed in bits, specifically:
接收解交织器发送的所述第三符号信息; 将所述第三符号信息中每个符号作为所述解调器的调制模式对应的 星座图中的一个星座点, 依据星座点的量化位宽将所述星座点解映射成 浮点信息, 得到以比特方式表示的浮点信息。 Receive the third symbol information sent by the deinterleaver; Using each symbol in the third symbol information as a constellation point in the constellation diagram corresponding to the modulation mode of the demodulator, de-mapping the constellation point into floating point information according to the quantized bit width of the constellation point, we obtain Floating point information represented as bits.
4、 一种解交织的通信系统, 其特征在于, 该系统包括模数转换器、 解交织器、 解调器和软判决前向误码纠错 FEC译码器: 4. A deinterleaved communication system, characterized in that the system includes an analog-to-digital converter, a deinterleaver, a demodulator and a soft-decision forward error correction FEC decoder:
模数转换器, 用于对发送端发送的第一符号信息进行模数转换, 得 到第二符号信息; An analog-to-digital converter is used to perform analog-to-digital conversion on the first symbol information sent by the transmitting end to obtain the second symbol information;
解交织器,用于以符号为单位对所述第二符号信息进行解交织处理, 得到第三符号信息; A deinterleaver, configured to deinterleave the second symbol information in symbol units to obtain third symbol information;
解调器, 用于对所述第三符号信息进行解调, 得到以比特方式表示 的浮点信息; A demodulator, used to demodulate the third symbol information to obtain floating-point information expressed in bits;
软判决 FEC译码器,用于对所述浮点信息进行译码,输出比特数据。 Soft decision FEC decoder is used to decode the floating point information and output bit data.
5、 根据权利要求 4所述的通信系统, 其特征在于, 所述解交织器具 体包括: 接收单元、 存储单元、 提取单元和发送单元: 5. The communication system according to claim 4, characterized in that the deinterleaving device specifically includes: a receiving unit, a storage unit, an extraction unit and a sending unit:
接收单元, 用于从模数转换器接收所述第二符号信息; A receiving unit, configured to receive the second symbol information from the analog-to-digital converter;
存储单元, 用于按照接收顺序, 将所述第二符号信息中的第 m个符 号存入第 i个随机存储器 RAM的第 j行, 直到所有符号都存储到 RAM 中; 当 m为 n的整数倍时, i=n, j=m/n; 当 m非 n的整数倍时, i=m%n, j=[m/n+l] , 其中 []表示取整; 其中 m、 n、 i和 j为正整数, n为总 RAM 数; The storage unit is used to store the m-th symbol in the second symbol information in the j-th row of the i-th random access memory RAM according to the reception order until all symbols are stored in the RAM; when m is an integer of n When multiples, i=n, j=m/n; when m is not an integer multiple of n, i=m%n, j=[m/n+l], where [] means rounding; where m, n, i and j are positive integers, n is the total number of RAM;
提取单元, 用于依次提取 RAM中的所有符号, 提取完一个 RAM中 的所有符号后, 再提取下一个 RAM中的所有符号, 直到所有符号都提 取完毕; 发送单元, 用于按照提取顺序将提取出的符号作为第三符号信息发 送给解调器。 The extraction unit is used to extract all symbols in RAM in sequence. After extracting all symbols in one RAM, extract all symbols in the next RAM until all symbols are extracted; The sending unit is configured to send the extracted symbols as third symbol information to the demodulator according to the extraction order.
6、 根据权利要求 4所述的通信系统, 其特征在于, 所述解调器具体 包括接收单元、 解映射单元: 6. The communication system according to claim 4, characterized in that the demodulator specifically includes a receiving unit and a demapping unit:
接收单元, 用于接收解交织器发送的所述第三符号信息; A receiving unit, configured to receive the third symbol information sent by the deinterleaver;
解映射单元, 用于将所述第三符号信息中每个符号作为所述解调器 的调制模式对应的星座图中的一个星座点, 依据星座点的量化位宽将所 述星座点解映射成浮点信息, 得到以比特方式表示的浮点信息。 A demapping unit, configured to use each symbol in the third symbol information as a constellation point in the constellation diagram corresponding to the modulation mode of the demodulator, and demap the constellation point according to the quantized bit width of the constellation point. into floating-point information, and obtain floating-point information expressed in bits.
PCT/CN2013/074805 2013-04-26 2013-04-26 Deinterleaving method and communications system WO2014172895A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/CN2013/074805 WO2014172895A1 (en) 2013-04-26 2013-04-26 Deinterleaving method and communications system
CN201380000280.XA CN103718490A (en) 2013-04-26 2013-04-26 De-interleaver method and communication system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2013/074805 WO2014172895A1 (en) 2013-04-26 2013-04-26 Deinterleaving method and communications system

Publications (1)

Publication Number Publication Date
WO2014172895A1 true WO2014172895A1 (en) 2014-10-30

Family

ID=50409492

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/074805 WO2014172895A1 (en) 2013-04-26 2013-04-26 Deinterleaving method and communications system

Country Status (2)

Country Link
CN (1) CN103718490A (en)
WO (1) WO2014172895A1 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016109999A1 (en) 2015-01-08 2016-07-14 华为技术有限公司 Data processing method and data processing apparatus
CN109687940A (en) * 2018-12-25 2019-04-26 中国电子科技集团公司第五十四研究所 A kind of LDPC coding method of multiplexing
CN110838890B (en) * 2019-10-25 2022-02-08 晶晨半导体(上海)股份有限公司 Deinterleaving method and device
CN114285519B (en) * 2020-09-27 2024-04-26 中兴通讯股份有限公司 Data transmitting and receiving method, terminal, system, device and readable storage medium
CN113794532B (en) * 2021-08-11 2022-09-16 清华大学 Block coding method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007088773A1 (en) * 2006-01-31 2007-08-09 Matsushita Electric Industrial Co., Ltd. Radio receiving apparatus and radio receiving method
CN101227449A (en) * 2007-01-19 2008-07-23 西安西芯微电子有限公司 Design method of COFDM channel decoder
CN102394843A (en) * 2011-06-30 2012-03-28 华为技术有限公司 Method and device for correcting error and controlling feedback balancing

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7369617B2 (en) * 2003-06-20 2008-05-06 Broadcom Corporation Multi-dimensional data interleaving communications system
CN101599934A (en) * 2008-06-03 2009-12-09 泰鼎多媒体技术(上海)有限公司 The method and apparatus that is used for signal decoding in the receiving terminal of communication system
HUE026009T2 (en) * 2010-02-23 2016-05-30 Lg Electronics Inc Broadcasting signal receiver and broadcasting signal reception method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007088773A1 (en) * 2006-01-31 2007-08-09 Matsushita Electric Industrial Co., Ltd. Radio receiving apparatus and radio receiving method
CN101227449A (en) * 2007-01-19 2008-07-23 西安西芯微电子有限公司 Design method of COFDM channel decoder
CN102394843A (en) * 2011-06-30 2012-03-28 华为技术有限公司 Method and device for correcting error and controlling feedback balancing

Also Published As

Publication number Publication date
CN103718490A (en) 2014-04-09

Similar Documents

Publication Publication Date Title
KR101555079B1 (en) Serial concatenation of trellis coded modulation and an inner non-binary ldpc code
US8654880B2 (en) Data transmission using low density parity check coding and constellation mapping
US6728323B1 (en) Baseband processors, mobile terminals, base stations and methods and systems for decoding a punctured coded received signal using estimates of punctured bits
EP2282470A1 (en) Data reception using low density parity check coding and constellation mapping
JPH05327787A (en) Method and apparatus for digital data communication using treeless encoded qam
JP2011514090A (en) Bit substitution pattern for LDPC code modulation and QAM constellation
WO2014172895A1 (en) Deinterleaving method and communications system
US20100162073A1 (en) Bit mapping/demapping method and apparatus for communication system
WO2013174093A1 (en) Code modulation and demodulation methods and apparatuses for high order modulation
US11743096B2 (en) Reception device and reception method
CN102684840A (en) Novel coding modulation method and device for low-density parity check code
US20230033774A1 (en) Systems and methods for dual coding concatenation in probabilistic amplitude shaping
EP2538597B1 (en) Method and apparatus for transmitting and receiving data in a broadcasting system
CN107493154B (en) Channel coding and Gray mapping high-order modulation joint processing method and device
CN112398580B (en) Modulation method and device
WO2017214860A1 (en) Method and device for demodulation and decoding
WO2010102523A1 (en) Data transmission device and method thereof, and data reception device and method thereof
JP5153588B2 (en) Wireless communication device
WO2015021641A1 (en) Method, device and system for sending bit stream
US20240039558A1 (en) Radio Transmitter and Receiver
Naka Burst error characteristics in probabilistic constellation shaping
CN117240401A (en) Coding transmission method, decoding method and communication device
JPH1075185A (en) Viterbi decode device

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13883156

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13883156

Country of ref document: EP

Kind code of ref document: A1