WO2010049988A1 - Decoding device, reception device, communication system, decoding method, and reception method - Google Patents

Decoding device, reception device, communication system, decoding method, and reception method Download PDF

Info

Publication number
WO2010049988A1
WO2010049988A1 PCT/JP2008/069471 JP2008069471W WO2010049988A1 WO 2010049988 A1 WO2010049988 A1 WO 2010049988A1 JP 2008069471 W JP2008069471 W JP 2008069471W WO 2010049988 A1 WO2010049988 A1 WO 2010049988A1
Authority
WO
WIPO (PCT)
Prior art keywords
decoding
error
data
unit
error correction
Prior art date
Application number
PCT/JP2008/069471
Other languages
French (fr)
Japanese (ja)
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/JP2008/069471 priority Critical patent/WO2010049988A1/en
Publication of WO2010049988A1 publication Critical patent/WO2010049988A1/en

Links

Images

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/0045Arrangements at the receiver end
    • H04L1/0047Decoding adapted to other signal detection operation
    • H04L1/005Iterative decoding, including iteration between signal detection and decoding operation

Definitions

  • the present invention relates to a decoding device, a receiving device, a communication system, a decoding method, and a receiving method for error correction decoding of data.
  • Error control technology is divided into ARQ (Automatic Repeat reQuest) and FEC (Forward Error Correction).
  • the transmission side transmits data obtained by performing error detection coding on information bits. Then, the receiving side performs error detection processing on the received data, and when an error is detected, a retransmission request is fed back to the transmitting side. On the other hand, the transmitting side transmits information bits to the receiving side by performing retransmission processing of information bits.
  • the transmission side transmits data obtained by performing error correction coding.
  • the receiving side corrects the data error by performing error correction decoding on the received data. Since FEC does not perform feedback or retransmission processing like ARQ, it is particularly effective in a communication system that does not allow communication delay.
  • CRC Cyclic Redundancy Check
  • turbo coding is known as an error correction code used in FEC.
  • Turbo coding is attracting attention as a code approaching the Shannon limit, which is the theoretical limit of the transmission rate at which information can be transmitted without error, and is also adopted in 3GPP.
  • As a decoding method for turbo encoding iterative decoding is known in which error correction capability is improved by repeatedly performing error correction decoding processing (see, for example, Patent Document 1 below).
  • turbo decoding is performed on the received data by a turbo decoder, and error detection is performed on the data subjected to turbo decoding by CRC check.
  • turbo decoding by the turbo decoder is performed again. This series of iterative decoding processes is repeatedly performed until no error is detected in the CRC check.
  • the iterative decoding process in order to prevent the iterative decoding process from being performed indefinitely, if the maximum number of repetitions is set in advance and an error is detected even if the number of repetitions of the iterative decoding process exceeds the maximum value, it is determined that decoding has failed. To do. In this case, the iterative decoding process is terminated, and the retransmission process is performed by the above ARQ.
  • the number of repetition constraint is the number of repetitions of repeated decoding processing even if it is determined that there is no error by CRC check. For example, if the number of repetitions is more than 3, the number of missed errors is expected to decrease (see, for example, FIGS. 11 and 12), and the number of repetition restraints is set to 3 or more.
  • the above-described conventional technique has a problem that the amount of decoding processing increases because unnecessary decoding processing is repeatedly performed for the number of times of restraint even when no overlooked error has occurred in error detection.
  • the iterative decoding process by turbo decoding has a large correction capability, but the processing amount is enormous, so that the power consumption increases greatly as the number of repetitions increases.
  • the size of the battery is severely limited because it is required to be small and thin.
  • the amount of decoding processing increases, it takes time to complete the receiving operation.
  • the number of repetitive restraints is reduced or eliminated, there is a problem that overlooked errors increase and communication quality deteriorates.
  • the disclosed decoding device, receiving device, communication system, decoding method, and receiving method are intended to solve the above-described problems and to improve communication quality and reduce the processing amount.
  • the disclosed technology performs error correction decoding on each piece of data obtained by block division, and performs error detection on each piece of error correction decoded data, thereby detecting an error. Error correction decoding is performed again, and if no error is detected, the error correction decoded data is output, the output data is block-coupled, and the error of the block-coupled data is output. It is necessary to perform detection and to perform error correction decoding again when an error is detected, and to output the block-combined data to the outside when no error is detected.
  • an overlooked error in error detection of each data obtained by dividing the block can be detected by error detection of data obtained by block-connecting each data.
  • the disclosed decoding device receiving device, communication system, decoding method, and receiving method, it is possible to improve the communication quality and reduce the processing amount.
  • FIG. 1 is a block diagram showing an outline of the configuration of the decoding apparatus.
  • FIG. 2 is a block diagram of a configuration of the wireless communication system according to the first embodiment.
  • FIG. 3 is a block diagram showing a specific example of the encoding unit shown in FIG.
  • FIG. 4 is a diagram illustrating encoding by the encoding unit illustrated in FIG. 3.
  • FIG. 5 is a block diagram showing a specific example of the turbo encoding unit shown in FIG.
  • FIG. 6 is a block diagram illustrating a specific example of the decoding processing unit illustrated in FIG.
  • FIG. 7 is a block diagram showing a specific example of the decoding apparatus shown in FIG.
  • FIG. 8 is a block diagram showing a specific example of a part of the repetition control unit shown in FIG. FIG.
  • FIG. 9 is a flowchart of an example (part 1) of the operation of the decoding apparatus according to the first embodiment.
  • FIG. 10 is a flowchart of an example (part 2) of the operation of the decoding apparatus according to the first embodiment.
  • FIG. 11 is a diagram illustrating an example of the number of missed errors and the BER for each number of repetitions.
  • FIG. 12 is a diagram illustrating the number of errors and the number of missed errors for each number of repetitions.
  • FIG. 13 is a diagram illustrating BLER for each number of repetitions.
  • FIG. 14 is a diagram illustrating an example of comparison of the number of repeated decoding.
  • FIG. 15 is a block diagram of a specific example of part of the repetitive control unit according to the second embodiment.
  • FIG. 16 is a flowchart of an example of the operation of the decoding device according to the second embodiment.
  • FIG. 17 is a block diagram of a configuration of the decoding apparatus according to the third embodiment.
  • FIG. 18 is a block diagram of a specific example of a part of the repetitive control unit according to the third embodiment.
  • FIG. 19 is a diagram illustrating an example of information stored in the repetition count storage unit illustrated in FIG. 18.
  • FIG. 20 is a flowchart of an example of operation (part 1) of the decoding apparatus according to the third embodiment.
  • FIG. 21 is a flowchart of an example of the operation (part 2) of the decoding apparatus according to the third embodiment.
  • the decoding device, the receiving device, the communication system, the decoding method, and the receiving method perform turbo decoding until no error is detected for each block-divided data, and combine the data determined to be error-free By further detecting errors in data, it is possible to reduce missed errors and improve communication quality.
  • FIG. 1 is a block diagram showing an outline of the configuration of the decoding apparatus.
  • a decoding device 100 illustrated in FIG. 1 is a decoding device provided in a reception device that receives data transmitted from a transmission device. The data transmitted from the transmission device to the reception device is divided into error detection coded data blocks, each block divided data is subjected to error detection coding, each error detection coded data is subjected to error correction coding, and error correction coding is performed. This is data obtained by combining blocks of data.
  • each data obtained by dividing the data received from the transmission device into blocks is input to the decoding device 100.
  • the decoding apparatus 100 includes a decoding unit 111, a pre-stage detection unit 112, a repetition control unit 113, a combination unit 114, a post-stage detection unit 115, and a re-repetition control unit 116.
  • the decoding unit 111 performs error correction decoding on each input data, and outputs each data subjected to error correction decoding to each of the upstream detection unit 112 and the repetition control unit 113.
  • the decoding unit 111 holds each data subjected to error correction decoding, and repeatedly performs error correction decoding on each data in accordance with control from the repetition control unit 113.
  • the error correction decoding performed by the decoding unit 111 is iterative decoding in which the error correction accuracy of data improves as the decoding process is repeated.
  • error correction decoding performed by the decoding unit 111 is turbo decoding.
  • the upstream detection unit 112 performs error detection on each data output from the decoding unit 111. Then, the upstream detection unit 112 repeatedly outputs an error detection result of each data to the control unit 113.
  • the error detection result that the upstream detection unit 112 repeatedly outputs to the control unit 113 includes, for example, information indicating “with error” or “no error” for each data, or any of the data with “error” ".
  • the error detection method by the upstream detection unit 112 is a method corresponding to the error detection coding performed on each data block-divided on the transmission side. For example, when each piece of data divided into blocks on the transmission side is CRC-encoded, the upstream detection unit 112 detects an error in each data by performing a CRC check on each piece of data.
  • the iterative control unit 113 is a iterative control unit that causes the decoding unit 111 to perform error correction decoding again when an error is detected by the upstream detection unit 112. Specifically, the iterative control unit 113 controls the decoding unit 111 so that error correction decoding is performed again on the data in which the error is detected by the upstream detection unit 112 of each data.
  • each data subjected to the error correction decoding again is output to the upstream detection unit 112 and the repetition control unit 113.
  • the iterative control unit 113 repeatedly performs error correction decoding by the decoding unit 111 until no error is detected by the upstream detection unit 112 for all the data.
  • the iterative control unit 113 When no error is detected by the upstream detection unit 112 for all of the data, the iterative control unit 113 outputs the data that is output from the decoding unit 111 and no error is detected by the upstream detection unit 112 to the combining unit 114. . Note that data in which an error is detected by the upstream detection unit 112 in the process of repeatedly performing error correction decoding is not necessary because the same content data that has been error correction decoded again is output from the decoding unit 111 again. For this reason, the repetition control unit 113 may discard the data in which the error is detected by the upstream detection unit 112.
  • the combination unit 114 performs block combination of the data output from the repetition control unit 113.
  • the combining unit 114 outputs the block combined data to the subsequent detection unit 115 and the repeat control unit 116, respectively.
  • the block combination method by the combining unit 114 is a method corresponding to the block division performed in the preceding stage of the decoding device 100.
  • the post-stage detection unit 115 detects an error in the data output from the combining unit 114. Then, the downstream detection unit 115 outputs the data error detection result to the re-repetition control unit 116.
  • the error detection result output by the post-detection unit 115 is information indicating “error” or “no error” in the data output from the combining unit 114, for example.
  • the error detection method by the post-detection unit 115 is a method corresponding to the error detection coding performed on the data before block division on the transmission side. For example, when data before block division is CRC-encoded on the transmission side, the upstream detection unit 112 detects a data error by performing a CRC check. Further, the error detection method by the subsequent detection unit 115 may be the same as or different from the error detection method by the previous detection unit 112.
  • the re-repetition control unit 116 causes the decoding unit 111 to perform error correction decoding of each data again when a data error is detected by the subsequent detection unit 115.
  • the error correction decoding by the decoding unit 111 is performed again by the control of the re-repetition control unit 116, the error detection by the preceding detection unit 112 and the control by the repetition control unit 113 are performed again.
  • each piece of data in which no error is detected by the upstream detection unit 112 is block-connected by the combining unit 114, and the combined data is error-detected by the subsequent detection unit 115.
  • the re-repetition control unit 116 repeatedly performs error correction decoding by the decoding unit 111 until no error is detected by the post-stage detection unit 115. Note that the object that the re-repetition control unit 116 performs the error correction decoding again is, for example, all of each data.
  • the object for which the re-repetition control unit 116 performs error correction decoding again may be a part of each data (see FIGS. 17 to 19).
  • the re-repetition control unit 116 outputs the data output from the combining unit 114 and no error detected by the subsequent detection unit 115 to the outside (upper layer) of the decoding apparatus 100.
  • the outside of the decoding device 100 is, for example, an information processing device that is provided in a subsequent stage of the decoding device 100 and processes data output from the decoding device 100.
  • the repetition control unit 113 only needs to acquire at least data for which no error has been detected by the upstream detection unit 112.
  • the repetition control unit 113 may acquire only data for which no error has been detected by the upstream detection unit 112 from the decoding unit 111 or the upstream detection unit 112.
  • the present invention is not limited to such a configuration. That is, the re-repetition control unit 116 may acquire at least data for which no error is detected by the subsequent detection unit 115. For example, the re-repetition control unit 116 may acquire data from which no error has been detected by the subsequent detection unit 115 from the combining unit 114 or the subsequent detection unit 115.
  • FIG. 2 is a block diagram of a configuration of the wireless communication system according to the first embodiment.
  • the wireless communication system 200 according to the first embodiment includes a wireless transmission device 210 and a wireless reception device 220.
  • the wireless communication system 200 is a system that transmits information bits from a wireless transmission device 210 to a wireless reception device 220 by wireless communication. Although details will be described later, the decoding device 100 of FIG. 1 is provided in the wireless reception device 220.
  • the wireless transmission device 210 divides the error detection encoded data into blocks, performs error detection encoding on each of the block divided data, performs error correction encoding on the error detection encoded data, and blocks each error correction encoded data. It is a transmission device that transmits combined data. Specifically, the wireless transmission device 210 includes an encoding unit 211, a modulation unit 212, a wireless transmission unit 213, and an antenna 214.
  • the encoding unit 211 encodes information bits input from an information source (not shown), and outputs the data obtained by encoding to the modulation unit 212. A specific configuration of the encoding unit 211 will be described later (see FIG. 3).
  • Modulation section 212 modulates the data output from encoding section 211 and outputs a signal obtained by the modulation to radio transmission section 213.
  • the wireless transmission unit 213 wirelessly transmits the signal output from the modulation unit 212 to the wireless reception device 220 via the antenna 214.
  • the wireless reception device 220 receives a signal wirelessly transmitted from the wireless transmission device 210 and decodes the received signal.
  • the wireless reception device 220 includes an antenna 221, a wireless reception unit 222, a demodulation unit 223, and a decoding processing unit 224.
  • the wireless reception unit 222 receives a signal wirelessly transmitted from the wireless transmission device 210 via the antenna 221. Then, the wireless reception unit 222 outputs the received signal to the demodulation unit 223.
  • the demodulator 223 demodulates the signal output from the wireless receiver 222 and outputs the data obtained by the demodulation to the decoding processor 224.
  • the decoding processing unit 224 performs decoding processing on the data output from the demodulation unit 223, and outputs information bits obtained by the decoding processing to a subsequent device (not shown). Details of the decoding processing by the decoding processing unit 224 will be described later (see FIG. 6).
  • FIG. 3 is a block diagram showing a specific example of the encoding unit shown in FIG.
  • the encoding unit 211 shown in FIG. 2 is configured based on, for example, the specification (TS36.212 V8.3.0) of LTE (Long Term Evolution) system that is being standardized in 3GPP.
  • TS36.212 V8.3.0 the specification of LTE (Long Term Evolution) system that is being standardized in 3GPP.
  • the encoding unit 211 includes a transport block CRC adding unit 311, a code block dividing unit 312, a code block CRC adding unit 313, a turbo encoding unit 314, a rate matching unit 315, A code block coupling unit 316.
  • the transport block CRC adding unit 311 performs CRC encoding on the input transport block, and outputs the transport block obtained by CRC encoding to the code block dividing unit 312.
  • the code block dividing unit 312 divides the transport block output from the transport block CRC adding unit 311 into code block units of a predetermined size.
  • the code block dividing unit 312 outputs each code block obtained by the block division to the code block CRC adding unit 313.
  • the code block CRC adding unit 313 performs CRC encoding on each code block output from the code block dividing unit 312, and outputs each code block obtained by the CRC encoding to the turbo encoding unit 314.
  • Turbo coding section 314 turbo-codes each code block output from code block CRC adding section 313 and outputs each code block obtained by turbo coding to rate matching section 315.
  • the rate matching unit 315 performs rate matching on each code block output from the turbo encoding unit 314, and outputs each code block on which the rate matching has been performed to the code block combining unit 316.
  • Rate matching is an operation of matching the size of each code block with the transmission rate of the radio frame by repeating (repetition) or decimating (puncturing) the code block.
  • the code block combining unit 316 combines the code blocks output from the rate matching unit 315. Then, the code block combining unit 316 outputs the transport block obtained by combining to the modulation unit 212 (see FIG. 2).
  • FIG. 4 is a diagram showing encoding by the encoding unit shown in FIG.
  • reference numeral 410 indicates an image of a transport block that is CRC-encoded by the transport block CRC adding unit 311 (see FIG. 3).
  • the transport block CRC adding unit 311 adds a CRC code 412 calculated from the input transport block 411 to the transport block 411.
  • Reference numeral 420 indicates an image of each code block divided by the code block dividing unit 312. As indicated by reference numeral 420, the code block dividing unit 312 divides the data including the transport block 411 and the CRC code 412 indicated by reference numeral 410 into code blocks 421 (code blocks # 1 to #n) having a predetermined size. To do. When the size of data indicated by reference numeral 410 is equal to or smaller than a predetermined size, the code block dividing unit 312 outputs the data indicated by reference numeral 410 to the code block CRC adding unit 313 without dividing the data.
  • Reference numeral 430 represents an image of a code block that is CRC-encoded by the code block CRC adding unit 313. As indicated by reference numeral 430, the code block CRC adding unit 313 adds a CRC code 431 calculated from the code block 421 to the code block 421 for each of the code blocks 421 indicated by the reference numeral 420. When the code block dividing unit 312 does not divide the data indicated by the reference numeral 410, the code block CRC adding unit 313 does not add a CRC code.
  • FIG. 5 is a block diagram showing a specific example of the turbo encoding unit shown in FIG.
  • the turbo encoding unit 314 includes an encoder 510, an interleaver 520, and an encoder 530.
  • the code block input to the turbo encoding unit 314 is input to each of the encoder 510 and the interleaver 520, and is output as it is to the rate matching unit 315 (see FIG. 3) as an encoded sequence x.
  • the encoder 510 performs recursive systematic convolutional coding on the input code block. Specifically, the encoder 510 includes adders 511, 513, 515, and 517, and delay units 512, 514, and 516 (D: shift register). Adder 511 adds the data input to encoder 510 and the data output from adder 515, and outputs the added data to each of delay unit 512 and adder 513.
  • the delay unit 512 delays the data output from the adder 511, and outputs the delayed data to each of the adder 513 and the delay unit 514.
  • the adder 513 adds the data output from the adder 511 and the data output from the delay unit 512, and outputs the added data to the adder 517.
  • Delay device 514 delays the data output from delay device 512, and outputs the delayed data to adder 515 and delay device 516, respectively.
  • the adder 515 adds the data output from the delay unit 514 and the data output from the delay unit 516, and outputs the added data to the adder 511.
  • Delay device 516 delays the data output from delay device 514, and outputs the delayed data to adder 515 and adder 517, respectively.
  • the adder 517 adds the data output from the adder 513 and the data output from the delay unit 516, and outputs the added data to the rate matching unit 315 (see FIG. 3) as an encoded sequence z1. .
  • Interleaver 520 agitates the input data and outputs it to encoder 530.
  • the encoder 530 performs recursive systematic convolutional coding on the code block output from the interleaver 520.
  • the configuration of the encoder 530 is the same as the configuration of the encoder 510, and thus the same reference numerals are given and description thereof is omitted.
  • the adder 517 of the encoder 530 outputs the added data to the rate matching unit 315 (see FIG. 3) as an encoded sequence z2.
  • the turbo encoding unit 314 sequentially turbo-codes each code block output from the code block CRC adding unit 313 by time division.
  • a turbo encoding unit 314 may be provided for each code block output from the code block CRC adding unit 313, and each code block may be turbo encoded in parallel.
  • FIG. 6 is a block diagram showing a specific example of the decryption processing unit shown in FIG.
  • the decoding processing unit 224 included in the wireless reception device 220 includes a code block dividing unit 611, a derate matching unit 612, and a decoding device 613.
  • a transport block is input from the demodulator 223 to the code block divider 611.
  • the code block division unit 611 divides the input transport block into blocks, and outputs each code block obtained by the block division to the derate matching unit 612.
  • the derate matching unit 612 performs derate matching on each code block output from the code block dividing unit 611.
  • the derate matching unit 612 outputs each code block subjected to derate matching to the decoding device 613.
  • the derate matching method performed by the derate matching unit 612 is a method corresponding to the rate matching by the rate matching unit 315 shown in FIG.
  • the decoding device 613 has a configuration corresponding to the decoding device 100 shown in FIG.
  • the decoding device 613 decodes each code block output from the derate matching unit 612 and outputs the decoded code block to the outside of the wireless reception device 220.
  • the detailed configuration of the decoding device 613 will be described later (see FIG. 7).
  • FIG. 7 is a block diagram showing a specific example of the decoding apparatus shown in FIG. Here, it is assumed that the transport block is divided into n code blocks # 1 to #n in the code block dividing unit 312 shown in FIG. Here, a case where the decoding apparatus 613 processes n code blocks in parallel by n code block processing units will be described.
  • the decoding device 613 includes n code block processing units # 71 to # 7n, a code block combining unit 714, a transport block CRC checking unit 715, and a re-repetition control unit 716.
  • Code blocks # 1 to #n are input to code block processing units # 71 to # 7n, respectively.
  • each of code blocks # 1 to #n includes encoded sequences x, z1, and z2.
  • the coded sequence x, z1, z2 of the code block # 1 is input to the code block processing unit # 71.
  • the code blocks # 1 to #n input to the code block processing units # 71 to # 7n are the same as the code blocks 421 to which the CRC code 431 indicated by the reference numeral 430 in FIG. 4 is added.
  • the code blocks # 1 to #n may include an error that has occurred in the transmission path between the wireless transmission device 210 and the wireless reception device 220.
  • Each of the code block processing units # 71 to # 7n includes a turbo decoding unit 711, a code block CRC checking unit 712, and an iterative control unit 713.
  • Each turbo decoding unit 711 of the code block processing units # 71 to # 7n has a configuration corresponding to the decoding unit 111 of FIG.
  • Each code block CRC checking unit 712 of the code block processing units # 71 to # 7n has a configuration corresponding to the upstream detection unit 112 of FIG.
  • Each repetition control unit 713 of the code block processing units # 71 to # 7n has a configuration corresponding to the repetition control unit 113 in FIG.
  • turbo decoding unit 711 performs error correction decoding on the input code block # 1, and outputs the error corrected decoded code block # 1 to the code block CRC check unit 712 and the repetition control unit 713, respectively.
  • the turbo decoding unit 711 holds the code block # 1 subjected to error correction decoding, and performs error correction decoding of the code block # 1 again when a repetition control signal is output from the repetition control unit 713.
  • the turbo decoding unit 711 outputs the code block # 1 subjected to error correction decoding again to the code block CRC checking unit 712 and the repetition control unit 713.
  • turbo decoding performed by the turbo decoding unit 711
  • various decoding techniques such as MAP decoding (Maximum A Posteriori Probability Decoding) and SOVA (Soft Output Viterbi Algorithm: Soft Output Viterbi Algorithm) can be used.
  • MAP decoding Maximum A Posteriori Probability Decoding
  • SOVA Soft Output Viterbi Algorithm: Soft Output Viterbi Algorithm
  • the code block CRC checking unit 712 performs error detection by performing CRC check on the code block # 1 output from the turbo decoding unit 711, and repeatedly outputs the error detection result to the control unit 713.
  • the iterative control unit 713 outputs a repetitive control signal to the turbo decoding unit 711 when the code block CRC checking unit 712 detects an error in the code block # 1.
  • the iterative control unit 713 also outputs the iterative control signal to the turbo decoding unit 711 even when the iterative control signal is output from the iterative control unit 716.
  • the code block # 1 is subjected to error correction decoding again by the turbo decoding unit 711, and an error is detected by the code block CRC checking unit 712.
  • the code block CRC checking unit 712 does not detect an error in the code block # 1
  • the repetition control unit 713 outputs the code block # 1 in which no error is detected to the code block combining unit 714.
  • a maximum value of the number of repetitions of error correction decoding (hereinafter referred to as “maximum number of repetitions”) is set in advance. Even when an error in code block # 1 is detected, repetition control section 713 does not output a repetition control signal if the number of repetitions of error correction decoding exceeds the maximum number of repetitions. In this case, the repetition control unit 713 outputs a decoded NG signal indicating that decoding has failed to the re-repetition control unit 716.
  • the code block processing units # 72 to # 7n also perform the same processing as the processing of the code block processing unit # 71 described above on the input code blocks # 2 to #n, respectively.
  • code blocks # 1 to #n that have been subjected to error correction decoding until no error is detected in code block processing units # 71 to # 7n are input to code block combining unit 714.
  • a decoded NG signal is output to re-repetition control unit 716.
  • the code block processing units # 71 to # 7n no error is detected by error correction decoding within the maximum number of repetitions, and the code blocks # 1 to #n are input to the code block combining unit 714.
  • the code blocks # 1 to #n input to the code block combining unit 714 are the same as the code blocks 421 indicated by reference numeral 420 in FIG. However, the code blocks # 1 to #n may include an overlooked error by the code block CRC check unit 712. When all the code blocks # 1 to #n output from the code block processing units # 71 to # 7n are input, the code block combining unit 714 blocks the code blocks # 1 to #n.
  • the transport block obtained by block combination by the code block combining unit 714 is the same as the data indicated by reference numeral 410 in FIG. 4 (transport block 411 to which the CRC code 412 is added). However, the transport block obtained by combining the blocks may include an overlooked error by the code block CRC checking unit 712.
  • the code block combining unit 714 outputs the block combined transport block to the transport block CRC checking unit 715 and the repeat control unit 716.
  • the transport block CRC check unit 715 performs error detection by performing CRC check on the transport block output from the code block combining unit 714, and outputs the error detection result to the repeat control unit 716.
  • the repeat control unit 716 outputs a repeat control signal to each of the code block processing units # 71 to # 7n.
  • the code blocks # 1 to #n are again subjected to error correction decoding by the code block processing units # 71 to # 7n, respectively. Then, the above-described processing of the code block processing units # 71 to # 7n is performed again, and the block combination of the code blocks # 1 to #n by the code block combining unit 714 and the CRC check by the transport block CRC checking unit 715 are performed again. Is called.
  • the repeat control unit 716 outputs a repeat control signal until no error is detected by the transport block CRC check unit 715.
  • the re-repetition control unit 716 when no error is detected by the transport block CRC checking unit 715, the re-repetition control unit 716 outputs a transport block in which no error is detected to the outside of the decoding device 613. Further, the repeat control section 716 stops the repeat control when the decoded NG signal is output from any of the code block processing sections # 71 to # 7n. In this case, for example, the repeat control unit 716 performs code block retransmission processing by requesting the upper layer to transmit a retransmission request signal to the wireless transmission device 210.
  • Each of the code block processing units # 71 to # 7n described above can be realized by, for example, n DSPs (Digital Signal Processors). Further, the code block combining unit 714, the transport block CRC checking unit 715, and the repeat control unit 716 can also be realized by a CPU, for example.
  • n code blocks in parallel by n code block process parts
  • one code block processing unit may be provided and n code blocks may be time-division processed by one code block processing unit.
  • each turbo decoding unit 711 of the code block processing units # 71 to # 7n includes a memory (not shown) that holds the code blocks # 1 to #n, respectively, in order to perform error correction decoding again.
  • the code block combining unit 714 includes a memory (not shown) that holds each code block until the code blocks # 1 to #n are prepared.
  • FIG. 8 is a block diagram showing a specific example of a part of the repetitive control unit shown in FIG.
  • the repetition control unit 713 includes a determination unit 811 and a repetition number counter 812.
  • the determination unit 811 initializes the iteration count counter 812 (for example, sets the count to “1”) each time a new code block group is input to the decoding device 613.
  • the determination unit 811 increments the repeat count counter 812 when a detection result indicating that an error is detected is output from the code block CRC check unit 712.
  • the repeat control unit 713 outputs a repeat control signal even when a repeat control signal is input, but the illustration of the function is omitted here.
  • the determination unit 811 refers to the iteration count counter 812, and outputs an iteration control signal to the turbo decoding unit 711 when the iteration count of the iteration count counter 812 is within the maximum iteration count.
  • the determination unit 811 outputs a decoded NG signal to the repetition control unit 716 without outputting the repetition control signal to the turbo decoding unit 711. (Error handling).
  • FIG. 9 is a flowchart of an example (part 1) of the operation of the decoding apparatus according to the first embodiment.
  • the determination unit 811 of the repetition control unit 713 initializes the repetition number counter 812 (step S901).
  • the turbo decoding unit 711 performs error correction decoding on the code block # 1 (step S902).
  • step S903 the code block CRC checker 712 performs a CRC check on the code block # 1 that has been subjected to error correction decoding in step S902 (step S903).
  • the iterative control unit 713 determines whether or not an error in the code block # 1 is detected in step S903 (step S904). If no error is detected (step S904: No), the code block # 1 that has been subjected to error correction decoding in step S902 is output to the code block combining unit 714 (step S905), and the series of processing ends.
  • step S904 When an error is detected in step S904 (step S904: Yes), the determination unit 811 of the repetition control unit 713 increments the repetition number counter 812 (step S906). Next, the determination unit 811 determines whether or not the number of repetitions of the repetition number counter 812 incremented in step S906 is within a preset maximum number of repetitions (step S907).
  • step S907 If it is determined in step S907 that the number of repetitions counter 812 is within the maximum number of repetitions (step S907: Yes), the process returns to step S902, and error correction decoding is performed again on the code block # 1, and the process is continued. If the number of repetitions counter 812 is not within the maximum number of repetitions (step S907: No), the decoded NG signal is output to the re-repetition control unit 716 (step S908), and the series of operations is terminated.
  • each of the code block processing units # 71 to # 7n performs steps S901 to S908 again when the re-repetition control signal is output from the re-repetition control unit 716.
  • each iteration number counter 812 of the code block processing units # 71 to # 7n is initialized, and error correction decoding is performed again.
  • each of the code block processing units # 71 to # 7n may perform Steps S902 to S908 again when a repeat control signal is output from the repeat control unit 716. In this case, even if a re-repetition control signal is output, error correction decoding is performed again without the repetition counter 812 being initialized.
  • FIG. 10 is a flowchart of an example (part 2) of the operation of the decoding apparatus according to the first embodiment.
  • the code block combining unit 714 determines whether all the code blocks # 1 to #n have been input (step S1001) and waits until they are input (step S1001: No loop).
  • step S1001 When all the code blocks # 1 to #n are input in step S1001, the code block combining unit 714 performs block combination of the code blocks # 1 to #n (each code block) (step S1002). Next, the transport block CRC checking unit 715 performs CRC check on the transport block obtained by the block combination in step S1002 (step S1003).
  • step S1004 determines whether an error in the transport block has been detected in step S1003 (step S1004). If no error is detected (step S1004: No), the transport block obtained in step S1002 is output to the outside (step S1005), and the series of processing ends.
  • step S1004 If an error is detected in step S1004 (step S1004: Yes), the control signal is output again to each of the code block processing units # 71 to # 7n (step S1006). Next, the process returns to step S1001, waits until all the code blocks # 1 to #n are input again, and the processing is continued. In addition, when a decoded NG signal is output from any of code block processing units # 71 to # 7n, re-repetition control unit 716 stops the operation shown in FIG. 10 and performs code block retransmission processing.
  • the transport block CRC check unit 715 may cause an oversight error.
  • the code blocks # 1 to #n input to the transport block CRC check unit 715 are obtained by combining the data in which no error was detected in the code block processing units # 71 to # 7n, so there are few errors. . For this reason, the probability of a miss in the transport block CRC checker 715 is extremely low.
  • FIG. 11 is a diagram showing an example of the number of missed errors and the BER for each number of repetitions.
  • a table 1100 shown in FIG. 11 shows the number of repetitions of the decoding process for the number of error bits 1110, the BER 1120 (Bit Error Rate), and the number of missed errors 1130 in the decoding apparatus described in Patent Document 1. Each 1140 is shown.
  • the error bit number 1110 and the BER 1120 indicate the error bit number and the BER calculated by turbo-decoding the code block and CRC checking the turbo-decoded code block, respectively.
  • the number of missed errors 1130 indicates the number of missed errors that occurred when the turbo-decoded code block was CRC checked.
  • Table 1100 shows that in turbo decoding, the number of error bits 1110, BER 1120, and number of missed errors 1130 decreases as the number of repetitions 1140 of the decoding process increases.
  • the number of repetitions 1140 of the decoding process in the decoding apparatus described in Patent Document 1 is set to 6 which is the minimum number of times that the number of missed errors 1130 is zero.
  • the size of one code block (the predetermined size c + 8 bits of the CRC code) is set to 648 bits.
  • FIG. 12 is a diagram showing the number of errors and the number of missed errors for each number of repetitions.
  • the table 1200 shown in FIG. 12 shows the number of error detection codes 1210 that actually have errors, the number of missed errors 1130, and the ratio 1220 of the number of missed errors 1130 to the number of error detection codes 1210, and the number of repetitions of decoding processing. Each 1140 is shown.
  • BLER Block Error Rate: probability that an error is included in one code block
  • n indicates the number of repetitions 1140 of the decoding process.
  • Ber (n) indicates the BER 1120 with respect to the number of decoding processing iterations 1140.
  • z indicates the number of bits of one code block (here, 648 bits).
  • FIG. 13 is a diagram showing BLER for each number of repetitions.
  • a table 1300 shown in FIG. 13 shows the BLER 1310 and the missed error rate 1320 for each iteration 140 of the decoding process.
  • the BLER 1310 is a BLER calculated based on the above equation (1) and the BER 1120 for each number of repetitions 1140 shown in the table 1100 of FIG.
  • the missed error rate 1320 is a missed error rate in the CRC inspection for each repetition count n. Assuming that the missed error rate 1320 is ⁇ (n), ⁇ (n) can be obtained by multiplying the ratio 1220 (assumed to be q (n)) of Table 1200 and BLER 1310 (assumed to be BLER (n)). it can. Therefore, ⁇ (n) can be expressed by the following equation (2).
  • an expected value E1 of the number of repetitions of the decoding process in the decoding device described in Patent Document 1 is obtained.
  • the probability P (n) that the error detection result by the CRC check is error free is obtained for every n repetition times of the decoding process. If the probability P1 (n) that the error detection result by the CRC check is not error before the number n of the decoding process iteration n is (n ⁇ 1), the CRC check is performed at the decoding process iteration number n.
  • the probability P (n) that the error detection result is error-free can be expressed by the following equation (3).
  • P1 (n) is the probability that an error is detected in all n-1 error detections, so P1 (n) can be expressed by the following equation (4).
  • the expected value E1 of the number of repetitions of the decoding process in the decoding apparatus described in Patent Document 1 is obtained by multiplying the probability P (n) expressed by the above equation (3) by the number of repetitions for the number of code blocks. Therefore, the expected value E1 can be expressed by the following equation (5).
  • the number of repeated restraints R is 6 as described above.
  • j is the maximum number of repetitions.
  • j 8 as described in Patent Document 1 above.
  • k is the number of code blocks. The calculation result of the expected value E1 will be described later (see FIG. 14).
  • an expected value E2 of the number of repetitions of the decoding process in the decoding device 613 is calculated.
  • the probability P (n) that the error detection result by the CRC check is error-free at the number of repetitions n can be expressed as P1 (n) + P2.
  • the probability P1 (n) is the probability P1 (n) that no error occurs until the previous number of repetitions (n ⁇ 1).
  • P1 (n) it is the same as that of the said patent document 1, and P1 (n) can be shown by said (3) Formula.
  • the probability P2 is a probability when a miss error occurs in another code block and the decoding process is repeated again under the control of the repetition control unit 716. Since the probability P2 is a probability that an overlooked error will occur regardless of the number of repetitions n, the probability that the error detection result by the CRC check was erroneous up to the number of repetitions n ⁇ 1 and the cumulative value of the product of ⁇ (n) Can be expressed as Therefore, the probability P2 can be expressed by the following equation (6).
  • FIG. 14 is a diagram showing an example of comparison of the number of repeated decoding.
  • Table 1400 shows an expected value E1 of the number of repetitions of the decoding process in the decoding apparatus described in Patent Document 1 (Patent Document 1) and an expected value E2 of the number of repetitions of the decoding process in decoding apparatus 613 (this embodiment).
  • the reduction rate [%] of the expected value E2 with respect to the expected value E1 is shown for each code block number k.
  • the decoding device 613 can reduce the number of times the decoding process is repeated with respect to the decoding device described in Patent Document 1.
  • the smaller the number k of code blocks the greater the effect of reducing the number of repetitions of decoding processing by the decoding device 613.
  • the reduction rate of the expected value E2 of the decoding process of the decoding device 613 with respect to the expected value E1 of the decoding device described in Patent Document 1 is 33.6 [%].
  • an oversight error in error detection of each data obtained by dividing a block is detected by error detection of data obtained by block-combining each data.
  • error correction decoding can be performed again to correct the error.
  • the configuration may be such that the number of times of restriction of the decoding process is set. Also in this case, if an overlook error occurs in error detection of each data, the decoding process can be performed again, so that the communication quality can be maintained even if the number of times of setting the decoding process is reduced. For this reason, it is possible to reduce the amount of processing by reducing the number of times of restriction of the decoding process to be set.
  • the wireless reception device 220 (reception device) including the decoding device 613 according to the first embodiment, it is possible to improve communication quality and reduce the processing amount. Further, according to the wireless communication system 200 (communication system) including the wireless transmission device 210 and the wireless reception device 220, it is possible to improve the communication quality and reduce the processing amount.
  • the repeat control unit 716 Process. In this case, the repeat control unit 716 does not cause the code block processing units # 71 to # 7n to perform error correction decoding again.
  • FIG. 15 is a block diagram of a specific example of a part of the repeat control unit according to the second embodiment.
  • the repeat control unit 716 includes a determination unit 1511 and a repeat count counter 1512.
  • the determination unit 1511 initializes the repeat count counter 1512 each time a new code block group is input to the decoding device 613. Also, the determination unit 1511 increments the repeat count counter 1512 when a detection result indicating that an error has been detected is output from the transport block CRC check unit 715.
  • the determination unit 1511 outputs a repeat control signal to each of the code block processing units # 71 to # 7n when the repeat number of the repeat number counter 1512 is within the maximum repeat number.
  • the determination unit 1511 does not output a re-repetition control signal to the code block processing units # 71 to # 7n, and performs retransmission processing (error Process).
  • the repeat control unit 716 stops the operation shown in FIG. Although retransmission processing is performed, illustration of the function is omitted here.
  • FIG. 16 is a flowchart of an example of the operation of the decoding apparatus according to the second embodiment.
  • the operations of the code block processing units # 71 to # 7n are the same as the steps shown in FIG.
  • operations of the code block combining unit 714, the transport block CRC checking unit 715, and the repeat control unit 716 will be described.
  • the determination unit 1511 of the repeat control unit 716 initializes the repeat count counter 1512 (step S1601). Steps S1602 to S1606 are the same as steps S1001 to S1005 shown in FIG. If an error is detected in step S1605 (step S1605: Yes), the determination unit 1511 increments the repeat count counter 1512 (step S1607).
  • the determination unit 1511 determines whether or not the repeat count of the repeat count counter 1512 is within the maximum repeat count (step S1608). If the number of repetitions is not within the maximum number of repetitions (step S1608: No), the repetition control unit 716 performs code block retransmission processing (step S1609), and the series of processing ends.
  • step S1608 when the number of repetitions of the repeat number counter 1512 is within the maximum number of repeat times (step S1608: Yes), the determination unit 1511 goes to the code block processing units # 71 to # 7n (each code block processing unit). A repeat control signal is output (step S1610). Next, the process returns to step S1602, waits until all the code blocks # 1 to #n are input again, and the processing is continued.
  • the decoding device 613 according to the second embodiment if an error is detected even if the number of times that the error correction decoding is performed again by the re-repetition control unit 716 exceeds the maximum number of repetitions, an error is detected. Error processing is performed without performing correction decoding again. As a result, the effects of the decoding device 613 according to the first embodiment can be obtained, and it is possible to avoid an increase in the processing amount by repeating error correction decoding when an error that is difficult to correct occurs.
  • an increase in power consumption due to turbo decoding re-repetition can be avoided by setting the maximum number of re-repetition times small. Further, by adjusting the combination of the maximum number of repetitions set in the repetition control unit 713 and the maximum number of repetitions set in the repetition control unit 716, the number of error corrections can be limited by the encoding method and transmission. It can be set flexibly according to the characteristics of the road.
  • the decoding device 613 according to the third embodiment stores the number of repetitions of error correction decoding of each block-divided data, and causes error correction decoding to be performed again on the data selected based on the stored number of times. Thereby, the processing amount can be reduced as compared with the case where error correction decoding is performed again on all data.
  • FIG. 17 is a block diagram of a configuration of the decoding apparatus according to the third embodiment.
  • each iteration control unit 713 of code block processing units # 71 to # 7n repeats error correction decoding performed by turbo decoding unit 711 on the code block output to code block combining unit 714. Is sent to the repeat control unit 716 again.
  • the re-repetition control unit 716 stores the number of repetitions of error correction decoding of the code blocks # 1 to #n notified from the code block processing units # 71 to # 7n. Then, when the code block CRC checking unit 712 detects an error, the re-repetition control unit 716 selects a part of the code blocks # 1 to #n based on the stored number of repetitions. The code block selection method will be described later (see FIGS. 18 and 19).
  • the repeat control unit 716 outputs a repeat control signal to the code block processing unit that has output the code block selected from the code block processing units # 71 to # 7n.
  • the code block selected by the re-repetition control unit 716 is subjected to error correction decoding again by the turbo decoding unit 711.
  • the code block that has been subjected to error correction decoding again among the code blocks # 1 to #n is output to the code block combining unit 714.
  • the code block combining unit 714 performs block combination of code blocks # 1 to #n including code blocks that have been subjected to error correction decoding again. At this time, the code block combining unit 714 selects, for example, the code block combining unit 714 for code blocks that have not been subjected to error correction decoding again (not selected by the re-repetition control unit 716) among the code blocks # 1 to #n. Block concatenation is performed using what is held in a memory (not shown) included in.
  • the re-repetition control unit 716 may perform control so that the code block processing unit that outputs the code block that is not selected from the code blocks # 1 to #n re-outputs the code block.
  • the code block that has not been subjected to error correction decoding is also output to the code block combining unit 714, and the code block combining unit 714 performs block combination of the code blocks # 1 to #n. Can do.
  • FIG. 18 is a block diagram of a specific example of a part of the repeat control unit according to the third embodiment. 18, the same components as those illustrated in FIG. 15 are denoted by the same reference numerals, and description thereof is omitted.
  • the repeat control unit 716 includes a repeat count storage unit 1811 and a selection unit 1812 in addition to the configuration shown in FIG.
  • the repetition count storage unit 1811 stores the number of repetitions of error correction decoding for each code block # 1 to #n notified from the code block processing units # 71 to # 7n.
  • the determination unit 1511 outputs a control signal to the selection unit 1812 when the re-repetition number of the re-repetition number counter 1512 is within the maximum re-repetition number.
  • the selection unit 1812 selects some code blocks of the code blocks # 1 to #n based on the number of repetitions stored in the repetition number storage unit 1811.
  • the selection unit 1812 outputs a repeat control signal to the code block processing unit that has output the code block selected from the code block processing units # 71 to # 7n.
  • the repeat control unit 716 stops the operation shown in FIG. Although retransmission processing is performed, illustration of the function is omitted here.
  • FIG. 19 is a diagram illustrating an example of information stored in the repetition count storage unit illustrated in FIG.
  • the repetition count storage unit 1811 stores, for example, a table 1900 shown in FIG.
  • the number of error correction decoding iterations 1920 is associated with each code block number 1910 and stored.
  • “1” to “n” of the code block number 1910 indicate code blocks # 1 to #n, respectively.
  • the selection unit 1812 preferentially selects a code block having a small number of repetitions 1920 among the code blocks # 1 to #n. That is, the code block selected by the selection unit 1812 among the code blocks # 1 to #n is set to have a smaller number of repetitions 1920 than the code block not selected by the selection unit 1812.
  • the selection unit 1812 selects a code block having the smallest number of repetitions 1920 among the code blocks # 1, # 2, # 3, and #n. In this case, the selection unit 1812 selects the smallest code block # 3 having a repetition count 1920 of “1”.
  • the selection unit 1812 may select a plurality of code blocks. For example, the selection unit 1812 may select a predetermined number of code blocks in order from the code block # 1, # 2, # 3, #n having the smallest number of repetitions 1920. For example, when the predetermined number is “2”, the selection unit 1812 has the code block # 3 having the smallest number of repetitions 1920 in the code blocks # 1, # 2, # 3, and #n, and the number of repetitions 1920 is 2. The second smallest code block # 2 is selected.
  • the selection unit 1812 may select code blocks in which the number of repetitions 1920 among the code blocks # 1 to #n is a predetermined number or less. For example, if the predetermined number of times is “2”, the selection unit 1812 selects code block # 2 and code block # 3 whose number of repetitions 1920 is “2” or less.
  • FIG. 20 is a flowchart of an example of the operation (part 1) of the decoding apparatus according to the third embodiment.
  • the operation of the code block processing unit # 71 will be described.
  • Steps S2001 to S2005 shown in FIG. 20 are the same as steps S901 to S905 shown in FIG.
  • the repetition control unit 713 notifies the repetition number of the repetition number counter 812 to the repetition control unit 716 (step S2006), and the series of processing ends.
  • steps S2007 to S2009 shown in FIG. 20 are the same as steps S906 to S908 shown in FIG.
  • the above steps are similarly performed for the code blocks # 2 to #n by the code block processing units # 72 to # 7n.
  • each of the code block processing units # 71 to # 7n performs steps S2001 to S2009 again when a re-repetition control signal is output from the re-repetition control unit 716.
  • FIG. 21 is a flowchart of an example of the operation (part 2) of the decoding apparatus according to the third embodiment.
  • steps S2101 to S2109 shown in FIG. 21 are the same as steps S1601 to S1609 shown in FIG.
  • the selection unit 1812 selects a code block having the smallest number of repetitions from among code blocks # 1 to #n (step S2110). In step S2110, the selection unit 1812 selects a code block based on the number of repetitions for each code block # 1 to #n notified in step S2006 of FIG.
  • the selection unit 1812 outputs a repeat control signal to the code block processing unit corresponding to the code block selected in step S2110 (step S2111).
  • the process returns to step S2102, and the code block combining unit 714 waits until all the code blocks # 1 to #n are input again, and the processing is continued.
  • the decoding apparatus 613 As described above, according to the decoding apparatus 613 according to the third embodiment, the number of repetitions of error correction decoding in each block-divided data is stored, and error correction decoding is performed again on the data selected based on the stored number of times. Let it be done. As a result, the effects of the decoding device 613 according to the second embodiment can be obtained, and the processing amount can be reduced as compared with the case where all data is subjected to error correction decoding again when an error in the transport block is detected.
  • the decoding apparatus 613 of Embodiment 3 was demonstrated here on the assumption of the structure of the decoding apparatus 613 concerning Embodiment 2, the decoding apparatus 613 of Embodiment 3 is not restricted to such a structure.
  • the decoding device 613 according to the first embodiment the number of repetitions of error correction decoding in each block-divided data is stored, and error correction decoding is performed again on data selected based on the stored number of times. Also good.
  • the decoding device 613 As described above, according to the disclosed decoding device, receiving device, communication system, decoding method, and receiving method, it is possible to improve the communication quality and reduce the processing amount.
  • the configuration in which the decoding device 613 is applied to the wireless reception device 220 has been described.
  • the application range of the decoding device 613 is not limited to the wireless reception device 220.
  • the decoding device 613 can be applied to an optical receiving device of an optical communication system.

Abstract

A decoding unit (111) executes an error correction encoding on each of data obtained by a block division. A pre-stage detection unit (112) detects an error in each data subjected to the error correction decoding by the decoding unit (111). If an error is detected by the pre-stage detection unit (112), a repetition control unit (113) causes the decoding unit (111) to repeat the error correction decoding. If no error is detected, the repetition control unit (113) outputs each of the data which has been subjected to the error correction decoding. A coupling unit (114) block-connects the respective data outputted by the repetition control unit (113). A post-stage detection unit (115) detects an error in the data block-connected by the coupling unit (114). If an error is detected by the post-stage detection unit (115), a re-repetition control unit (116) causes the decoding unit (111) to repeat the error correction decoding. If no error is detected, the re-repetition control unit (116) outputs the block-connected data outside.

Description

復号装置、受信装置、通信システム、復号方法および受信方法Decoding device, receiving device, communication system, decoding method and receiving method
 この発明は、データを誤り訂正復号する復号装置、受信装置、通信システム、復号方法および受信方法に関する。 The present invention relates to a decoding device, a receiving device, a communication system, a decoding method, and a receiving method for error correction decoding of data.
 移動通信においては、伝送路環境による干渉や雑音により発生する信号の誤りを検出または訂正する研究が盛んに行われている。特にディジタル移動通信においては、誤りを訂正するための誤り制御技術が広く用いられている。誤り制御技術は、ARQ(Automatic Repeat reQuest:自動再送要求)とFEC(Forward Error Correction:前方誤り訂正)に分けられる。 In mobile communications, researches are being actively conducted to detect or correct signal errors caused by interference and noise caused by the transmission path environment. Particularly in digital mobile communications, error control techniques for correcting errors are widely used. Error control technology is divided into ARQ (Automatic Repeat reQuest) and FEC (Forward Error Correction).
 ARQにおいては、送信側は、情報ビットに誤り検出符号化を施して得られたデータを送信する。そして、受信側は、受信したデータに対して誤り検出処理を行い、誤りが検出された場合には再送要求を送信側にフィードバックする。これに対して、送信側は情報ビットの再送処理を行うことで、受信側へ情報ビットを送信する。 In ARQ, the transmission side transmits data obtained by performing error detection coding on information bits. Then, the receiving side performs error detection processing on the received data, and when an error is detected, a retransmission request is fed back to the transmitting side. On the other hand, the transmitting side transmits information bits to the receiving side by performing retransmission processing of information bits.
 これに対して、FECにおいては、送信側は、誤り訂正符号化を施して得られたデータを送信する。そして、受信側は、受信したデータに対して誤り訂正復号を行うことでデータの誤りを訂正する。FECは、ARQのようなフィードバックや再送処理を行わないため、通信遅延が許容されない通信システムにおいては特に有効である。 In contrast, in FEC, the transmission side transmits data obtained by performing error correction coding. The receiving side corrects the data error by performing error correction decoding on the received data. Since FEC does not perform feedback or retransmission processing like ARQ, it is particularly effective in a communication system that does not allow communication delay.
 また、昨今の移動通信システムにおいては、確実な情報伝送と最小の通信遅延を実現するために、ARQとFECを併用する方式が採用されることが多い。この方式は、3GPP(3rd Generation Partnership Project:第3世代携帯電話システムの仕様作成を行うプロジェクト)においても採用されている。 Also, in recent mobile communication systems, a system using both ARQ and FEC is often employed in order to achieve reliable information transmission and minimum communication delay. This method is also used in 3GPP (3rd Generation Partnership Project: a project for creating specifications for third-generation mobile phone systems).
 ARQで用いられる誤り検出符号としては、CRC(Cyclic Redundancy Check:巡回冗長検査)が知られている。CRCにおいては、送信側は、データに対して巡回的な生成多項式を適用して生成される冗長ビットをデータに付与して送信する。受信側は、受信したデータから同じ生成多項式を用いて冗長ビットを生成し、受信した冗長ビットと比較することによって誤りを検出する。 As an error detection code used in ARQ, CRC (Cyclic Redundancy Check) is known. In CRC, the transmission side transmits data with redundant bits generated by applying a cyclic generator polynomial to the data. The receiving side generates redundant bits from the received data using the same generator polynomial, and detects an error by comparing with the received redundant bits.
 また、FECで用いられる誤り訂正符号としてはターボ符号化が知られている。ターボ符号化は、情報を誤りなしに伝送することができる伝送速度の理論限界であるシャノン限界に迫る符号として注目されており、3GPPにおいても採用されている。ターボ符号化に対する復号方法として、誤り訂正復号処理を繰り返し行うことで誤り訂正能力が向上する繰り返し復号が知られている(たとえば、下記特許文献1参照。)。 Also, turbo coding is known as an error correction code used in FEC. Turbo coding is attracting attention as a code approaching the Shannon limit, which is the theoretical limit of the transmission rate at which information can be transmitted without error, and is also adopted in 3GPP. As a decoding method for turbo encoding, iterative decoding is known in which error correction capability is improved by repeatedly performing error correction decoding processing (see, for example, Patent Document 1 below).
 たとえば、受信したデータに対してターボ復号器によるターボ復号を行い、ターボ復号を行ったデータに対してCRC検査による誤り検出を行う。そして、データの誤りが検出された場合は、ターボ復号器によるターボ復号を再度行う。この一連の繰り返し復号処理は、CRC検査において誤り検出がされなくなるまで繰り返し行われる。 For example, turbo decoding is performed on the received data by a turbo decoder, and error detection is performed on the data subjected to turbo decoding by CRC check. When an error in the data is detected, turbo decoding by the turbo decoder is performed again. This series of iterative decoding processes is repeatedly performed until no error is detected in the CRC check.
 また、繰り返し復号処理が無限に行われることを防ぐために、繰り返し回数の最大値があらかじめ設定され、繰り返し復号処理の繰り返し回数が最大値を超えても誤りが検出される場合は、復号失敗と判断する。この場合は、繰り返し復号処理を終了し、上記のARQによって再送処理を行う。 In addition, in order to prevent the iterative decoding process from being performed indefinitely, if the maximum number of repetitions is set in advance and an error is detected even if the number of repetitions of the iterative decoding process exceeds the maximum value, it is determined that decoding has failed. To do. In this case, the iterative decoding process is terminated, and the retransmission process is performed by the above ARQ.
 ここで、CRC検査による誤り検出に着目すると、CRC検査自体にも誤りに対する検出限界があることが知られている。したがって、CRC検査を行っても、すべての条件で正しく誤りを検出できるわけではない。誤り検出において、実際には誤りが含まれているにもかかわらず、誤りなしと判定してしまうことを「見逃し誤り」と呼ぶ。 Here, focusing on error detection by CRC inspection, it is known that the CRC inspection itself has a detection limit for errors. Therefore, even if a CRC check is performed, an error cannot be detected correctly under all conditions. In error detection, even though an error is actually included, determining that there is no error is called “missing error”.
 一般に、繰り返し復号処理の繰り返し回数が少ないほど、CRC検査において見逃し誤りが多く発生する(たとえば図11,図12参照)。CRC検査において見逃し誤りが発生すると、誤りが発生しているにもかかわらずターボ復号器による繰り返し復号処理を停止してしまうため、復号装置から出力されるデータの品質が大きく劣化する。 Generally, the smaller the number of repetitions of the iterative decoding process, the more errors are missed in the CRC check (see, for example, FIGS. 11 and 12). If an overlook error occurs in the CRC check, the iterative decoding process by the turbo decoder is stopped despite the occurrence of the error, so that the quality of the data output from the decoding apparatus is greatly deteriorated.
 これに対して、従来技術においては、繰り返し拘束回数を設定することで見逃し誤りを回避している。ここで、繰り返し拘束回数とは、CRC検査によって誤りなしと判定されても繰り返し復号処理を繰り返す回数である。たとえば、繰り返し回数が3回より多くなると見逃し誤り発生が少なくなると見込まれる場合(たとえば図11,図12参照)は、繰り返し拘束回数を3回以上に設定する。 On the other hand, in the prior art, an overlooked error is avoided by setting the number of repeated restraints. Here, the number of repetition constraint is the number of repetitions of repeated decoding processing even if it is determined that there is no error by CRC check. For example, if the number of repetitions is more than 3, the number of missed errors is expected to decrease (see, for example, FIGS. 11 and 12), and the number of repetition restraints is set to 3 or more.
特開2002-171175号公報JP 2002-171175 A
 しかしながら、上述した従来技術では、誤り検出において見逃し誤りが発生していない場合においても不要な復号処理を繰り返し拘束回数だけ行うため、復号処理の処理量が増大するという問題がある。ターボ復号による繰り返し復号処理は、訂正能力が大きい一方、処理量が膨大であるため、繰り返し回数が多くなると消費電力が大幅に増大する。 However, the above-described conventional technique has a problem that the amount of decoding processing increases because unnecessary decoding processing is repeatedly performed for the number of times of restraint even when no overlooked error has occurred in error detection. The iterative decoding process by turbo decoding has a large correction capability, but the processing amount is enormous, so that the power consumption increases greatly as the number of repetitions increases.
 特に携帯端末においては、小型化および薄型化が求められるためバッテリのサイズが厳しく制限される。また、近年は環境に配慮した低消費電力製品への要求も高い。このため、消費電力をいかに抑えるかが重要な課題である。また、復号処理の処理量が増大すると、受信動作を完了するまでに時間がかかる。一方、繰り返し拘束回数を少なくしたりなくしたりすると、見逃し誤りが増加して通信品質が劣化するという問題がある。 Especially in mobile terminals, the size of the battery is severely limited because it is required to be small and thin. In recent years, there is a high demand for environmentally-friendly low power consumption products. For this reason, how to reduce power consumption is an important issue. Further, when the amount of decoding processing increases, it takes time to complete the receiving operation. On the other hand, if the number of repetitive restraints is reduced or eliminated, there is a problem that overlooked errors increase and communication quality deteriorates.
 開示の復号装置、受信装置、通信システム、復号方法および受信方法は、上述した問題点を解消するものであり、通信品質の向上および処理量の低減を図ることを目的とする。 The disclosed decoding device, receiving device, communication system, decoding method, and receiving method are intended to solve the above-described problems and to improve communication quality and reduce the processing amount.
 上述した課題を解決し、目的を達成するため、開示技術は、ブロック分割して得られた各データをそれぞれ誤り訂正復号し、誤り訂正復号された各データの誤り検出をそれぞれ行い、誤りが検出された場合に誤り訂正復号を再度行わせるとともに、誤りが検出されなかった場合に前記誤り訂正復号された各データを出力し、出力された各データをブロック結合し、ブロック結合されたデータの誤り検出を行い、誤りが検出された場合に誤り訂正復号を再度行わせるとともに、誤りが検出されなかった場合に前記ブロック結合されたデータを外部に出力することを要件とする。 In order to solve the above-described problems and achieve the object, the disclosed technology performs error correction decoding on each piece of data obtained by block division, and performs error detection on each piece of error correction decoded data, thereby detecting an error. Error correction decoding is performed again, and if no error is detected, the error correction decoded data is output, the output data is block-coupled, and the error of the block-coupled data is output. It is necessary to perform detection and to perform error correction decoding again when an error is detected, and to output the block-combined data to the outside when no error is detected.
 上記構成によれば、ブロック分割して得られた各データの誤り検出における見逃し誤りを、各データをブロック結合したデータの誤り検出により検出することができる。 According to the above configuration, an overlooked error in error detection of each data obtained by dividing the block can be detected by error detection of data obtained by block-connecting each data.
 開示の復号装置、受信装置、通信システム、復号方法および受信方法によれば、通信品質の向上および処理量の低減を図ることができるという効果を奏する。 According to the disclosed decoding device, receiving device, communication system, decoding method, and receiving method, it is possible to improve the communication quality and reduce the processing amount.
図1は、復号装置の構成の概要を示すブロック図である。FIG. 1 is a block diagram showing an outline of the configuration of the decoding apparatus. 図2は、実施の形態1にかかる無線通信システムの構成を示すブロック図である。FIG. 2 is a block diagram of a configuration of the wireless communication system according to the first embodiment. 図3は、図2に示した符号化部の具体例を示すブロック図である。FIG. 3 is a block diagram showing a specific example of the encoding unit shown in FIG. 図4は、図3に示した符号化部による符号化を示す図である。FIG. 4 is a diagram illustrating encoding by the encoding unit illustrated in FIG. 3. 図5は、図3に示したターボ符号化部の具体例を示すブロック図である。FIG. 5 is a block diagram showing a specific example of the turbo encoding unit shown in FIG. 図6は、図2に示した復号処理部の具体例を示すブロック図である。FIG. 6 is a block diagram illustrating a specific example of the decoding processing unit illustrated in FIG. 図7は、図6に示した復号装置の具体例を示すブロック図である。FIG. 7 is a block diagram showing a specific example of the decoding apparatus shown in FIG. 図8は、図7に示した繰り返し制御部の一部の具体例を示すブロック図である。FIG. 8 is a block diagram showing a specific example of a part of the repetition control unit shown in FIG. 図9は、実施の形態1にかかる復号装置の動作の一例(その1)を示すフローチャートである。FIG. 9 is a flowchart of an example (part 1) of the operation of the decoding apparatus according to the first embodiment. 図10は、実施の形態1にかかる復号装置の動作の一例(その2)を示すフローチャートである。FIG. 10 is a flowchart of an example (part 2) of the operation of the decoding apparatus according to the first embodiment. 図11は、繰り返し回数ごとの見逃し誤り回数とBERの一例を示す図である。FIG. 11 is a diagram illustrating an example of the number of missed errors and the BER for each number of repetitions. 図12は、繰り返し回数ごとの誤りの数と見逃し誤り回数を示す図である。FIG. 12 is a diagram illustrating the number of errors and the number of missed errors for each number of repetitions. 図13は、繰り返し回数ごとのBLERを示す図である。FIG. 13 is a diagram illustrating BLER for each number of repetitions. 図14は、繰り返し復号回数の比較の一例を示す図である。FIG. 14 is a diagram illustrating an example of comparison of the number of repeated decoding. 図15は、実施の形態2にかかる再繰り返し制御部の一部の具体例を示すブロック図である。FIG. 15 is a block diagram of a specific example of part of the repetitive control unit according to the second embodiment. 図16は、実施の形態2にかかる復号装置の動作の一例を示すフローチャートである。FIG. 16 is a flowchart of an example of the operation of the decoding device according to the second embodiment. 図17は、実施の形態3にかかる復号装置の構成を示すブロック図である。FIG. 17 is a block diagram of a configuration of the decoding apparatus according to the third embodiment. 図18は、実施の形態3にかかる再繰り返し制御部の一部の具体例を示すブロック図である。FIG. 18 is a block diagram of a specific example of a part of the repetitive control unit according to the third embodiment. 図19は、図18に示した繰り返し回数記憶部が記憶する情報の一例を示す図である。FIG. 19 is a diagram illustrating an example of information stored in the repetition count storage unit illustrated in FIG. 18. 図20は、実施の形態3にかかる復号装置の動作(その1)の一例を示すフローチャートである。FIG. 20 is a flowchart of an example of operation (part 1) of the decoding apparatus according to the third embodiment. 図21は、実施の形態3にかかる復号装置の動作(その2)の一例を示すフローチャートである。FIG. 21 is a flowchart of an example of the operation (part 2) of the decoding apparatus according to the third embodiment.
符号の説明Explanation of symbols
 200 無線通信システム
 214,221 アンテナ
 421 コードブロック
 510,530 符号器
 511,513,515,517 加算器
 512,514,516 遅延器
200 Wireless Communication System 214, 221 Antenna 421 Code Block 510, 530 Encoder 511, 513, 515, 517 Adder 512, 514, 516 Delay
 以下に添付図面を参照して、この復号装置、受信装置、通信システム、復号方法および受信方法の好適な実施の形態を詳細に説明する。この復号装置、受信装置、通信システム、復号方法および受信方法は、ブロック分割した各データに対して誤りが検出されなくなるまでターボ復号を行い、誤りなしと判定された各データを結合し、結合したデータをさらに誤り検出することで見逃し誤りを低減して通信品質を向上させる。 Hereinafter, preferred embodiments of the decoding device, the receiving device, the communication system, the decoding method, and the receiving method will be described in detail with reference to the accompanying drawings. The decoding device, the receiving device, the communication system, the decoding method, and the receiving method perform turbo decoding until no error is detected for each block-divided data, and combine the data determined to be error-free By further detecting errors in data, it is possible to reduce missed errors and improve communication quality.
(復号装置の概要)
 図1は、復号装置の構成の概要を示すブロック図である。図1に示す復号装置100は、送信装置から送信されたデータを受信する受信装置に設けられる復号装置である。送信装置から受信装置へ送信されるデータは、誤り検出符号化したデータをブロック分割し、ブロック分割した各データを誤り検出符号化し、誤り検出符号化した各データを誤り訂正符号化し、誤り訂正符号化した各データをブロック結合したデータである。
(Outline of decoding device)
FIG. 1 is a block diagram showing an outline of the configuration of the decoding apparatus. A decoding device 100 illustrated in FIG. 1 is a decoding device provided in a reception device that receives data transmitted from a transmission device. The data transmitted from the transmission device to the reception device is divided into error detection coded data blocks, each block divided data is subjected to error detection coding, each error detection coded data is subjected to error correction coding, and error correction coding is performed. This is data obtained by combining blocks of data.
 図1において、実線矢印は受信データの流れを示している。また、点線矢印は受信データ以外の制御信号の流れを示している(以下の各ブロック図においても同様)。復号装置100には、送信装置から受信したデータをブロック分割して得られた各データ(以下、単に「各データ」という)が入力される。 In FIG. 1, the solid line arrows indicate the flow of received data. Also, the dotted arrows indicate the flow of control signals other than the received data (the same applies to the following block diagrams). Each data (hereinafter simply referred to as “each data”) obtained by dividing the data received from the transmission device into blocks is input to the decoding device 100.
 復号装置100は、復号部111と、前段検出部112と、繰り返し制御部113と、結合部114と、後段検出部115と、再繰り返し制御部116と、を備えている。復号部111は、入力された各データをそれぞれ誤り訂正復号し、誤り訂正復号した各データを前段検出部112および繰り返し制御部113のそれぞれへ出力する。 The decoding apparatus 100 includes a decoding unit 111, a pre-stage detection unit 112, a repetition control unit 113, a combination unit 114, a post-stage detection unit 115, and a re-repetition control unit 116. The decoding unit 111 performs error correction decoding on each input data, and outputs each data subjected to error correction decoding to each of the upstream detection unit 112 and the repetition control unit 113.
 また、復号部111は、誤り訂正復号した各データを保持し、繰り返し制御部113からの制御に応じて各データをそれぞれ繰り返し誤り訂正復号する。復号部111が行う誤り訂正復号は、復号処理を繰り返し行うほどデータの誤り訂正精度が向上する繰り返し復号である。たとえば、復号部111が行う誤り訂正復号はターボ復号である。 Also, the decoding unit 111 holds each data subjected to error correction decoding, and repeatedly performs error correction decoding on each data in accordance with control from the repetition control unit 113. The error correction decoding performed by the decoding unit 111 is iterative decoding in which the error correction accuracy of data improves as the decoding process is repeated. For example, error correction decoding performed by the decoding unit 111 is turbo decoding.
 前段検出部112は、復号部111から出力された各データの誤り検出をそれぞれ行う。そして、前段検出部112は、各データの誤り検出結果を繰り返し制御部113へ出力する。前段検出部112が繰り返し制御部113へ出力する誤り検出結果は、たとえば、各データのそれぞれについて「誤りあり」または「誤りなし」を示す情報や、各データのうちのいずれのデータが「誤りあり」であるかを示す情報である。 The upstream detection unit 112 performs error detection on each data output from the decoding unit 111. Then, the upstream detection unit 112 repeatedly outputs an error detection result of each data to the control unit 113. The error detection result that the upstream detection unit 112 repeatedly outputs to the control unit 113 includes, for example, information indicating “with error” or “no error” for each data, or any of the data with “error” ".
 前段検出部112による誤り検出の方式は、送信側においてブロック分割した各データに対して行った誤り検出符号化に対応する方式である。たとえば、送信側においてブロック分割した各データをCRC符号化した場合は、前段検出部112は、各データに対してCRC検査を行うことによって各データの誤りを検出する。 The error detection method by the upstream detection unit 112 is a method corresponding to the error detection coding performed on each data block-divided on the transmission side. For example, when each piece of data divided into blocks on the transmission side is CRC-encoded, the upstream detection unit 112 detects an error in each data by performing a CRC check on each piece of data.
 繰り返し制御部113は、前段検出部112によって誤りが検出された場合に、復号部111による誤り訂正復号を再度行わせる繰り返し制御手段である。具体的には、繰り返し制御部113は、各データのうちの前段検出部112によって誤りが検出されたデータに対して再度誤り訂正復号を行わせるように復号部111を制御する。 The iterative control unit 113 is a iterative control unit that causes the decoding unit 111 to perform error correction decoding again when an error is detected by the upstream detection unit 112. Specifically, the iterative control unit 113 controls the decoding unit 111 so that error correction decoding is performed again on the data in which the error is detected by the upstream detection unit 112 of each data.
 繰り返し制御部113の制御に応じて復号部111による誤り訂正復号が再度行われると、再度誤り訂正復号された各データが前段検出部112および繰り返し制御部113へ出力される。繰り返し制御部113は、各データのすべてについて前段検出部112によって誤りが検出されなくなるまで復号部111による誤り訂正復号を繰り返し行わせる。 When the error correction decoding is performed again by the decoding unit 111 in accordance with the control of the repetition control unit 113, each data subjected to the error correction decoding again is output to the upstream detection unit 112 and the repetition control unit 113. The iterative control unit 113 repeatedly performs error correction decoding by the decoding unit 111 until no error is detected by the upstream detection unit 112 for all the data.
 各データのすべてについて前段検出部112によって誤りが検出されなくなると、繰り返し制御部113は、復号部111から出力され、前段検出部112によって誤りが検出されなかった各データを結合部114へ出力する。なお、誤り訂正復号を繰り返し行っている過程で前段検出部112によって誤りが検出されたデータについては、再度誤り訂正復号された同一内容のデータが復号部111から再度出力されるため不要となる。このため、繰り返し制御部113は、前段検出部112によって誤りが検出されたデータを破棄するようにしてもよい。 When no error is detected by the upstream detection unit 112 for all of the data, the iterative control unit 113 outputs the data that is output from the decoding unit 111 and no error is detected by the upstream detection unit 112 to the combining unit 114. . Note that data in which an error is detected by the upstream detection unit 112 in the process of repeatedly performing error correction decoding is not necessary because the same content data that has been error correction decoded again is output from the decoding unit 111 again. For this reason, the repetition control unit 113 may discard the data in which the error is detected by the upstream detection unit 112.
 結合部114は、繰り返し制御部113から出力された各データをブロック結合する。結合部114は、ブロック結合したデータを後段検出部115および再繰り返し制御部116のそれぞれへ出力する。結合部114によるブロック結合の方式は、復号装置100の前段において行われたブロック分割に対応する方式である。 The combination unit 114 performs block combination of the data output from the repetition control unit 113. The combining unit 114 outputs the block combined data to the subsequent detection unit 115 and the repeat control unit 116, respectively. The block combination method by the combining unit 114 is a method corresponding to the block division performed in the preceding stage of the decoding device 100.
 後段検出部115は、結合部114から出力されたデータの誤り検出を行う。そして、後段検出部115は、データの誤り検出結果を再繰り返し制御部116へ出力する。後段検出部115が出力する誤り検出結果は、たとえば、結合部114から出力されたデータにおける「誤りあり」または「誤りなし」の旨を示す情報である。 The post-stage detection unit 115 detects an error in the data output from the combining unit 114. Then, the downstream detection unit 115 outputs the data error detection result to the re-repetition control unit 116. The error detection result output by the post-detection unit 115 is information indicating “error” or “no error” in the data output from the combining unit 114, for example.
 後段検出部115による誤り検出の方式は、送信側においてブロック分割前のデータに対して行った誤り検出符号化に対応する方式である。たとえば、送信側においてブロック分割する前のデータをCRC符号化した場合は、前段検出部112は、CRC検査を行うことによってデータの誤りを検出する。また、後段検出部115による誤り検出の方式は、前段検出部112による誤り検出の方式と同じであってもよいし異なっていてもよい。 The error detection method by the post-detection unit 115 is a method corresponding to the error detection coding performed on the data before block division on the transmission side. For example, when data before block division is CRC-encoded on the transmission side, the upstream detection unit 112 detects a data error by performing a CRC check. Further, the error detection method by the subsequent detection unit 115 may be the same as or different from the error detection method by the previous detection unit 112.
 再繰り返し制御部116は、後段検出部115によってデータの誤りが検出された場合に、復号部111による各データの誤り訂正復号を再度行わせる。再繰り返し制御部116の制御によって復号部111による誤り訂正復号が再度行われると、上述した前段検出部112による誤り検出と、繰り返し制御部113による制御と、が再度行われる。 The re-repetition control unit 116 causes the decoding unit 111 to perform error correction decoding of each data again when a data error is detected by the subsequent detection unit 115. When the error correction decoding by the decoding unit 111 is performed again by the control of the re-repetition control unit 116, the error detection by the preceding detection unit 112 and the control by the repetition control unit 113 are performed again.
 そして、前段検出部112により誤りが検出されなかった各データが結合部114によってブロック結合され、ブロック結合されたデータが後段検出部115によって誤り検出される。再繰り返し制御部116は、後段検出部115によって誤りが検出されなくなるまで復号部111による誤り訂正復号を繰り返し行わせる。なお、再繰り返し制御部116が誤り訂正復号を再度行わせる対象は、たとえば各データのすべてである。 Then, each piece of data in which no error is detected by the upstream detection unit 112 is block-connected by the combining unit 114, and the combined data is error-detected by the subsequent detection unit 115. The re-repetition control unit 116 repeatedly performs error correction decoding by the decoding unit 111 until no error is detected by the post-stage detection unit 115. Note that the object that the re-repetition control unit 116 performs the error correction decoding again is, for example, all of each data.
 または、再繰り返し制御部116が誤り訂正復号を再度行わせる対象は、各データのうちの一部であってもよい(図17~図19参照)。後段検出部115によって誤りが検出されなくなると、再繰り返し制御部116は、結合部114から出力され、後段検出部115によって誤りが検出されなかったデータを復号装置100の外部(上位レイヤ)へ出力する。復号装置100の外部とは、たとえば、復号装置100の後段に設けられ、復号装置100から出力されたデータを処理する情報処理装置である。 Alternatively, the object for which the re-repetition control unit 116 performs error correction decoding again may be a part of each data (see FIGS. 17 to 19). When no error is detected by the subsequent detection unit 115, the re-repetition control unit 116 outputs the data output from the combining unit 114 and no error detected by the subsequent detection unit 115 to the outside (upper layer) of the decoding apparatus 100. To do. The outside of the decoding device 100 is, for example, an information processing device that is provided in a subsequent stage of the decoding device 100 and processes data output from the decoding device 100.
 なお、復号部111によって各データを誤り訂正復号するたびに各データを前段検出部112および繰り返し制御部113のそれぞれへ出力する構成について説明したが、このような構成に限られない。すなわち、繰り返し制御部113は、少なくとも、前段検出部112によって誤りが検出されなかったデータを取得すればよい。たとえば、繰り返し制御部113が、前段検出部112によって誤りが検出されなかったデータのみを、復号部111または前段検出部112から取得する構成としてもよい。 In addition, although the structure which outputs each data to each of the front | former stage detection part 112 and the repetition control part 113 whenever each data was error-correction-decoded by the decoding part 111 was demonstrated, it is not restricted to such a structure. That is, the repetition control unit 113 only needs to acquire at least data for which no error has been detected by the upstream detection unit 112. For example, the repetition control unit 113 may acquire only data for which no error has been detected by the upstream detection unit 112 from the decoding unit 111 or the upstream detection unit 112.
 また、結合部114によって各データをブロック結合するたびにブロック結合したデータを後段検出部115および再繰り返し制御部116のそれぞれへ出力する構成について説明したが、このような構成に限られない。すなわち、再繰り返し制御部116は、少なくとも、後段検出部115によって誤りが検出されなかったデータを取得すればよい。たとえば、再繰り返し制御部116は、後段検出部115によって誤りが検出されなかったデータを、結合部114または後段検出部115から取得する構成としてもよい。 In addition, although a configuration has been described in which data obtained by block combination is output to each of the subsequent detection unit 115 and the re-repetition control unit 116 each time the data is combined by the combining unit 114, the present invention is not limited to such a configuration. That is, the re-repetition control unit 116 may acquire at least data for which no error is detected by the subsequent detection unit 115. For example, the re-repetition control unit 116 may acquire data from which no error has been detected by the subsequent detection unit 115 from the combining unit 114 or the subsequent detection unit 115.
(実施の形態1)
 図2は、実施の形態1にかかる無線通信システムの構成を示すブロック図である。図2に示すように、実施の形態1にかかる無線通信システム200は、無線送信装置210と、無線受信装置220と、を備えている。この無線通信システム200は、無線送信装置210から無線受信装置220へ無線通信によって情報ビットを伝送するシステムである。詳細は後述するが、図1の復号装置100は無線受信装置220に設けられる。
(Embodiment 1)
FIG. 2 is a block diagram of a configuration of the wireless communication system according to the first embodiment. As illustrated in FIG. 2, the wireless communication system 200 according to the first embodiment includes a wireless transmission device 210 and a wireless reception device 220. The wireless communication system 200 is a system that transmits information bits from a wireless transmission device 210 to a wireless reception device 220 by wireless communication. Although details will be described later, the decoding device 100 of FIG. 1 is provided in the wireless reception device 220.
 無線送信装置210は、誤り検出符号化したデータをブロック分割し、ブロック分割した各データを誤り検出符号化し、誤り検出符号化した各データを誤り訂正符号化し、誤り訂正符号化した各データをブロック結合したデータを送信する送信装置である。具体的には、無線送信装置210は、符号化部211と、変調部212と、無線送信部213と、アンテナ214と、を備えている。 The wireless transmission device 210 divides the error detection encoded data into blocks, performs error detection encoding on each of the block divided data, performs error correction encoding on the error detection encoded data, and blocks each error correction encoded data. It is a transmission device that transmits combined data. Specifically, the wireless transmission device 210 includes an encoding unit 211, a modulation unit 212, a wireless transmission unit 213, and an antenna 214.
 符号化部211は、不図示の情報源から入力された情報ビットを符号化し、符号化して得られたデータを変調部212へ出力する。符号化部211の具体的な構成については後述する(図3参照)。変調部212は、符号化部211から出力されたデータを変調し、変調して得られた信号を無線送信部213へ出力する。無線送信部213は、変調部212から出力された信号を、アンテナ214を介して無線受信装置220へ無線送信する。 The encoding unit 211 encodes information bits input from an information source (not shown), and outputs the data obtained by encoding to the modulation unit 212. A specific configuration of the encoding unit 211 will be described later (see FIG. 3). Modulation section 212 modulates the data output from encoding section 211 and outputs a signal obtained by the modulation to radio transmission section 213. The wireless transmission unit 213 wirelessly transmits the signal output from the modulation unit 212 to the wireless reception device 220 via the antenna 214.
 無線受信装置220は、無線送信装置210から無線送信された信号を受信し、受信した信号を復号処理する。具体的には、無線受信装置220は、アンテナ221と、無線受信部222と、復調部223と、復号処理部224と、を備えている。無線受信部222は、無線送信装置210から無線送信された信号を、アンテナ221を介して受信する。そして、無線受信部222は、受信した信号を復調部223へ出力する。 The wireless reception device 220 receives a signal wirelessly transmitted from the wireless transmission device 210 and decodes the received signal. Specifically, the wireless reception device 220 includes an antenna 221, a wireless reception unit 222, a demodulation unit 223, and a decoding processing unit 224. The wireless reception unit 222 receives a signal wirelessly transmitted from the wireless transmission device 210 via the antenna 221. Then, the wireless reception unit 222 outputs the received signal to the demodulation unit 223.
 復調部223は、無線受信部222から出力された信号を復調し、復調して得られたデータを復号処理部224へ出力する。復号処理部224は、復調部223から出力されたデータを復号処理し、復号処理して得られた情報ビットを後段の装置(不図示)へ出力する。復号処理部224による復号処理の詳細については後述する(図6参照)。 The demodulator 223 demodulates the signal output from the wireless receiver 222 and outputs the data obtained by the demodulation to the decoding processor 224. The decoding processing unit 224 performs decoding processing on the data output from the demodulation unit 223, and outputs information bits obtained by the decoding processing to a subsequent device (not shown). Details of the decoding processing by the decoding processing unit 224 will be described later (see FIG. 6).
 図3は、図2に示した符号化部の具体例を示すブロック図である。ここでは、図2に示した符号化部211を、たとえば、3GPPにおいて標準化が検討されているLTE(Long Term Evolution)システムの仕様(TS36.212 V8.3.0)に基づく構成とする。 FIG. 3 is a block diagram showing a specific example of the encoding unit shown in FIG. Here, the encoding unit 211 shown in FIG. 2 is configured based on, for example, the specification (TS36.212 V8.3.0) of LTE (Long Term Evolution) system that is being standardized in 3GPP.
 以下、例として、LTEシステムの仕様に基づく符号化部211の構成を説明する。図3に示すように、符号化部211は、トランスポートブロックCRC付加部311と、コードブロック分割部312と、コードブロックCRC付加部313と、ターボ符号化部314と、レートマッチング部315と、コードブロック結合部316と、を備えている。 Hereinafter, as an example, the configuration of the encoding unit 211 based on the specifications of the LTE system will be described. As shown in FIG. 3, the encoding unit 211 includes a transport block CRC adding unit 311, a code block dividing unit 312, a code block CRC adding unit 313, a turbo encoding unit 314, a rate matching unit 315, A code block coupling unit 316.
 トランスポートブロックCRC付加部311には、トランスポートブロックとして図2に示した情報ビットが入力される。トランスポートブロックCRC付加部311は、入力されたトランスポートブロックをCRC符号化し、CRC符号化して得られたトランスポートブロックをコードブロック分割部312へ出力する。 2 is input to the transport block CRC adding unit 311 as a transport block. The transport block CRC adding unit 311 performs CRC encoding on the input transport block, and outputs the transport block obtained by CRC encoding to the code block dividing unit 312.
 コードブロック分割部312は、トランスポートブロックCRC付加部311から出力されたトランスポートブロックを所定サイズのコードブロック単位でブロック分割する。コードブロック分割部312は、ブロック分割して得られた各コードブロックをコードブロックCRC付加部313へ出力する。コードブロックCRC付加部313は、コードブロック分割部312から出力された各コードブロックをそれぞれCRC符号化し、CRC符号化して得られた各コードブロックをターボ符号化部314へ出力する。 The code block dividing unit 312 divides the transport block output from the transport block CRC adding unit 311 into code block units of a predetermined size. The code block dividing unit 312 outputs each code block obtained by the block division to the code block CRC adding unit 313. The code block CRC adding unit 313 performs CRC encoding on each code block output from the code block dividing unit 312, and outputs each code block obtained by the CRC encoding to the turbo encoding unit 314.
 ターボ符号化部314は、コードブロックCRC付加部313から出力された各コードブロックをそれぞれターボ符号化し、ターボ符号化して得られた各コードブロックをレートマッチング部315へ出力する。レートマッチング部315は、ターボ符号化部314から出力された各コードブロックに対してレートマッチングを行い、レートマッチングを行った各コードブロックをコードブロック結合部316へ出力する。 Turbo coding section 314 turbo-codes each code block output from code block CRC adding section 313 and outputs each code block obtained by turbo coding to rate matching section 315. The rate matching unit 315 performs rate matching on each code block output from the turbo encoding unit 314, and outputs each code block on which the rate matching has been performed to the code block combining unit 316.
 レートマッチングとは、コードブロックを繰り返したり(レピティション)間引いたり(パンクチャ)することで、各コードブロックのサイズを無線フレームの送信レートに合わせる動作である。コードブロック結合部316は、レートマッチング部315から出力された各コードブロックを結合する。そして、コードブロック結合部316は、結合して得られたトランスポートブロックを変調部212(図2参照)へ出力する。 Rate matching is an operation of matching the size of each code block with the transmission rate of the radio frame by repeating (repetition) or decimating (puncturing) the code block. The code block combining unit 316 combines the code blocks output from the rate matching unit 315. Then, the code block combining unit 316 outputs the transport block obtained by combining to the modulation unit 212 (see FIG. 2).
 図4は、図3に示した符号化部による符号化を示す図である。図4において、符号410は、トランスポートブロックCRC付加部311(図3参照)によってCRC符号化されたトランスポートブロックのイメージを示している。符号410に示すように、トランスポートブロックCRC付加部311は、入力されたトランスポートブロック411から算出したCRC符号412をトランスポートブロック411に付加する。 FIG. 4 is a diagram showing encoding by the encoding unit shown in FIG. In FIG. 4, reference numeral 410 indicates an image of a transport block that is CRC-encoded by the transport block CRC adding unit 311 (see FIG. 3). As indicated by reference numeral 410, the transport block CRC adding unit 311 adds a CRC code 412 calculated from the input transport block 411 to the transport block 411.
 符号420は、コードブロック分割部312によって分割された各コードブロックのイメージを示している。符号420に示すように、コードブロック分割部312は、符号410に示したトランスポートブロック411とCRC符号412を含むデータを、所定サイズの各コードブロック421(コードブロック#1~#n)に分割する。なお、符号410に示すデータのサイズが所定サイズ以下の場合は、コードブロック分割部312は符号410に示すデータを分割せずにコードブロックCRC付加部313へ出力する。 Reference numeral 420 indicates an image of each code block divided by the code block dividing unit 312. As indicated by reference numeral 420, the code block dividing unit 312 divides the data including the transport block 411 and the CRC code 412 indicated by reference numeral 410 into code blocks 421 (code blocks # 1 to #n) having a predetermined size. To do. When the size of data indicated by reference numeral 410 is equal to or smaller than a predetermined size, the code block dividing unit 312 outputs the data indicated by reference numeral 410 to the code block CRC adding unit 313 without dividing the data.
 符号430は、コードブロックCRC付加部313によってCRC符号化されたコードブロックのイメージを示している。符号430に示すように、コードブロックCRC付加部313は、符号420に示した各コードブロック421のそれぞれに対して、コードブロック421から算出したCRC符号431をコードブロック421に付加する。また、コードブロック分割部312で符号410に示すデータを分割しなかった場合は、コードブロックCRC付加部313でのCRC符号の付加も行わない。 Reference numeral 430 represents an image of a code block that is CRC-encoded by the code block CRC adding unit 313. As indicated by reference numeral 430, the code block CRC adding unit 313 adds a CRC code 431 calculated from the code block 421 to the code block 421 for each of the code blocks 421 indicated by the reference numeral 420. When the code block dividing unit 312 does not divide the data indicated by the reference numeral 410, the code block CRC adding unit 313 does not add a CRC code.
 図5は、図3に示したターボ符号化部の具体例を示すブロック図である。図5に示すように、ターボ符号化部314(図3参照)は、符号器510と、インタリーバ520と、符号器530と、を備えている。ターボ符号化部314へ入力されたコードブロックは、符号器510およびインタリーバ520のそれぞれに入力されるとともに、符号化系列xとしてそのままレートマッチング部315(図3参照)へ出力される。 FIG. 5 is a block diagram showing a specific example of the turbo encoding unit shown in FIG. As illustrated in FIG. 5, the turbo encoding unit 314 (see FIG. 3) includes an encoder 510, an interleaver 520, and an encoder 530. The code block input to the turbo encoding unit 314 is input to each of the encoder 510 and the interleaver 520, and is output as it is to the rate matching unit 315 (see FIG. 3) as an encoded sequence x.
 符号器510は、入力されたコードブロックに対して再帰的組織畳み込み符号化を行う。具体的には、符号器510は、加算器511,513,515,517と、遅延器512,514,516(D:シフトレジスタ)と、を備えている。加算器511は、符号器510へ入力されたデータと、加算器515から出力されたデータと、を加算し、加算したデータを遅延器512および加算器513のそれぞれへ出力する。 The encoder 510 performs recursive systematic convolutional coding on the input code block. Specifically, the encoder 510 includes adders 511, 513, 515, and 517, and delay units 512, 514, and 516 (D: shift register). Adder 511 adds the data input to encoder 510 and the data output from adder 515, and outputs the added data to each of delay unit 512 and adder 513.
 遅延器512は、加算器511から出力されたデータを遅延させ、遅延させたデータを加算器513および遅延器514のそれぞれへ出力する。加算器513は、加算器511から出力されたデータと、遅延器512から出力されたデータと、を加算し、加算したデータを加算器517へ出力する。遅延器514は、遅延器512から出力されたデータを遅延させ、遅延させたデータを加算器515および遅延器516のそれぞれへ出力する。 The delay unit 512 delays the data output from the adder 511, and outputs the delayed data to each of the adder 513 and the delay unit 514. The adder 513 adds the data output from the adder 511 and the data output from the delay unit 512, and outputs the added data to the adder 517. Delay device 514 delays the data output from delay device 512, and outputs the delayed data to adder 515 and delay device 516, respectively.
 加算器515は、遅延器514から出力されたデータと、遅延器516から出力されたデータと、を加算し、加算したデータを加算器511へ出力する。遅延器516は、遅延器514から出力されたデータを遅延させ、遅延させたデータを加算器515および加算器517のそれぞれへ出力する。加算器517は、加算器513から出力されたデータと、遅延器516から出力されたデータと、を加算し、加算したデータを符号化系列z1としてレートマッチング部315(図3参照)へ出力する。 The adder 515 adds the data output from the delay unit 514 and the data output from the delay unit 516, and outputs the added data to the adder 511. Delay device 516 delays the data output from delay device 514, and outputs the delayed data to adder 515 and adder 517, respectively. The adder 517 adds the data output from the adder 513 and the data output from the delay unit 516, and outputs the added data to the rate matching unit 315 (see FIG. 3) as an encoded sequence z1. .
 インタリーバ520は、入力されたデータを攪拌して符号器530へ出力する。符号器530は、インタリーバ520から出力されたコードブロックに対して再帰的組織畳み込み符号化を行う。符号器530の構成は、符号器510の構成と同様であるため同一の符号を付して説明を省略する。符号器530の加算器517は、加算したデータを符号化系列z2としてレートマッチング部315(図3参照)へ出力する。 Interleaver 520 agitates the input data and outputs it to encoder 530. The encoder 530 performs recursive systematic convolutional coding on the code block output from the interleaver 520. The configuration of the encoder 530 is the same as the configuration of the encoder 510, and thus the same reference numerals are given and description thereof is omitted. The adder 517 of the encoder 530 outputs the added data to the rate matching unit 315 (see FIG. 3) as an encoded sequence z2.
 ここで説明した構成においては、ターボ符号化部314は、コードブロックCRC付加部313から出力された各コードブロックを時分割により順次ターボ符号化する。これに対して、コードブロックCRC付加部313から出力される各コードブロックごとにターボ符号化部314を設け、各コードブロックを並列してターボ符号化してもよい。 In the configuration described here, the turbo encoding unit 314 sequentially turbo-codes each code block output from the code block CRC adding unit 313 by time division. On the other hand, a turbo encoding unit 314 may be provided for each code block output from the code block CRC adding unit 313, and each code block may be turbo encoded in parallel.
 図6は、図2に示した復号処理部の具体例を示すブロック図である。図6に示すように、無線受信装置220が備える復号処理部224(図2参照)は、コードブロック分割部611と、デレートマッチング部612と、復号装置613と、を備えている。コードブロック分割部611には復調部223からトランスポートブロックが入力される。 FIG. 6 is a block diagram showing a specific example of the decryption processing unit shown in FIG. As illustrated in FIG. 6, the decoding processing unit 224 (see FIG. 2) included in the wireless reception device 220 includes a code block dividing unit 611, a derate matching unit 612, and a decoding device 613. A transport block is input from the demodulator 223 to the code block divider 611.
 コードブロック分割部611は、入力されたトランスポートブロックをブロック分割し、ブロック分割して得た各コードブロックをデレートマッチング部612へ出力する。デレートマッチング部612は、コードブロック分割部611から出力された各コードブロックに対してそれぞれデレートマッチングを行う。デレートマッチング部612は、デレートマッチングを行った各コードブロックを復号装置613へ出力する。 The code block division unit 611 divides the input transport block into blocks, and outputs each code block obtained by the block division to the derate matching unit 612. The derate matching unit 612 performs derate matching on each code block output from the code block dividing unit 611. The derate matching unit 612 outputs each code block subjected to derate matching to the decoding device 613.
 デレートマッチング部612が行うデレートマッチングの方式は、図3に示したレートマッチング部315によるレートマッチングに対応する方式である。復号装置613は、図1に示した復号装置100に対応する構成である。復号装置613は、デレートマッチング部612から出力された各コードブロックを復号して無線受信装置220の外部へ出力する。復号装置613の詳細な構成については後述(図7参照)する。 The derate matching method performed by the derate matching unit 612 is a method corresponding to the rate matching by the rate matching unit 315 shown in FIG. The decoding device 613 has a configuration corresponding to the decoding device 100 shown in FIG. The decoding device 613 decodes each code block output from the derate matching unit 612 and outputs the decoded code block to the outside of the wireless reception device 220. The detailed configuration of the decoding device 613 will be described later (see FIG. 7).
 図7は、図6に示した復号装置の具体例を示すブロック図である。ここでは、図3に示したコードブロック分割部312において、トランスポートブロックがn個のコードブロック#1~#nに分割されたとする。また、ここでは、復号装置613が、n個のコードブロックをn個のコードブロック処理部によって並列で処理する場合について説明する。 FIG. 7 is a block diagram showing a specific example of the decoding apparatus shown in FIG. Here, it is assumed that the transport block is divided into n code blocks # 1 to #n in the code block dividing unit 312 shown in FIG. Here, a case where the decoding apparatus 613 processes n code blocks in parallel by n code block processing units will be described.
 図7に示すように、復号装置613は、n個のコードブロック処理部#71~#7nと、コードブロック結合部714と、トランスポートブロックCRC検査部715と、再繰り返し制御部716と、を備えている。コードブロック処理部#71~#7nにはそれぞれコードブロック#1~#nが入力される。図5において説明したように、コードブロック#1~#nのそれぞれは符号化系列x,z1,z2を含んでいる。 As shown in FIG. 7, the decoding device 613 includes n code block processing units # 71 to # 7n, a code block combining unit 714, a transport block CRC checking unit 715, and a re-repetition control unit 716. I have. Code blocks # 1 to #n are input to code block processing units # 71 to # 7n, respectively. As described in FIG. 5, each of code blocks # 1 to #n includes encoded sequences x, z1, and z2.
 たとえば、コードブロック処理部#71には、コードブロック#1の符号化系列x,z1,z2が入力される。コードブロック処理部#71~#7nへそれぞれ入力されるコードブロック#1~#nは、図4の符号430に示したCRC符号431が付加された各コードブロック421と同様になる。ただし、コードブロック#1~#nは、無線送信装置210と無線受信装置220の間の伝送路で発生した誤りを含んでいる場合もある。 For example, the coded sequence x, z1, z2 of the code block # 1 is input to the code block processing unit # 71. The code blocks # 1 to #n input to the code block processing units # 71 to # 7n are the same as the code blocks 421 to which the CRC code 431 indicated by the reference numeral 430 in FIG. 4 is added. However, the code blocks # 1 to #n may include an error that has occurred in the transmission path between the wireless transmission device 210 and the wireless reception device 220.
 コードブロック処理部#71~#7nのそれぞれは、ターボ復号部711と、コードブロックCRC検査部712と、繰り返し制御部713と、を備えている。コードブロック処理部#71~#7nの各ターボ復号部711は、図1の復号部111に対応する構成である。コードブロック処理部#71~#7nの各コードブロックCRC検査部712は、図1の前段検出部112に対応する構成である。コードブロック処理部#71~#7nの各繰り返し制御部713は、図1の繰り返し制御部113に対応する構成である。 Each of the code block processing units # 71 to # 7n includes a turbo decoding unit 711, a code block CRC checking unit 712, and an iterative control unit 713. Each turbo decoding unit 711 of the code block processing units # 71 to # 7n has a configuration corresponding to the decoding unit 111 of FIG. Each code block CRC checking unit 712 of the code block processing units # 71 to # 7n has a configuration corresponding to the upstream detection unit 112 of FIG. Each repetition control unit 713 of the code block processing units # 71 to # 7n has a configuration corresponding to the repetition control unit 113 in FIG.
 ここでは、コードブロック処理部#71のターボ復号部711、コードブロックCRC検査部712および繰り返し制御部713について説明する。ターボ復号部711は、入力されたコードブロック#1を誤り訂正復号し、誤り訂正復号したコードブロック#1をコードブロックCRC検査部712および繰り返し制御部713のそれぞれへ出力する。 Here, the turbo decoding unit 711, the code block CRC checking unit 712, and the repetition control unit 713 of the code block processing unit # 71 will be described. The turbo decoding unit 711 performs error correction decoding on the input code block # 1, and outputs the error corrected decoded code block # 1 to the code block CRC check unit 712 and the repetition control unit 713, respectively.
 また、ターボ復号部711は、誤り訂正復号したコードブロック#1を保持しておき、繰り返し制御部713から繰り返し制御信号が出力されるとコードブロック#1の誤り訂正復号を再度行う。ターボ復号部711は、再度誤り訂正復号を行ったコードブロック#1をコードブロックCRC検査部712および繰り返し制御部713へ出力する。 Also, the turbo decoding unit 711 holds the code block # 1 subjected to error correction decoding, and performs error correction decoding of the code block # 1 again when a repetition control signal is output from the repetition control unit 713. The turbo decoding unit 711 outputs the code block # 1 subjected to error correction decoding again to the code block CRC checking unit 712 and the repetition control unit 713.
 ターボ復号部711が行うターボ復号としては、MAP復号(Maximum A Posteriori Probability Decoding:最大事後確率復号)や、SOVA(Soft Output Viterbi Algorithm:軟出力ビタビアルゴリズム)などの種々の復号技術を用いることができる。 As the turbo decoding performed by the turbo decoding unit 711, various decoding techniques such as MAP decoding (Maximum A Posteriori Probability Decoding) and SOVA (Soft Output Viterbi Algorithm: Soft Output Viterbi Algorithm) can be used. .
 コードブロックCRC検査部712は、ターボ復号部711から出力されたコードブロック#1をCRC検査することで誤り検出を行い、誤り検出の結果を繰り返し制御部713へ出力する。繰り返し制御部713は、コードブロックCRC検査部712によってコードブロック#1の誤りが検出された場合は、ターボ復号部711へ繰り返し制御信号を出力する。また、繰り返し制御部713は、再繰り返し制御部716から再繰り返し制御信号が出力された場合にもターボ復号部711へ繰り返し制御信号を出力する。 The code block CRC checking unit 712 performs error detection by performing CRC check on the code block # 1 output from the turbo decoding unit 711, and repeatedly outputs the error detection result to the control unit 713. The iterative control unit 713 outputs a repetitive control signal to the turbo decoding unit 711 when the code block CRC checking unit 712 detects an error in the code block # 1. The iterative control unit 713 also outputs the iterative control signal to the turbo decoding unit 711 even when the iterative control signal is output from the iterative control unit 716.
 繰り返し制御部713からターボ復号部711へ繰り返し制御信号が出力されると、コードブロック#1がターボ復号部711によって再度誤り訂正復号され、コードブロックCRC検査部712によって誤り検出される。また、繰り返し制御部713は、コードブロックCRC検査部712によってコードブロック#1の誤りが検出されなかった場合は誤りが検出されなかったコードブロック#1をコードブロック結合部714へ出力する。 When a repetitive control signal is output from the repetitive control unit 713 to the turbo decoding unit 711, the code block # 1 is subjected to error correction decoding again by the turbo decoding unit 711, and an error is detected by the code block CRC checking unit 712. In addition, when the code block CRC checking unit 712 does not detect an error in the code block # 1, the repetition control unit 713 outputs the code block # 1 in which no error is detected to the code block combining unit 714.
 また、繰り返し制御部713には、誤り訂正復号の繰り返し回数の最大値(以下、「最大繰り返し回数」という)があらかじめ設定されている。繰り返し制御部713は、コードブロック#1の誤りが検出された場合でも、誤り訂正復号を繰り返す回数が最大繰り返し回数を超える場合は繰り返し制御信号を出力しない。この場合は、繰り返し制御部713は、復号に失敗したことを示す復号NG信号を再繰り返し制御部716へ出力する。 Also, in the repetition control unit 713, a maximum value of the number of repetitions of error correction decoding (hereinafter referred to as “maximum number of repetitions”) is set in advance. Even when an error in code block # 1 is detected, repetition control section 713 does not output a repetition control signal if the number of repetitions of error correction decoding exceeds the maximum number of repetitions. In this case, the repetition control unit 713 outputs a decoded NG signal indicating that decoding has failed to the re-repetition control unit 716.
 コードブロック処理部#72~#7nも、それぞれ入力されたコードブロック#2~#nに対して、上述したコードブロック処理部#71の処理と同様の処理を行う。これにより、コードブロック処理部#71~#7nにおいて誤りが検出されなくなるまで誤り訂正復号されたコードブロック#1~#nがコードブロック結合部714へ入力される。 The code block processing units # 72 to # 7n also perform the same processing as the processing of the code block processing unit # 71 described above on the input code blocks # 2 to #n, respectively. Thus, code blocks # 1 to #n that have been subjected to error correction decoding until no error is detected in code block processing units # 71 to # 7n are input to code block combining unit 714.
 または、コードブロック処理部#71~#7nのいずれかにおいて誤り訂正復号を繰り返す回数が最大繰り返し回数を超えた場合は、再繰り返し制御部716へ復号NG信号が出力される。ここでは、コードブロック処理部#71~#7nのすべてにおいて、最大繰り返し回数以内の誤り訂正復号で誤りが検出されなくなり、コードブロック#1~#nがコードブロック結合部714へ入力されたとする。 Alternatively, when the number of times error correction decoding is repeated exceeds the maximum number of repetitions in any of code block processing units # 71 to # 7n, a decoded NG signal is output to re-repetition control unit 716. Here, it is assumed that in all of the code block processing units # 71 to # 7n, no error is detected by error correction decoding within the maximum number of repetitions, and the code blocks # 1 to #n are input to the code block combining unit 714.
 コードブロック結合部714へ入力されるコードブロック#1~#nは、図4の符号420に示した各コードブロック421と同様になる。ただし、コードブロック#1~#nはコードブロックCRC検査部712による見逃し誤りを含んでいる場合もある。コードブロック結合部714は、コードブロック処理部#71~#7nから出力されたコードブロック#1~#nがすべて入力されるとコードブロック#1~#nをブロック結合する。 The code blocks # 1 to #n input to the code block combining unit 714 are the same as the code blocks 421 indicated by reference numeral 420 in FIG. However, the code blocks # 1 to #n may include an overlooked error by the code block CRC check unit 712. When all the code blocks # 1 to #n output from the code block processing units # 71 to # 7n are input, the code block combining unit 714 blocks the code blocks # 1 to #n.
 コードブロック結合部714がブロック結合して得たトランスポートブロックは、図4の符号410に示したデータ(CRC符号412が付加されたトランスポートブロック411)と同様になる。ただし、このブロック結合して得たトランスポートブロックはコードブロックCRC検査部712による見逃し誤りを含んでいる場合もある。コードブロック結合部714は、ブロック結合したトランスポートブロックをトランスポートブロックCRC検査部715および再繰り返し制御部716へ出力する。 The transport block obtained by block combination by the code block combining unit 714 is the same as the data indicated by reference numeral 410 in FIG. 4 (transport block 411 to which the CRC code 412 is added). However, the transport block obtained by combining the blocks may include an overlooked error by the code block CRC checking unit 712. The code block combining unit 714 outputs the block combined transport block to the transport block CRC checking unit 715 and the repeat control unit 716.
 トランスポートブロックCRC検査部715は、コードブロック結合部714から出力されたトランスポートブロックをCRC検査することで誤り検出を行い、誤り検出の結果を再繰り返し制御部716へ出力する。再繰り返し制御部716は、トランスポートブロックCRC検査部715によってトランスポートブロックの誤りが検出された場合は、コードブロック処理部#71~#7nのそれぞれに再繰り返し制御信号を出力する。 The transport block CRC check unit 715 performs error detection by performing CRC check on the transport block output from the code block combining unit 714, and outputs the error detection result to the repeat control unit 716. When the transport block CRC checking unit 715 detects a transport block error, the repeat control unit 716 outputs a repeat control signal to each of the code block processing units # 71 to # 7n.
 これにより、コードブロック#1~#nが、コードブロック処理部#71~#7nによってそれぞれ再度誤り訂正復号される。そして、上述したコードブロック処理部#71~#7nの処理が再度行われ、コードブロック結合部714によるコードブロック#1~#nのブロック結合およびトランスポートブロックCRC検査部715によるCRC検査が再度行われる。再繰り返し制御部716は、トランスポートブロックCRC検査部715により誤りが検出されなくなるまで再繰り返し制御信号を出力する。 Thus, the code blocks # 1 to #n are again subjected to error correction decoding by the code block processing units # 71 to # 7n, respectively. Then, the above-described processing of the code block processing units # 71 to # 7n is performed again, and the block combination of the code blocks # 1 to #n by the code block combining unit 714 and the CRC check by the transport block CRC checking unit 715 are performed again. Is called. The repeat control unit 716 outputs a repeat control signal until no error is detected by the transport block CRC check unit 715.
 また、再繰り返し制御部716は、トランスポートブロックCRC検査部715によって誤りが検出されなかった場合は、誤りが検出されなかったトランスポートブロックを復号装置613の外部へ出力する。また、再繰り返し制御部716は、コードブロック処理部#71~#7nのいずれかから復号NG信号が出力された場合は繰り返し制御を中止する。この場合は、再繰り返し制御部716は、たとえば、無線送信装置210へ再送要求信号を送信するように上位レイヤへ依頼することでコードブロックの再送処理を行う。 In addition, when no error is detected by the transport block CRC checking unit 715, the re-repetition control unit 716 outputs a transport block in which no error is detected to the outside of the decoding device 613. Further, the repeat control section 716 stops the repeat control when the decoded NG signal is output from any of the code block processing sections # 71 to # 7n. In this case, for example, the repeat control unit 716 performs code block retransmission processing by requesting the upper layer to transmit a retransmission request signal to the wireless transmission device 210.
 上記のコードブロック処理部#71~#7nのそれぞれは、たとえばn個のDSP(Digital Signal Processor)によって実現することができる。また、コードブロック結合部714、トランスポートブロックCRC検査部715および再繰り返し制御部716も、たとえばCPUによって実現することができる。 Each of the code block processing units # 71 to # 7n described above can be realized by, for example, n DSPs (Digital Signal Processors). Further, the code block combining unit 714, the transport block CRC checking unit 715, and the repeat control unit 716 can also be realized by a CPU, for example.
 なお、ここでは、復号装置613がn個のコードブロックをn個のコードブロック処理部によって並列で処理する構成について説明したが、このような構成には限られない。たとえば、コードブロック処理部を一つ設け、n個のコードブロックを一つのコードブロック処理部によって時分割処理する構成にしてもよい。 In addition, although the structure which the decoding apparatus 613 processes n code blocks in parallel by n code block process parts was demonstrated here, it is not restricted to such a structure. For example, one code block processing unit may be provided and n code blocks may be time-division processed by one code block processing unit.
 また、コードブロック処理部#71~#7nの各ターボ復号部711は、再度誤り訂正復号を行うためにそれぞれコードブロック#1~#nを保持しておくメモリ(不図示)を備えている。また、コードブロック結合部714は、コードブロック#1~#nが揃うまで各コードブロックを保持しておくメモリ(不図示)を備えている。 In addition, each turbo decoding unit 711 of the code block processing units # 71 to # 7n includes a memory (not shown) that holds the code blocks # 1 to #n, respectively, in order to perform error correction decoding again. The code block combining unit 714 includes a memory (not shown) that holds each code block until the code blocks # 1 to #n are prepared.
 図8は、図7に示した繰り返し制御部の一部の具体例を示すブロック図である。図8に示すように、繰り返し制御部713は、判定部811と、繰り返し回数カウンタ812と、を備えている。判定部811は、新たなコードブロック群が復号装置613に入力されるたびに、繰り返し回数カウンタ812を初期化する(たとえば回数を「1」にする)。 FIG. 8 is a block diagram showing a specific example of a part of the repetitive control unit shown in FIG. As illustrated in FIG. 8, the repetition control unit 713 includes a determination unit 811 and a repetition number counter 812. The determination unit 811 initializes the iteration count counter 812 (for example, sets the count to “1”) each time a new code block group is input to the decoding device 613.
 また、判定部811は、コードブロックCRC検査部712から誤りが検出された旨の検出結果が出力されると、繰り返し回数カウンタ812をインクリメントする。なお、上述のように、繰り返し制御部713は再繰り返し制御信号が入力された場合にも繰り返し制御信号を出力するが、ここではその機能の図示を省略している。 Also, the determination unit 811 increments the repeat count counter 812 when a detection result indicating that an error is detected is output from the code block CRC check unit 712. As described above, the repeat control unit 713 outputs a repeat control signal even when a repeat control signal is input, but the illustration of the function is omitted here.
 そして、判定部811は、繰り返し回数カウンタ812を参照し、繰り返し回数カウンタ812の繰り返し回数が最大繰り返し回数以内である場合は、ターボ復号部711へ繰り返し制御信号を出力する。一方、繰り返し回数カウンタ812の繰り返し回数が最大再繰り返し回数を超えた場合は、判定部811は、ターボ復号部711へ繰り返し制御信号を出力せずに、再繰り返し制御部716へ復号NG信号を出力(エラー処理)する。 Then, the determination unit 811 refers to the iteration count counter 812, and outputs an iteration control signal to the turbo decoding unit 711 when the iteration count of the iteration count counter 812 is within the maximum iteration count. On the other hand, when the number of repetitions of the repetition number counter 812 exceeds the maximum number of repetitions, the determination unit 811 outputs a decoded NG signal to the repetition control unit 716 without outputting the repetition control signal to the turbo decoding unit 711. (Error handling).
 図9は、実施の形態1にかかる復号装置の動作の一例(その1)を示すフローチャートである。ここではコードブロック処理部#71の動作について説明するが、コードブロック処理部#72~#7nの動作も同様である。まず、繰り返し制御部713の判定部811が繰り返し回数カウンタ812を初期化する(ステップS901)。つぎに、ターボ復号部711がコードブロック#1を誤り訂正復号する(ステップS902)。 FIG. 9 is a flowchart of an example (part 1) of the operation of the decoding apparatus according to the first embodiment. Although the operation of the code block processing unit # 71 will be described here, the operation of the code block processing units # 72 to # 7n is the same. First, the determination unit 811 of the repetition control unit 713 initializes the repetition number counter 812 (step S901). Next, the turbo decoding unit 711 performs error correction decoding on the code block # 1 (step S902).
 つぎに、コードブロックCRC検査部712が、ステップS902によって誤り訂正復号されたコードブロック#1に対してCRC検査を行う(ステップS903)。つぎに、繰り返し制御部713が、ステップS903によってコードブロック#1の誤りが検出されたか否かを判断する(ステップS904)。誤りが検出されなかった場合(ステップS904:No)は、ステップS902によって誤り訂正復号されたコードブロック#1をコードブロック結合部714へ出力し(ステップS905)、一連の処理を終了する。 Next, the code block CRC checker 712 performs a CRC check on the code block # 1 that has been subjected to error correction decoding in step S902 (step S903). Next, the iterative control unit 713 determines whether or not an error in the code block # 1 is detected in step S903 (step S904). If no error is detected (step S904: No), the code block # 1 that has been subjected to error correction decoding in step S902 is output to the code block combining unit 714 (step S905), and the series of processing ends.
 ステップS904において誤りが検出された場合(ステップS904:Yes)は、繰り返し制御部713の判定部811が、繰り返し回数カウンタ812をインクリメントする(ステップS906)。つぎに、判定部811が、ステップS906によってインクリメントされた繰り返し回数カウンタ812の繰り返し回数があらかじめ設定された最大繰り返し回数以内か否かを判断する(ステップS907)。 When an error is detected in step S904 (step S904: Yes), the determination unit 811 of the repetition control unit 713 increments the repetition number counter 812 (step S906). Next, the determination unit 811 determines whether or not the number of repetitions of the repetition number counter 812 incremented in step S906 is within a preset maximum number of repetitions (step S907).
 ステップS907において、繰り返し回数カウンタ812の回数が最大繰り返し回数以内である場合(ステップS907:Yes)は、ステップS902に戻ってコードブロック#1を再度誤り訂正復号し、処理を続行する。繰り返し回数カウンタ812の回数が最大繰り返し回数以内でない場合(ステップS907:No)は、復号NG信号を再繰り返し制御部716へ出力し(ステップS908)、一連の動作を終了する。 If it is determined in step S907 that the number of repetitions counter 812 is within the maximum number of repetitions (step S907: Yes), the process returns to step S902, and error correction decoding is performed again on the code block # 1, and the process is continued. If the number of repetitions counter 812 is not within the maximum number of repetitions (step S907: No), the decoded NG signal is output to the re-repetition control unit 716 (step S908), and the series of operations is terminated.
 以上の各ステップを、コードブロック処理部#72~#7nも同様に、それぞれコードブロック#2~#nに対して行う。また、コードブロック処理部#71~#7nのそれぞれは、再繰り返し制御部716から再繰り返し制御信号が出力されると、ステップS901~S908を再度行う。これにより、コードブロック処理部#71~#7nの各繰り返し回数カウンタ812が初期化されて誤り訂正復号が再度行われる。 The above steps are similarly performed for the code blocks # 2 to #n by the code block processing units # 72 to # 7n. Further, each of the code block processing units # 71 to # 7n performs steps S901 to S908 again when the re-repetition control signal is output from the re-repetition control unit 716. As a result, each iteration number counter 812 of the code block processing units # 71 to # 7n is initialized, and error correction decoding is performed again.
 または、コードブロック処理部#71~#7nのそれぞれは、再繰り返し制御部716から再繰り返し制御信号が出力された場合に、ステップS902~S908を再度行うようにしてもよい。この場合は、再繰り返し制御信号が出力されても繰り返し回数カウンタ812が初期化されずに誤り訂正復号が再度行われる。 Alternatively, each of the code block processing units # 71 to # 7n may perform Steps S902 to S908 again when a repeat control signal is output from the repeat control unit 716. In this case, even if a re-repetition control signal is output, error correction decoding is performed again without the repetition counter 812 being initialized.
 図10は、実施の形態1にかかる復号装置の動作の一例(その2)を示すフローチャートである。ここでは、コードブロック結合部714、トランスポートブロックCRC検査部715および再繰り返し制御部716の動作について説明する。まず、コードブロック結合部714が、すべてのコードブロック#1~#nが入力されたか否かを判断し(ステップS1001)、入力されるまで待つ(ステップS1001:Noのループ)。 FIG. 10 is a flowchart of an example (part 2) of the operation of the decoding apparatus according to the first embodiment. Here, operations of the code block combining unit 714, the transport block CRC checking unit 715, and the repeat control unit 716 will be described. First, the code block combining unit 714 determines whether all the code blocks # 1 to #n have been input (step S1001) and waits until they are input (step S1001: No loop).
 ステップS1001においてすべてのコードブロック#1~#nが入力されると、コードブロック結合部714が、コードブロック#1~#n(各コードブロック)をブロック結合する(ステップS1002)。つぎに、トランスポートブロックCRC検査部715が、ステップS1002のブロック結合によって得られたトランスポートブロックに対してCRC検査を行う(ステップS1003)。 When all the code blocks # 1 to #n are input in step S1001, the code block combining unit 714 performs block combination of the code blocks # 1 to #n (each code block) (step S1002). Next, the transport block CRC checking unit 715 performs CRC check on the transport block obtained by the block combination in step S1002 (step S1003).
 つぎに、再繰り返し制御部716が、ステップS1003によってトランスポートブロックの誤りが検出されたか否かを判断する(ステップS1004)。誤りが検出されなかった場合(ステップS1004:No)は、ステップS1002によって得られたトランスポートブロックを外部へ出力し(ステップS1005)、一連の処理を終了する。 Next, the repeat control unit 716 determines whether an error in the transport block has been detected in step S1003 (step S1004). If no error is detected (step S1004: No), the transport block obtained in step S1002 is output to the outside (step S1005), and the series of processing ends.
 ステップS1004において、誤りが検出された場合(ステップS1004:Yes)は、コードブロック処理部#71~#7nのそれぞれに再繰り返し制御信号を出力する(ステップS1006)。つぎに、ステップS1001に戻りすべてのコードブロック#1~#nが再度入力されるまで待ち、処理を続行する。また、再繰り返し制御部716は、コードブロック処理部#71~#7nのいずれかから復号NG信号が出力された場合は、図10に示した動作を中止してコードブロックの再送処理を行う。 If an error is detected in step S1004 (step S1004: Yes), the control signal is output again to each of the code block processing units # 71 to # 7n (step S1006). Next, the process returns to step S1001, waits until all the code blocks # 1 to #n are input again, and the processing is continued. In addition, when a decoded NG signal is output from any of code block processing units # 71 to # 7n, re-repetition control unit 716 stops the operation shown in FIG. 10 and performs code block retransmission processing.
(繰り返し復号処理回数の削減量についての検討)
 つぎに、従来の復号装置と比較して、復号装置613を用いた場合における繰り返し復号処理回数の確率的な削減量について検討する。ここでは、一例として、上記特許文献1に記載された復号装置との比較を行う。また、ここでは、トランスポートブロックCRC検査部715においては見逃し誤りが発生しないと仮定する。
(Examination of reduction in the number of iterations)
Next, as compared with the conventional decoding device, the stochastic reduction amount of the number of repeated decoding processes when the decoding device 613 is used will be examined. Here, as an example, a comparison with the decoding device described in Patent Document 1 is performed. Here, it is assumed that the transport block CRC check unit 715 does not cause an oversight error.
 なお、実際にはトランスポートブロックCRC検査部715においても見逃し誤りが発生しうる。しかし、トランスポートブロックCRC検査部715へ入力されるコードブロック#1~#nは、コードブロック処理部#71~#7nにおいて誤りが検出されなかった各データを結合したものであるため誤りは少ない。このため、トランスポートブロックCRC検査部715における見逃し誤りの確率は極めて低い。 Actually, the transport block CRC check unit 715 may cause an oversight error. However, the code blocks # 1 to #n input to the transport block CRC check unit 715 are obtained by combining the data in which no error was detected in the code block processing units # 71 to # 7n, so there are few errors. . For this reason, the probability of a miss in the transport block CRC checker 715 is extremely low.
 また、上記特許文献1に記載された復号装置においても、トランスポートブロックのCRC検査において見逃し誤りが発生しうることは復号装置613と同様である。このため、トランスポートブロックCRC検査部715においては見逃し誤りが発生しないと仮定しても以下の検討結果に影響はないと考えられる。 Also in the decoding device described in the above-mentioned Patent Document 1, it is the same as the decoding device 613 that an overlook error can occur in the CRC check of the transport block. For this reason, even if it is assumed in the transport block CRC check unit 715 that no oversight error occurs, it is considered that the following examination results are not affected.
 図11は、繰り返し回数ごとの見逃し誤り回数とBERの一例を示す図である。図11に示す表1100は、上記特許文献1に記載された復号装置における、誤りビット数1110と、BER1120(Bit Error Rate:ビット誤り率)と、見逃し誤り回数1130と、を復号処理の繰り返し回数1140ごとに示している。 FIG. 11 is a diagram showing an example of the number of missed errors and the BER for each number of repetitions. A table 1100 shown in FIG. 11 shows the number of repetitions of the decoding process for the number of error bits 1110, the BER 1120 (Bit Error Rate), and the number of missed errors 1130 in the decoding apparatus described in Patent Document 1. Each 1140 is shown.
 誤りビット数1110およびBER1120は、コードブロックをターボ復号して、ターボ復号したコードブロックをCRC検査して算出された誤りビット数およびBERをそれぞれ示している。見逃し誤り回数1130は、ターボ復号したコードブロックをCRC検査したときに発生した見逃し誤り回数を示している。 The error bit number 1110 and the BER 1120 indicate the error bit number and the BER calculated by turbo-decoding the code block and CRC checking the turbo-decoded code block, respectively. The number of missed errors 1130 indicates the number of missed errors that occurred when the turbo-decoded code block was CRC checked.
 表1100により、ターボ復号においては、復号処理の繰り返し回数1140が多くなるほど誤りビット数1110、BER1120および見逃し誤り回数1130が少なくなることが分かる。ここでは、上記特許文献1に記載された復号装置における復号処理の繰り返し回数1140を、見逃し誤り回数1130が0となる最小の回数である6回に設定すると仮定する。また、上記特許文献1と条件を合わせるために、1つのコードブロックのサイズ(上記所定サイズc+CRC符号の8ビット)を648ビットとする。 Table 1100 shows that in turbo decoding, the number of error bits 1110, BER 1120, and number of missed errors 1130 decreases as the number of repetitions 1140 of the decoding process increases. Here, it is assumed that the number of repetitions 1140 of the decoding process in the decoding apparatus described in Patent Document 1 is set to 6 which is the minimum number of times that the number of missed errors 1130 is zero. In order to match the conditions with the above-mentioned Patent Document 1, the size of one code block (the predetermined size c + 8 bits of the CRC code) is set to 648 bits.
 図12は、繰り返し回数ごとの誤りの数と見逃し誤り回数を示す図である。図12において、図11に示した部分と同様の部分については同一の符号を付して説明を省略する。図12に示す表1200は、実際に誤りのあった誤り検出符号の数1210と、見逃し誤り回数1130と、誤り検出符号の数1210に対する見逃し誤り回数1130の比率1220と、を復号処理の繰り返し回数1140ごとに示している。 FIG. 12 is a diagram showing the number of errors and the number of missed errors for each number of repetitions. In FIG. 12, the same parts as those shown in FIG. The table 1200 shown in FIG. 12 shows the number of error detection codes 1210 that actually have errors, the number of missed errors 1130, and the ratio 1220 of the number of missed errors 1130 to the number of error detection codes 1210, and the number of repetitions of decoding processing. Each 1140 is shown.
 ここで、復号処理の繰り返し回数1140に対するBLER(BLock Error Rate:1つのコードブロックに誤りが含まれる確率)をBER1120から理論的に導く。BLERは、コードブロック内に1ビットも誤りが発生しない確率を1から引けば求めることができる。したがって、BLERは下記(1)式により示すことができる。 Here, the BLER (BLock Error Rate: probability that an error is included in one code block) with respect to the number of iterations 1140 of the decoding process is theoretically derived from the BER 1120. BLER can be obtained by subtracting from 1 the probability that no error occurs in the code block. Therefore, BLER can be expressed by the following equation (1).
 BLER(n)=(1-(1-Ber(n))^z)    …(1) BLER (n) = (1- (1-Ber (n)) ^ z) ... (1)
 上記(1)式において、nは復号処理の繰り返し回数1140を示している。Ber(n)は復号処理の繰り返し回数1140に対するBER1120を示している。zは1つのコードブロックのビット数(ここでは648ビット)を示している。 In the above equation (1), n indicates the number of repetitions 1140 of the decoding process. Ber (n) indicates the BER 1120 with respect to the number of decoding processing iterations 1140. z indicates the number of bits of one code block (here, 648 bits).
 図13は、繰り返し回数ごとのBLERを示す図である。図13に示す表1300は、BLER1310と見逃し誤り率1320とを復号処理の繰り返し回140ごとに示している。BLER1310は、上記(1)式と、図11の表1100に示した繰り返し回数1140ごとのBER1120と、に基づいて算出したBLERである。 FIG. 13 is a diagram showing BLER for each number of repetitions. A table 1300 shown in FIG. 13 shows the BLER 1310 and the missed error rate 1320 for each iteration 140 of the decoding process. The BLER 1310 is a BLER calculated based on the above equation (1) and the BER 1120 for each number of repetitions 1140 shown in the table 1100 of FIG.
 見逃し誤り率1320は、繰り返し回数nごとのCRC検査における見逃し誤り率である。見逃し誤り率1320をβ(n)とすると、β(n)は、表1200の比率1220(q(n)とする)と、BLER1310(BLER(n)とする)と、の乗算で求めることができる。したがって、β(n)は下記(2)式によって示すことができる。 The missed error rate 1320 is a missed error rate in the CRC inspection for each repetition count n. Assuming that the missed error rate 1320 is β (n), β (n) can be obtained by multiplying the ratio 1220 (assumed to be q (n)) of Table 1200 and BLER 1310 (assumed to be BLER (n)). it can. Therefore, β (n) can be expressed by the following equation (2).
 β(n)=q(n)・BLER(n)    …(2) Β (n) = q (n) · BLER (n) (2)
 つぎに、上記特許文献1に記載された復号装置における復号処理の繰り返し回数の期待値E1を求める。まず、復号処理の繰り返し回数nごとに、CRC検査による誤り検出結果が誤りなし(見逃し誤りの場合も含む)となる確率P(n)を求める。復号処理の繰り返し回数nの1回前(n-1)までにCRC検査による誤り検出結果が誤りなしとならなかった確率P1(n)とすると、復号処理の繰り返し回数nのときにCRC検査による誤り検出結果が誤りなしとなる確率P(n)は下記(3)式によって示すことができる。 Next, an expected value E1 of the number of repetitions of the decoding process in the decoding device described in Patent Document 1 is obtained. First, the probability P (n) that the error detection result by the CRC check is error free (including a case of an overlooked error) is obtained for every n repetition times of the decoding process. If the probability P1 (n) that the error detection result by the CRC check is not error before the number n of the decoding process iteration n is (n−1), the CRC check is performed at the decoding process iteration number n. The probability P (n) that the error detection result is error-free can be expressed by the following equation (3).
 P(n)=P1(n)・{1-BLER(n)} ∵n≧1    …(3) P (n) = P1 (n) · {1-BLER (n)} ∵n ≧ 1 (3)
 上記(3)式において、P1(n)はn-1回のすべての誤り検出において誤りが検出される場合の確率であるため、P1(n)は下記(4)式によって示すことができる。 In the above equation (3), P1 (n) is the probability that an error is detected in all n-1 error detections, so P1 (n) can be expressed by the following equation (4).
Figure JPOXMLDOC01-appb-M000001
Figure JPOXMLDOC01-appb-M000001
 上記特許文献1に記載された復号装置における復号処理の繰り返し回数の期待値E1は、上記(3)式によって示した確率P(n)にコードブロック数分の繰り返し回数を乗算することで求められるため、期待値E1は下記(5)式によって示すことができる。 The expected value E1 of the number of repetitions of the decoding process in the decoding apparatus described in Patent Document 1 is obtained by multiplying the probability P (n) expressed by the above equation (3) by the number of repetitions for the number of code blocks. Therefore, the expected value E1 can be expressed by the following equation (5).
Figure JPOXMLDOC01-appb-M000002
Figure JPOXMLDOC01-appb-M000002
 上記(5)式において、繰り返し拘束回数Rは上述したように6である。jは最大繰り返し回数である。ここでは、上記特許文献1の記載の通りj=8とする。kはコードブロック数である。期待値E1の計算結果については後述する(図14参照)。 In the above equation (5), the number of repeated restraints R is 6 as described above. j is the maximum number of repetitions. Here, j = 8 as described in Patent Document 1 above. k is the number of code blocks. The calculation result of the expected value E1 will be described later (see FIG. 14).
 つぎに、復号装置613における復号処理の繰り返し回数の期待値E2を算出する。繰り返し回数nでCRC検査による誤り検出結果が誤りなしとなる確率P(n)はP1(n)+P2で示すことができる。ここで、確率P1(n)は、前回の繰り返し回数(n-1)までに誤りありとならない確率P1(n)である。P1(n)については、上記特許文献1と同様であり、上記(3)式によってP1(n)を示すことができる。 Next, an expected value E2 of the number of repetitions of the decoding process in the decoding device 613 is calculated. The probability P (n) that the error detection result by the CRC check is error-free at the number of repetitions n can be expressed as P1 (n) + P2. Here, the probability P1 (n) is the probability P1 (n) that no error occurs until the previous number of repetitions (n−1). About P1 (n), it is the same as that of the said patent document 1, and P1 (n) can be shown by said (3) Formula.
 確率P2は、他のコードブロックにおいて見逃し誤りが発生し、再繰り返し制御部716の制御による復号処理の再繰り返しが行われる場合の確率である。確率P2は、繰り返し回数nにかかわらず見逃し誤りが発生する確率であるため、繰り返し回数n-1までCRC検査による誤り検出結果が誤りありであった確率とβ(n)の乗算値の累積値として表すことができる。したがって、確率P2は下記(6)式によって示すことができる。 The probability P2 is a probability when a miss error occurs in another code block and the decoding process is repeated again under the control of the repetition control unit 716. Since the probability P2 is a probability that an overlooked error will occur regardless of the number of repetitions n, the probability that the error detection result by the CRC check was erroneous up to the number of repetitions n−1 and the cumulative value of the product of β (n) Can be expressed as Therefore, the probability P2 can be expressed by the following equation (6).
Figure JPOXMLDOC01-appb-M000003
Figure JPOXMLDOC01-appb-M000003
 上記(6)式において、j=8とし、BLER(m-1)、β(n)の値を表1300に基づいて代入すると、確率P2=0.008874759となる。このため、復号装置613における復号処理の繰り返し回数の期待値E2は、コードブロック数分の繰り返し回数を乗算することで表すことができるため、下記(7)式によって示すことができる。 In the above equation (6), when j = 8 and the values of BLER (m−1) and β (n) are substituted based on the table 1300, the probability P2 = 0.888874759 is obtained. For this reason, since the expected value E2 of the number of repetitions of the decoding process in the decoding device 613 can be expressed by multiplying the number of repetitions by the number of code blocks, it can be expressed by the following equation (7).
Figure JPOXMLDOC01-appb-M000004
Figure JPOXMLDOC01-appb-M000004
 図14は、繰り返し復号回数の比較の一例を示す図である。表1400は、上記特許文献1に記載された復号装置における復号処理の繰り返し回数の期待値E1(特許文献1)と、復号装置613における復号処理の繰り返し回数の期待値E2(本実施の形態)と、期待値E1に対する期待値E2の削減率[%]をコードブロック数kごとに示している。 FIG. 14 is a diagram showing an example of comparison of the number of repeated decoding. Table 1400 shows an expected value E1 of the number of repetitions of the decoding process in the decoding apparatus described in Patent Document 1 (Patent Document 1) and an expected value E2 of the number of repetitions of the decoding process in decoding apparatus 613 (this embodiment). The reduction rate [%] of the expected value E2 with respect to the expected value E1 is shown for each code block number k.
 表1400に示すように、復号装置613は、上記特許文献1に記載された復号装置に対して復号処理の繰り返し回数を削減することができる。特に、コードブロック数kが小さいほど復号装置613による復号処理の繰り返し回数の削減効果が大きい。たとえば、コードブロック数k=1の場合は、上記特許文献1に記載された復号装置の期待値E1に対する復号装置613の復号処理の期待値E2の削減率は33.6[%]となる。 As shown in Table 1400, the decoding device 613 can reduce the number of times the decoding process is repeated with respect to the decoding device described in Patent Document 1. In particular, the smaller the number k of code blocks, the greater the effect of reducing the number of repetitions of decoding processing by the decoding device 613. For example, when the number of code blocks k = 1, the reduction rate of the expected value E2 of the decoding process of the decoding device 613 with respect to the expected value E1 of the decoding device described in Patent Document 1 is 33.6 [%].
 このように、実施の形態1にかかる復号装置613によれば、ブロック分割して得られた各データの誤り検出における見逃し誤りを、各データをブロック結合したデータの誤り検出により検出する。そして、データの誤り検出における見逃し誤りを検出した場合には誤り訂正復号を再度行って誤り訂正することができる。 As described above, according to the decoding apparatus 613 according to the first embodiment, an oversight error in error detection of each data obtained by dividing a block is detected by error detection of data obtained by block-combining each data. When a missed error is detected in data error detection, error correction decoding can be performed again to correct the error.
 このため、復号処理の拘束回数を設定しなくても通信品質の向上を図ることができる。また、復号処理の拘束回数を設定しなくても通信品質の向上を図ることができるため、誤りが発生していない場合の復号処理の回数を少なくして処理量を低減することができる。このため、処理時間の短縮および消費電力の低減を図ることができる。 For this reason, it is possible to improve the communication quality without setting the number of times of restriction of the decoding process. Further, since it is possible to improve communication quality without setting the number of times of restriction of decoding processing, it is possible to reduce the amount of processing by reducing the number of times of decoding processing when no error occurs. For this reason, shortening of processing time and reduction of power consumption can be aimed at.
 また、復号処理の拘束回数を設定する構成としてもよい。この場合も、各データの誤り検出における見逃し誤りが発生した場合は再度復号処理を行うことができるため、設定する復号処理の拘束回数を少なくしても通信品質を維持することができる。このため、設定する復号処理の拘束回数を少なくして処理量の低減を図ることができる。 Also, the configuration may be such that the number of times of restriction of the decoding process is set. Also in this case, if an overlook error occurs in error detection of each data, the decoding process can be performed again, so that the communication quality can be maintained even if the number of times of setting the decoding process is reduced. For this reason, it is possible to reduce the amount of processing by reducing the number of times of restriction of the decoding process to be set.
 また、実施の形態1にかかる復号装置613を備える無線受信装置220(受信装置)によれば、通信品質の向上および処理量の低減を図ることができる。また、無線送信装置210および無線受信装置220を備える無線通信システム200(通信システム)によれば、通信品質の向上および処理量の低減を図ることができる。 Further, according to the wireless reception device 220 (reception device) including the decoding device 613 according to the first embodiment, it is possible to improve communication quality and reduce the processing amount. Further, according to the wireless communication system 200 (communication system) including the wireless transmission device 210 and the wireless reception device 220, it is possible to improve the communication quality and reduce the processing amount.
(実施の形態2)
 実施の形態2にかかる無線通信システム200の基本的な構成は、実施の形態1において説明した構成と同様であるため説明を省略する。実施の形態2にかかる復号装置613においては、再繰り返し制御部716の制御による誤り訂正復号の再繰り返し回数の最大値(以下、「最大再繰り返し回数」という)をあらかじめ設定する。
(Embodiment 2)
Since the basic configuration of the wireless communication system 200 according to the second embodiment is the same as the configuration described in the first embodiment, the description thereof is omitted. In the decoding apparatus 613 according to the second embodiment, a maximum value of the number of re-repetitions of error correction decoding under the control of the re-repetition control unit 716 (hereinafter referred to as “maximum number of re-repetitions”) is set in advance.
 そして、再繰り返し制御部716の制御によって誤り訂正復号を再度行わせた回数が最大再繰り返し回数を超えてもコードブロックCRC検査部712によって誤りが検出された場合は、再繰り返し制御部716はエラー処理を行う。この場合は、再繰り返し制御部716はコードブロック処理部#71~#7nに対して誤り訂正復号を再度行わせない。 If an error is detected by the code block CRC check unit 712 even if the number of times that the error correction decoding is performed again by the control of the repeat control unit 716 exceeds the maximum repeat number, the repeat control unit 716 Process. In this case, the repeat control unit 716 does not cause the code block processing units # 71 to # 7n to perform error correction decoding again.
 図15は、実施の形態2にかかる再繰り返し制御部の一部の具体例を示すブロック図である。図15に示すように、再繰り返し制御部716は、判定部1511と、再繰り返し回数カウンタ1512と、を備えている。判定部1511は、新たなコードブロック群が復号装置613に入力されるたびに、再繰り返し回数カウンタ1512を初期化する。また、判定部1511は、トランスポートブロックCRC検査部715から誤りが検出された旨の検出結果が出力されると再繰り返し回数カウンタ1512をインクリメントする。 FIG. 15 is a block diagram of a specific example of a part of the repeat control unit according to the second embodiment. As illustrated in FIG. 15, the repeat control unit 716 includes a determination unit 1511 and a repeat count counter 1512. The determination unit 1511 initializes the repeat count counter 1512 each time a new code block group is input to the decoding device 613. Also, the determination unit 1511 increments the repeat count counter 1512 when a detection result indicating that an error has been detected is output from the transport block CRC check unit 715.
 そして、判定部1511は、再繰り返し回数カウンタ1512の再繰り返し回数が最大再繰り返し回数以内である場合は、コードブロック処理部#71~#7nのそれぞれへ再繰り返し制御信号を出力する。一方、再繰り返し回数カウンタ1512の再繰り返し回数が最大再繰り返し回数を超えた場合は、判定部1511は、コードブロック処理部#71~#7nへ再繰り返し制御信号を出力せずに再送処理(エラー処理)を行う。 Then, the determination unit 1511 outputs a repeat control signal to each of the code block processing units # 71 to # 7n when the repeat number of the repeat number counter 1512 is within the maximum repeat number. On the other hand, when the number of re-repetitions of the re-repetition number counter 1512 exceeds the maximum number of re-repetitions, the determination unit 1511 does not output a re-repetition control signal to the code block processing units # 71 to # 7n, and performs retransmission processing (error Process).
 なお、上述のように、再繰り返し制御部716は、コードブロック処理部#71~#7nのいずれかから復号NG信号が出力された場合は、図10に示した動作を中止してコードブロックの再送処理を行うが、ここではその機能の図示を省略している。 As described above, when the decoded NG signal is output from any of the code block processing units # 71 to # 7n, the repeat control unit 716 stops the operation shown in FIG. Although retransmission processing is performed, illustration of the function is omitted here.
 図16は、実施の形態2にかかる復号装置の動作の一例を示すフローチャートである。コードブロック処理部#71~#7nの動作については図9に示した各ステップと同様であるため説明を省略する。ここでは、コードブロック結合部714、トランスポートブロックCRC検査部715および再繰り返し制御部716の動作について説明する。 FIG. 16 is a flowchart of an example of the operation of the decoding apparatus according to the second embodiment. The operations of the code block processing units # 71 to # 7n are the same as the steps shown in FIG. Here, operations of the code block combining unit 714, the transport block CRC checking unit 715, and the repeat control unit 716 will be described.
 まず、再繰り返し制御部716の判定部1511が、再繰り返し回数カウンタ1512を初期化する(ステップS1601)。ステップS1602~S1606は、図10に示したステップS1001~S1005と同様であるため説明を省略する。ステップS1605において、誤りが検出された場合(ステップS1605:Yes)は、判定部1511が再繰り返し回数カウンタ1512をインクリメントする(ステップS1607)。 First, the determination unit 1511 of the repeat control unit 716 initializes the repeat count counter 1512 (step S1601). Steps S1602 to S1606 are the same as steps S1001 to S1005 shown in FIG. If an error is detected in step S1605 (step S1605: Yes), the determination unit 1511 increments the repeat count counter 1512 (step S1607).
 つぎに、判定部1511が、再繰り返し回数カウンタ1512の繰り返し回数が最大再繰り返し回数以内か否かを判断する(ステップS1608)。繰り返し回数が最大再繰り返し回数以内でない場合(ステップS1608:No)は、再繰り返し制御部716がコードブロックの再送処理を行い(ステップS1609)、一連の処理を終了する。 Next, the determination unit 1511 determines whether or not the repeat count of the repeat count counter 1512 is within the maximum repeat count (step S1608). If the number of repetitions is not within the maximum number of repetitions (step S1608: No), the repetition control unit 716 performs code block retransmission processing (step S1609), and the series of processing ends.
 ステップS1608において、再繰り返し回数カウンタ1512の繰り返し回数が最大再繰り返し回数以内である場合(ステップS1608:Yes)は、判定部1511がコードブロック処理部#71~#7n(各コードブロック処理部)へ再繰り返し制御信号を出力する(ステップS1610)。つぎに、ステップS1602に戻ってすべてのコードブロック#1~#nが再度入力されるまで待ち、処理を続行する。 In step S1608, when the number of repetitions of the repeat number counter 1512 is within the maximum number of repeat times (step S1608: Yes), the determination unit 1511 goes to the code block processing units # 71 to # 7n (each code block processing unit). A repeat control signal is output (step S1610). Next, the process returns to step S1602, waits until all the code blocks # 1 to #n are input again, and the processing is continued.
 このように、実施の形態2にかかる復号装置613によれば、再繰り返し制御部716によって誤り訂正復号を再度行わせた回数が最大再繰り返し回数を超えても誤りが検出された場合は、誤り訂正復号を再度行わせずにエラー処理を行う。これにより、実施の形態1にかかる復号装置613の効果を奏するとともに、訂正困難なエラーが発生した場合に誤り訂正復号を繰り返して処理量が増加することを回避することができる。 As described above, according to the decoding device 613 according to the second embodiment, if an error is detected even if the number of times that the error correction decoding is performed again by the re-repetition control unit 716 exceeds the maximum number of repetitions, an error is detected. Error processing is performed without performing correction decoding again. As a result, the effects of the decoding device 613 according to the first embodiment can be obtained, and it is possible to avoid an increase in the processing amount by repeating error correction decoding when an error that is difficult to correct occurs.
 たとえば、リアルタイム性が要求されないシステムにおいては、最大再繰り返し回数を小さく設定することでターボ復号の再繰り返しによる消費電力の増加を回避することができる。また、繰り返し制御部713に設定した最大繰り返し回数と、再繰り返し制御部716に設定した最大再繰り返し回数と、の組合せを調節することで、誤り訂正を行う回数の制限を、符号化方式や伝送路の特徴に応じて柔軟に設定することができる。 For example, in a system where real-time performance is not required, an increase in power consumption due to turbo decoding re-repetition can be avoided by setting the maximum number of re-repetition times small. Further, by adjusting the combination of the maximum number of repetitions set in the repetition control unit 713 and the maximum number of repetitions set in the repetition control unit 716, the number of error corrections can be limited by the encoding method and transmission. It can be set flexibly according to the characteristics of the road.
(実施の形態3)
 実施の形態3にかかる無線通信システム200の基本的な構成は、実施の形態1または2において説明した構成と同様であるため説明を省略する。実施の形態3にかかる復号装置613は、ブロック分割された各データの誤り訂正復号の繰り返し回数を記憶し、記憶された回数に基づいて選択したデータについて誤り訂正復号を再度行わせる。これにより、すべてのデータを再度誤り訂正復号する場合よりも処理量を低減することができる。
(Embodiment 3)
Since the basic configuration of the wireless communication system 200 according to the third embodiment is the same as the configuration described in the first or second embodiment, the description thereof is omitted. The decoding device 613 according to the third embodiment stores the number of repetitions of error correction decoding of each block-divided data, and causes error correction decoding to be performed again on the data selected based on the stored number of times. Thereby, the processing amount can be reduced as compared with the case where error correction decoding is performed again on all data.
 図17は、実施の形態3にかかる復号装置の構成を示すブロック図である。図17において、図7に示した構成と同様の構成については同一の符号を付して説明を省略する。図17に示すように、コードブロック処理部#71~#7nの各繰り返し制御部713は、コードブロック結合部714へ出力するコードブロックに対してターボ復号部711が行った誤り訂正復号の繰り返し回数を再繰り返し制御部716へ通知する。 FIG. 17 is a block diagram of a configuration of the decoding apparatus according to the third embodiment. In FIG. 17, the same components as those shown in FIG. As shown in FIG. 17, each iteration control unit 713 of code block processing units # 71 to # 7n repeats error correction decoding performed by turbo decoding unit 711 on the code block output to code block combining unit 714. Is sent to the repeat control unit 716 again.
 再繰り返し制御部716は、コードブロック処理部#71~#7nから通知されたコードブロック#1~#nの誤り訂正復号の繰り返し回数をそれぞれ記憶する。そして、再繰り返し制御部716は、コードブロックCRC検査部712によって誤りが検出された場合に、記憶した繰り返し回数に基づいてコードブロック#1~#nのうちの一部を選択する。コードブロックの選択方法については後述する(図18,図19参照)。 The re-repetition control unit 716 stores the number of repetitions of error correction decoding of the code blocks # 1 to #n notified from the code block processing units # 71 to # 7n. Then, when the code block CRC checking unit 712 detects an error, the re-repetition control unit 716 selects a part of the code blocks # 1 to #n based on the stored number of repetitions. The code block selection method will be described later (see FIGS. 18 and 19).
 再繰り返し制御部716は、コードブロック処理部#71~#7nのうちの選択したコードブロックを出力したコードブロック処理部へ再繰り返し制御信号を出力する。これにより、再繰り返し制御部716によって選択されたコードブロックがターボ復号部711により再度誤り訂正復号される。そして、コードブロック#1~#nのうちの再度誤り訂正復号されたコードブロックがコードブロック結合部714へ出力される。 The repeat control unit 716 outputs a repeat control signal to the code block processing unit that has output the code block selected from the code block processing units # 71 to # 7n. As a result, the code block selected by the re-repetition control unit 716 is subjected to error correction decoding again by the turbo decoding unit 711. Then, the code block that has been subjected to error correction decoding again among the code blocks # 1 to #n is output to the code block combining unit 714.
 コードブロック結合部714は、再度誤り訂正復号されたコードブロックを含むコードブロック#1~#nをブロック結合する。このとき、コードブロック結合部714は、コードブロック#1~#nのうちの再度誤り訂正復号されていない(再繰り返し制御部716によって選択されていない)コードブロックについては、たとえばコードブロック結合部714が備える不図示のメモリに保持しておいたものを用いてブロック結合を行う。 The code block combining unit 714 performs block combination of code blocks # 1 to #n including code blocks that have been subjected to error correction decoding again. At this time, the code block combining unit 714 selects, for example, the code block combining unit 714 for code blocks that have not been subjected to error correction decoding again (not selected by the re-repetition control unit 716) among the code blocks # 1 to #n. Block concatenation is performed using what is held in a memory (not shown) included in.
 または、再繰り返し制御部716は、コードブロック#1~#nのうちの選択しなかったコードブロックを出力したコードブロック処理部に対してコードブロックを再出力させるように制御してもよい。これにより、コードブロック#1~#nのうちの再度誤り訂正復号されていないコードブロックもコードブロック結合部714へ出力され、コードブロック結合部714がコードブロック#1~#nをブロック結合することができる。 Alternatively, the re-repetition control unit 716 may perform control so that the code block processing unit that outputs the code block that is not selected from the code blocks # 1 to #n re-outputs the code block. As a result, among the code blocks # 1 to #n, the code block that has not been subjected to error correction decoding is also output to the code block combining unit 714, and the code block combining unit 714 performs block combination of the code blocks # 1 to #n. Can do.
 図18は、実施の形態3にかかる再繰り返し制御部の一部の具体例を示すブロック図である。図18において、図15に示した構成と同様の構成については同一の符号を付して説明を省略する。図18に示すように、再繰り返し制御部716は、図15に示した構成に加えて繰り返し回数記憶部1811および選択部1812を備えている。繰り返し回数記憶部1811は、コードブロック処理部#71~#7nから通知された、コードブロック#1~#nごとの誤り訂正復号の繰り返し回数を記憶する。 FIG. 18 is a block diagram of a specific example of a part of the repeat control unit according to the third embodiment. 18, the same components as those illustrated in FIG. 15 are denoted by the same reference numerals, and description thereof is omitted. As shown in FIG. 18, the repeat control unit 716 includes a repeat count storage unit 1811 and a selection unit 1812 in addition to the configuration shown in FIG. The repetition count storage unit 1811 stores the number of repetitions of error correction decoding for each code block # 1 to #n notified from the code block processing units # 71 to # 7n.
 判定部1511は、再繰り返し回数カウンタ1512の再繰り返し回数が最大再繰り返し回数以内である場合は選択部1812へ制御信号を出力する。選択部1812は、判定部1511から制御信号が出力されると、繰り返し回数記憶部1811に記憶された各繰り返し回数に基づいて、コードブロック#1~#nの一部のコードブロックを選択する。選択部1812は、コードブロック処理部#71~#7nのうちの選択したコードブロックを出力したコードブロック処理部へ再繰り返し制御信号を出力する。 The determination unit 1511 outputs a control signal to the selection unit 1812 when the re-repetition number of the re-repetition number counter 1512 is within the maximum re-repetition number. When the determination unit 1511 outputs a control signal, the selection unit 1812 selects some code blocks of the code blocks # 1 to #n based on the number of repetitions stored in the repetition number storage unit 1811. The selection unit 1812 outputs a repeat control signal to the code block processing unit that has output the code block selected from the code block processing units # 71 to # 7n.
 なお、上述のように、再繰り返し制御部716は、コードブロック処理部#71~#7nのいずれかから復号NG信号が出力された場合は、図10に示した動作を中止してコードブロックの再送処理を行うが、ここではその機能の図示を省略している。 As described above, when the decoded NG signal is output from any of the code block processing units # 71 to # 7n, the repeat control unit 716 stops the operation shown in FIG. Although retransmission processing is performed, illustration of the function is omitted here.
 図19は、図18に示した繰り返し回数記憶部が記憶する情報の一例を示す図である。繰り返し回数記憶部1811は、たとえば図19に示すテーブル1900を記憶している。テーブル1900においては、コードブロック番号1910ごとに、誤り訂正復号の繰り返し回数1920が対応付けて記憶されている。コードブロック番号1910の「1」~「n」は、それぞれコードブロック#1~#nを示している。 FIG. 19 is a diagram illustrating an example of information stored in the repetition count storage unit illustrated in FIG. The repetition count storage unit 1811 stores, for example, a table 1900 shown in FIG. In the table 1900, the number of error correction decoding iterations 1920 is associated with each code block number 1910 and stored. “1” to “n” of the code block number 1910 indicate code blocks # 1 to #n, respectively.
 選択部1812は、コードブロック#1~#nのうちの繰り返し回数1920が少ないコードブロックを優先的に選択する。すなわち、コードブロック#1~#nのうちの選択部1812によって選択されるコードブロックは選択部1812によって選択されないコードブロックよりも繰り返し回数1920が少ないようにする。 The selection unit 1812 preferentially selects a code block having a small number of repetitions 1920 among the code blocks # 1 to #n. That is, the code block selected by the selection unit 1812 among the code blocks # 1 to #n is set to have a smaller number of repetitions 1920 than the code block not selected by the selection unit 1812.
 ここでは、便宜上、コードブロック#4~#n-1はないものとして説明する。たとえば、選択部1812は、コードブロック#1,#2,#3,#nのうちの繰り返し回数1920が最小のコードブロックを選択する。この場合は、選択部1812は、繰り返し回数1920が「1」で最小のコードブロック#3を選択する。 Here, for the sake of convenience, description will be made assuming that there are no code blocks # 4 to # n-1. For example, the selection unit 1812 selects a code block having the smallest number of repetitions 1920 among the code blocks # 1, # 2, # 3, and #n. In this case, the selection unit 1812 selects the smallest code block # 3 having a repetition count 1920 of “1”.
 また、選択部1812が選択するのは複数のコードブロックであってもよい。たとえば、選択部1812は、コードブロック#1,#2,#3,#nのうちの繰り返し回数1920が少ないものから順に所定数のコードブロックを選択してもよい。たとえば上記所定数を「2」とすると、選択部1812は、コードブロック#1,#2,#3,#nの中において繰り返し回数1920が1番少ないコードブロック#3と、繰り返し回数1920が2番目に少ないコードブロック#2と、を選択する。 Also, the selection unit 1812 may select a plurality of code blocks. For example, the selection unit 1812 may select a predetermined number of code blocks in order from the code block # 1, # 2, # 3, #n having the smallest number of repetitions 1920. For example, when the predetermined number is “2”, the selection unit 1812 has the code block # 3 having the smallest number of repetitions 1920 in the code blocks # 1, # 2, # 3, and #n, and the number of repetitions 1920 is 2. The second smallest code block # 2 is selected.
 または、選択部1812は、コードブロック#1~#nのうちの繰り返し回数1920があらかじめ定めた所定回数以下のコードブロックを選択してもよい。たとえば上記所定回数を「2」とすると、選択部1812は、繰り返し回数1920が「2」以下のコードブロック#2とコードブロック#3とを選択する。 Alternatively, the selection unit 1812 may select code blocks in which the number of repetitions 1920 among the code blocks # 1 to #n is a predetermined number or less. For example, if the predetermined number of times is “2”, the selection unit 1812 selects code block # 2 and code block # 3 whose number of repetitions 1920 is “2” or less.
 図20は、実施の形態3にかかる復号装置の動作(その1)の一例を示すフローチャートである。ここではコードブロック処理部#71の動作について説明する。図20に示すステップS2001~S2005は、図9に示したステップS901~S905と同様であるため説明を省略する。ステップS2005によってコードブロック#1を出力すると、繰り返し制御部713は、繰り返し回数カウンタ812の繰り返し回数を再繰り返し制御部716へ通知し(ステップS2006)、一連の処理を終了する。 FIG. 20 is a flowchart of an example of the operation (part 1) of the decoding apparatus according to the third embodiment. Here, the operation of the code block processing unit # 71 will be described. Steps S2001 to S2005 shown in FIG. 20 are the same as steps S901 to S905 shown in FIG. When the code block # 1 is output in step S2005, the repetition control unit 713 notifies the repetition number of the repetition number counter 812 to the repetition control unit 716 (step S2006), and the series of processing ends.
 図20に示すステップS2007~S2009は、図9に示したステップS906~S908と同様であるため説明を省略する。以上の各ステップを、コードブロック処理部#72~#7nも同様に、それぞれコードブロック#2~#nに対して行う。また、コードブロック処理部#71~#7nのそれぞれは、再繰り返し制御部716から再繰り返し制御信号が出力されると、ステップS2001~S2009を再度行う。 Since steps S2007 to S2009 shown in FIG. 20 are the same as steps S906 to S908 shown in FIG. The above steps are similarly performed for the code blocks # 2 to #n by the code block processing units # 72 to # 7n. Further, each of the code block processing units # 71 to # 7n performs steps S2001 to S2009 again when a re-repetition control signal is output from the re-repetition control unit 716.
 図21は、実施の形態3にかかる復号装置の動作(その2)の一例を示すフローチャートである。ここでは、図16と同様に、コードブロック結合部714、トランスポートブロックCRC検査部715および再繰り返し制御部716の動作について説明する。図21に示すステップS2101~S2109は、図16に示したステップS1601~S1609と同様であるため説明を省略する。 FIG. 21 is a flowchart of an example of the operation (part 2) of the decoding apparatus according to the third embodiment. Here, as in FIG. 16, operations of the code block combining unit 714, the transport block CRC checking unit 715, and the repeat control unit 716 will be described. Steps S2101 to S2109 shown in FIG. 21 are the same as steps S1601 to S1609 shown in FIG.
 ステップS2108において、繰り返し回数が最大再繰り返し回数以内である場合は、選択部1812が、コードブロック#1~#nのうちの繰り返し回数が最小のコードブロックを選択する(ステップS2110)。ステップS2110においては、選択部1812は、図20のステップS2006によって通知されたコードブロック#1~#nごとの繰り返し回数に基づいてコードブロックの選択を行う。 If it is determined in step S2108 that the number of repetitions is within the maximum number of repetitions, the selection unit 1812 selects a code block having the smallest number of repetitions from among code blocks # 1 to #n (step S2110). In step S2110, the selection unit 1812 selects a code block based on the number of repetitions for each code block # 1 to #n notified in step S2006 of FIG.
 つぎに、選択部1812が、ステップS2110によって選択されたコードブロックに対応するコードブロック処理部へ再繰り返し制御信号を出力する(ステップS2111)。つぎに、ステップS2102に戻り、コードブロック結合部714がすべてのコードブロック#1~#nが再度入力されるまで待ち、処理を続行する。 Next, the selection unit 1812 outputs a repeat control signal to the code block processing unit corresponding to the code block selected in step S2110 (step S2111). Next, the process returns to step S2102, and the code block combining unit 714 waits until all the code blocks # 1 to #n are input again, and the processing is continued.
 このように、実施の形態3にかかる復号装置613によれば、ブロック分割された各データにおける誤り訂正復号の繰り返し回数を記憶し、記憶された回数に基づいて選択したデータについて誤り訂正復号を再度行わせる。これにより、実施の形態2にかかる復号装置613の効果を奏するとともに、トランスポートブロックの誤りが検出された場合にすべてのデータを再度誤り訂正復号する場合よりも処理量を低減することができる。 As described above, according to the decoding apparatus 613 according to the third embodiment, the number of repetitions of error correction decoding in each block-divided data is stored, and error correction decoding is performed again on the data selected based on the stored number of times. Let it be done. As a result, the effects of the decoding device 613 according to the second embodiment can be obtained, and the processing amount can be reduced as compared with the case where all data is subjected to error correction decoding again when an error in the transport block is detected.
 また、図12に示したように、誤り訂正復号の繰り返し回数が少ない場合は見逃し誤りが発生する比率が高い。このため、コードブロック#1~#nのうちの誤り訂正復号の繰り返し回数が少ないコードブロックを優先的に選択して誤り訂正復号することで、見逃し誤りが訂正される確率が高くなる。このため、実施の形態2にかかる復号装置613の効果を奏するとともに、誤り訂正復号の処理量をさらに低減することができる。 Further, as shown in FIG. 12, when the number of repetitions of error correction decoding is small, the rate of occurrence of missed errors is high. For this reason, the probability that the missed error is corrected is increased by preferentially selecting and performing error correction decoding among the code blocks # 1 to #n with a small number of error correction decoding iterations. Therefore, the effects of the decoding device 613 according to the second embodiment can be obtained, and the processing amount of error correction decoding can be further reduced.
 なお、ここでは実施の形態2にかかる復号装置613の構成を前提として実施の形態3の復号装置613の構成を説明したが、実施の形態3の復号装置613はこのような構成に限られない。たとえば、実施の形態1にかかる復号装置613において、ブロック分割された各データにおける誤り訂正復号の繰り返し回数を記憶し、記憶された回数に基づいて選択したデータについて誤り訂正復号を再度行わせる構成としてもよい。 In addition, although the structure of the decoding apparatus 613 of Embodiment 3 was demonstrated here on the assumption of the structure of the decoding apparatus 613 concerning Embodiment 2, the decoding apparatus 613 of Embodiment 3 is not restricted to such a structure. . For example, in the decoding device 613 according to the first embodiment, the number of repetitions of error correction decoding in each block-divided data is stored, and error correction decoding is performed again on data selected based on the stored number of times. Also good.
 以上説明したように、開示の復号装置、受信装置、通信システム、復号方法および受信方法によれば、通信品質の向上および処理量の低減を図ることができる。なお、上述した各実施の形態においては、復号装置613を無線受信装置220に適用する構成について説明したが、復号装置613の適用範囲は無線受信装置220に限られない。たとえば、光通信システムの光受信装置に復号装置613を適用することも可能である。 As described above, according to the disclosed decoding device, receiving device, communication system, decoding method, and receiving method, it is possible to improve the communication quality and reduce the processing amount. In each of the above-described embodiments, the configuration in which the decoding device 613 is applied to the wireless reception device 220 has been described. However, the application range of the decoding device 613 is not limited to the wireless reception device 220. For example, the decoding device 613 can be applied to an optical receiving device of an optical communication system.

Claims (7)

  1.  データを複数のブロックに分割して得られた各データをそれぞれ誤り訂正復号する復号手段と、
     前記復号手段によって誤り訂正復号された各データの誤り検出をそれぞれ行う前段検出手段と、
     前記前段検出手段によって誤りが検出された場合に前記復号手段による誤り訂正復号を再度行わせるとともに、前記前段検出手段によって誤りが検出されなかった場合に前記誤り訂正復号された各データを出力する繰り返し制御手段と、
     前記繰り返し制御手段によって出力された各データを結合する結合手段と、
     前記結合手段によって結合されたデータの誤り検出を行う後段検出手段と、
     前記後段検出手段によって誤りが検出された場合に前記復号手段による誤り訂正復号を再度行わせるとともに、前記後段検出手段によって誤りが検出されなかった場合に前記結合されたデータを出力する再繰り返し制御手段と、
     を備えることを特徴とする復号装置。
    Decoding means for error correction decoding each data obtained by dividing the data into a plurality of blocks,
    Pre-stage detection means for performing error detection of each data error-corrected and decoded by the decoding means;
    It repeats error correction decoding by the decoding means when an error is detected by the upstream detection means, and outputs each data corrected by the error correction when no error is detected by the upstream detection means Control means;
    Combining means for combining the data output by the repeat control means;
    Subsequent detection means for performing error detection of the data combined by the combining means;
    Re-repetition control means for causing error correction decoding by the decoding means to be performed again when an error is detected by the latter-stage detection means, and for outputting the combined data when no error is detected by the latter-stage detection means When,
    A decoding apparatus comprising:
  2.  前記再繰り返し制御手段は、前記復号手段による前記誤り訂正復号を再度行わせた回数があらかじめ設定された最大再繰り返し回数を超えても前記後段検出手段によって誤りが検出された場合は、前記復号手段による前記誤り訂正復号を再度行わせずにエラー処理を行うことを特徴とする請求項1に記載の復号装置。 If the error is detected by the subsequent detection means even if the number of times that the error correction decoding by the decoding means is performed again exceeds a preset maximum number of repetitions, the re-repeat control means The decoding apparatus according to claim 1, wherein error processing is performed without performing the error correction decoding according to the above.
  3.  前記各データにおける、前記復号手段による誤り訂正復号の繰り返し回数を記憶する記憶手段を備え、
     前記再繰り返し制御手段は、前記各データのうちの前記記憶手段によって記憶された回数に基づいて選択したデータについて前記復号手段による誤り訂正復号を再度行わせることを特徴とする請求項1に記載の復号装置。
    Storage means for storing the number of repetitions of error correction decoding by the decoding means in each data,
    The re-repetition control means causes the error correction decoding by the decoding means to be performed again on the data selected based on the number of times stored by the storage means among the respective data. Decoding device.
  4.  送信されたデータを受信する受信手段と、
     前記受信手段によって受信されたデータを複数のブロックに分割する分割手段と、
     請求項1~3のいずれか一つに記載の復号装置と、を備え、
     前記復号手段は、前記分割手段によって分割して得られた各データを誤り訂正復号することを特徴とする受信装置。
    Receiving means for receiving the transmitted data;
    Dividing means for dividing the data received by the receiving means into a plurality of blocks;
    A decoding device according to any one of claims 1 to 3,
    The receiving apparatus, wherein the decoding means performs error correction decoding on each data obtained by dividing by the dividing means.
  5.  誤り検出符号化したデータを複数のブロックに分割し、前記分割して得られた各データを誤り検出符号化し、誤り検出符号化した各データを誤り訂正符号化し、誤り訂正符号化した各データを結合したデータを送信する送信装置と、
     請求項4に記載の受信装置と、を備え、
     前記受信手段は、前記送信装置によって送信されたデータを受信することを特徴とする通信システム。
    The error detection encoded data is divided into a plurality of blocks, each of the data obtained by the division is error detection encoded, each error detection encoded data is error correction encoded, and each error correction encoded data is A transmitting device for transmitting the combined data;
    A receiving device according to claim 4,
    The communication system characterized in that the reception means receives data transmitted by the transmission device.
  6.  データを複数のブロックに分割して得られた各データをそれぞれ誤り訂正復号する復号工程と、
     前記復号工程によって誤り訂正復号された各データの誤り検出をそれぞれ行う前段検出工程と、
     前記前段検出工程によって誤りが検出された場合に前記復号工程による誤り訂正復号を再度行わせるとともに、前記前段検出工程によって誤りが検出されなかった場合に前記誤り訂正復号された各データを出力する繰り返し制御工程と、
     前記繰り返し制御工程によって出力された各データを結合する結合工程と、
     前記結合工程によって結合されたデータの誤り検出を行う後段検出工程と、
     前記後段検出工程によって誤りが検出された場合に前記復号工程による誤り訂正復号を再度行わせるとともに、前記後段検出工程によって誤りが検出されなかった場合に前記結合されたデータを出力する再繰り返し制御工程と、
     を含むことを特徴とする復号方法。
    A decoding step for error correction decoding each data obtained by dividing the data into a plurality of blocks;
    A pre-detection step for performing error detection of each data error-corrected and decoded by the decoding step;
    It repeats error correction decoding by the decoding step when an error is detected by the previous detection step, and outputs each data corrected by the error correction when no error is detected by the previous detection step Control process;
    A combining step of combining the data output by the repetitive control step;
    A post-stage detection step of performing error detection of the data combined by the combining step;
    A re-repetition control step of causing error correction decoding by the decoding step to be performed again when an error is detected by the post-stage detection step and outputting the combined data when an error is not detected by the post-step detection step When,
    The decoding method characterized by including.
  7.  送信されたデータを受信する受信工程と、
     前記受信工程によって受信されたデータを複数のブロックに分割する分割工程と、
     請求項6に記載の復号方法と、を含み、
     前記復号工程では、前記分割工程によって分割して得られた各データを誤り訂正復号することを特徴とする受信方法。
    A receiving step for receiving the transmitted data;
    A dividing step of dividing the data received by the receiving step into a plurality of blocks;
    And a decoding method according to claim 6,
    In the decoding step, each data obtained by the division in the division step is subjected to error correction decoding.
PCT/JP2008/069471 2008-10-27 2008-10-27 Decoding device, reception device, communication system, decoding method, and reception method WO2010049988A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2008/069471 WO2010049988A1 (en) 2008-10-27 2008-10-27 Decoding device, reception device, communication system, decoding method, and reception method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2008/069471 WO2010049988A1 (en) 2008-10-27 2008-10-27 Decoding device, reception device, communication system, decoding method, and reception method

Publications (1)

Publication Number Publication Date
WO2010049988A1 true WO2010049988A1 (en) 2010-05-06

Family

ID=42128367

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2008/069471 WO2010049988A1 (en) 2008-10-27 2008-10-27 Decoding device, reception device, communication system, decoding method, and reception method

Country Status (1)

Country Link
WO (1) WO2010049988A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013021544A (en) * 2011-07-12 2013-01-31 Fujitsu Ltd Radio communication system, radio communication apparatus and radio communication method
JP2014519777A (en) * 2011-06-16 2014-08-14 華為技術有限公司 Method and communication apparatus for estimating block error rate

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007142622A (en) * 2005-11-16 2007-06-07 Nec Electronics Corp Decoder, decoding method, and receiver
WO2008015742A1 (en) * 2006-08-02 2008-02-07 Fujitsu Limited Receiver apparatus and decoding method thereof

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007142622A (en) * 2005-11-16 2007-06-07 Nec Electronics Corp Decoder, decoding method, and receiver
WO2008015742A1 (en) * 2006-08-02 2008-02-07 Fujitsu Limited Receiver apparatus and decoding method thereof

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
SAMSUNG: "Analysis of per code block CRC and per transport block CRC", 3GPP TSG RAN WG1#49-BIS R1-073108, 20 July 2007 (2007-07-20) *
SAMSUNG: "Code block CRC for DL-SCH and UL-SCH", 3GPP TSG RAN WG1#50 R1-073558, August 2007 (2007-08-01) *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014519777A (en) * 2011-06-16 2014-08-14 華為技術有限公司 Method and communication apparatus for estimating block error rate
US9378085B2 (en) 2011-06-16 2016-06-28 Huawei Technologies Co., Ltd. Method for estimating block error rate and communication device
JP2013021544A (en) * 2011-07-12 2013-01-31 Fujitsu Ltd Radio communication system, radio communication apparatus and radio communication method

Similar Documents

Publication Publication Date Title
US7577899B2 (en) Cyclic redundancy check (CRC) based error correction method and device
EP2183867B1 (en) Method of transmitting data
EP2680474B1 (en) Input bit-error-rate estimation method and input bit-error-rate estimation device
US10721020B2 (en) Parity frame
US20150006992A1 (en) Method and decoder for processing decoding
US8924831B2 (en) Systems and methods for network coding using convolutional codes
US20100017692A1 (en) Method and apparatus for cyclic redundancy check in communication system
US8386877B2 (en) Communication system, transmitter, error correcting code retransmitting method, and communication program
US7577893B2 (en) Forward error correction decoding method and apparatus for satellite digital audio radio broadcasting
CN112953569B (en) Decoding method and device, storage medium, electronic equipment and decoder
Luyi et al. Forward error correction
US8402338B2 (en) Method of error control
US10396826B2 (en) Software defined network with selectable low latency or high throughput mode
WO2010049988A1 (en) Decoding device, reception device, communication system, decoding method, and reception method
US7346117B2 (en) Turbo decoder
RU2295196C1 (en) Communication channel quality control method
WO2017176147A1 (en) Device and method for adjusting transmission size in case of decoding failures
JP2009111563A (en) Data processing method and data processor, and program
JP4444755B2 (en) Concatenated code system, concatenated code processing method, and decoding apparatus
US20160062822A1 (en) Decoding device and error detection method
CN112994704B (en) Decoding early termination method, storage medium and electronic equipment
JP2013118445A (en) Communication device, communication method and communication program
JP2023173229A (en) Error correction device, error correction method, and error correction program
KR101531184B1 (en) Decoding Method and Apparatus Using Cooperation between Higher Layer and Lower Layer and Data Transmitting/Recieving System
KR20140077767A (en) Apparatus and method for decoding iteratively

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: 08877700

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: 08877700

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP