WO2012171291A1 - Method and device for data retransmission and merging based on harq - Google Patents

Method and device for data retransmission and merging based on harq Download PDF

Info

Publication number
WO2012171291A1
WO2012171291A1 PCT/CN2011/080991 CN2011080991W WO2012171291A1 WO 2012171291 A1 WO2012171291 A1 WO 2012171291A1 CN 2011080991 W CN2011080991 W CN 2011080991W WO 2012171291 A1 WO2012171291 A1 WO 2012171291A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
combined
merging
transmission data
merged
Prior art date
Application number
PCT/CN2011/080991
Other languages
French (fr)
Chinese (zh)
Inventor
杨芸霞
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2012171291A1 publication Critical patent/WO2012171291A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/12Arrangements for detecting or preventing errors in the information received by using return channel
    • H04L1/16Arrangements for detecting or preventing errors in the information received by using return channel in which the return channel carries supervisory signals, e.g. repetition request signals
    • H04L1/18Automatic repetition systems, e.g. Van Duuren systems
    • H04L1/1829Arrangements specially adapted for the receiver end
    • H04L1/1835Buffer management
    • H04L1/1845Combining techniques, e.g. code combining

Definitions

  • the present invention relates to communication technologies, and more particularly to a data retransmission combining method and apparatus based on Hybrid Automatic Repeat ReQuest (HARQ). Background technique
  • WiMAX/LTE Long-distance global interoperability for Microwave Access
  • LTE Long-distance Global interoperability for Microwave Access
  • the technology adds a HARQ mechanism at the link layer to reduce information errors that reach the network layer.
  • the HARQ technology is based on the link layer retransmission combining technology, which combines an automatic retransmission request (ARQ, Automatic Repeat request) and a forward error correction coding (FEC, Feed-forward Error Correction) data retransmission mechanism.
  • ARQ automatic retransmission request
  • FEC forward error correction coding
  • the following is a detailed analysis of the difference in throughput between traditional ARQ and HARQ:
  • the implementation process of the ARQ technology is as follows:
  • the sender sends a data packet containing bit information and bit check information. If the receiver detects the packet error, the receiver discards the data packet and requests the sender to retransmit.
  • the average number of transmissions received by the receiving end of a data packet 7> can be expressed as:
  • Bay' J if the channel is not related to retransmission in different times, Bay' J:
  • is the average power of each symbol data.
  • Tr k + n Tr k + n
  • the implementation process of HARQ technology is: Performing Cyclic Redundancy Check (CRC) on a data packet at the transmitting end to make it have certain error detection capability, and then performing FEC encoding on the data after CRC, and obtaining a certain Data for error correction capabilities.
  • CRC Cyclic Redundancy Check
  • the receiving end After receiving the data packet, the receiving end first performs decoding error correction, and then performs error detection through the CRC. If a data error is detected, a retransmission request is initiated to the transmitting end.
  • the erroneous data packets are not discarded, but when the retransmitted data packets arrive, the new data packets are obtained through the packet merging.
  • the principle of Chase HARQ packet merging is to save the wrong old data packet and combine it with the retransmitted new data packet.
  • the memory is the convolutional code
  • the receiver uses the soft input Viterbi decoding. If the channel is independent for different retransmissions, the probability of packet error in the first transmission for: Wherein, the event that the first j data packets are combined to detect the error is the upper bound of the error event probability, and satisfies:
  • the distance is not the correct number of paths.
  • Tr k + n p + um where / + is drawn to increase the check digit and the loss factor caused by the return to zero. It can be seen from the throughput calculation formulas of the above two ARQ and HARQ technologies that the throughput of the HARQ technology has been greatly improved.
  • the invention provides a HARQ-based data retransmission combining method and device, which is used to solve the problem that the combined data retransmission probability caused by the current retransmission data mean value combination is high, the retransmission combining gain is low, and the system performance is affected.
  • the present invention provides a HARQ-based data retransmission combining method, including:
  • the N transmission data of the data packet is merged, and the following operations are performed on each coding block of the data packet:
  • the merged packet data is obtained until the data of all the encoded blocks in the data packet are merged.
  • a HARQ-based data retransmission combining device includes: a receiving module, a merge control module, and a data merge module; wherein
  • the receiving module is configured to receive transmission data of a data packet
  • the merging control module when receiving the Nth transmission data of a data packet, merging the N transmission data of the data packet, and controlling the data merging module to perform for each coding block of the data packet Merging operation, until the data of all the coding blocks in the data packet is merged, and the combined data packet data is obtained;
  • the data merging module is configured to code the block to be merged, according to the data to be transmitted N times a signal to interference and noise ratio of the combined coded block, determining a weighted combining weight of the to-be-combined coded block in data transmission in each transmission data; and coding to be combined in the N times of transmission data according to the determined weighted combining weight
  • the block performs data merging.
  • the HARQ-based data retransmission combining method and device when performing data combining on multiple retransmitted data packets, determining, according to the signal to interference and noise ratio, each coding block in each retransmission data
  • the weighted combining weights at the time of data combination are combined according to the weighted combining weights, so that the weights of the transmission data of different transmission channel conditions are different at the time of combining, and the data with a good channel condition has a larger weight, and the data with poor channel conditions
  • the weight of the station is small, so that the transmission data is more contributed to the combined data when the channel condition is good, and the data transmitted is merged when the data is merged.
  • the contribution is also relatively small, so that the accuracy of the combined data is greatly improved, the correct rate of the merged data is improved, the merge gain is maximized, the system performance is greatly improved, and the number of data retransmissions is virtually reduced.
  • the implementation of the signal-to-noise ratio estimation is less complex in the implementation of the system, and the system cache requirement is smaller.
  • the CINR estimation granularity is smaller than the entire HARQ retransmission data packet, and the accuracy is higher, which contributes significantly to the improvement of the HARQ combining gain. . DRAWINGS
  • FIG. 1 is a flowchart of a HARQ-based data retransmission combining method according to an embodiment of the present invention
  • FIG. 1 is a schematic structural diagram of a HARQ-based data retransmission combining apparatus according to an embodiment of the present invention. detailed description
  • the HARQ-based data retransmission combining method provided by the example, when performing data merging, determining the weight of the merging according to the channel quality, and realizing the merging of the data packets.
  • the method flow is as shown in FIG. 1 and includes the following steps:
  • Step S11 Receive transmission data of the Nth retransmission of a data packet
  • the transmission data of the N retransmitted data packets received before the CRC check is passed is stored for use in subsequent merging.
  • Step S12 Start a merge process of the N times of data transmission of the above data packet.
  • Step S13 Determine a Signal to Interference plus Noise Ratio (CINR) of each coding block of the N times of transmission data.
  • CINR Signal to Interference plus Noise Ratio
  • the CINR of each coding block for determining the N transmission data is further included. There are two ways to determine this:
  • Manner 1 When receiving the Nth transmission data of a data packet, the CINR of each coding block in the Nth transmission data is counted, and the CINR of each coding block in the previous N-1 transmission data that is previously counted and stored is obtained. .
  • the mode 1 can only count the CINR of each coding block in the transmission data when receiving the Nth transmission data, and reduce the statistical workload when each data is merged.
  • the second mode when the Nth transmission data is received, only the CINR of each coding block in the previous N times of transmission data including the current time can be counted, so that the system does not need to store the previous statistical data, thereby saving system storage space.
  • the signal to interference and noise ratio of the mth coding block in the transmission data of the Nth retransmission is CINR; where m represents the mth FEC coding block of the data packet, me ⁇ 0, ..., M -1 ⁇ , M is a positive integer, and N represents the transmission data of the Nth retransmitted packet.
  • Step S14 Acquire data of the coding block to be merged in the N times of transmission data.
  • step S15 and step S16 are performed for each code block of the above-described data packet.
  • Step S15 Determine, according to the CINR of the coding block to be merged in the N times of transmission data, a weighted combining weight of the coded block to be combined in the data transmission at the time of data combining.
  • the CINR of the coding block to be combined in the N times of transmission data is normalized, and the weighted combining weights of the to-be-combined coding blocks in the data to be merged in each transmission data are determined according to the following formula:
  • w represents the weighted combining weight of the mth coded block in the nth transmission data at the time of data combination, me ⁇ 0,..., M-1 ⁇ , M is a positive integer, ne ⁇ 0,...,N ⁇ , N is a positive integer;
  • CINR represents the CINR of the mth coded block in the nth transmission data
  • Step S16 Perform data combining on the to-be-combined coded blocks in the N times of transmission data according to the determined weighted combining weights to obtain the combined coded block data.
  • bit ⁇ represents the combined data of the kth information bit in the mth code block, me ⁇ 0, , M -1 ⁇ , M is a positive integer, ke ⁇ 0, ⁇ , K-1 ⁇ , K is a positive integer;
  • b ' m denotes the data of the kth information bit in the mth code block of the nth transmission, ne ⁇ 0, ⁇ , N ⁇ , N is a positive integer;
  • Step S17 Whether to merge the data of all the coding blocks in the above data packet, if yes, execute step S19; otherwise, execute step S18.
  • Step S18 Determine the next code block to be merged.
  • step S14 After combining the data of one coding block, starting to merge the data of the next coding block, determining the next coding block to be merged, returning to step S14 to continue acquiring the data of the next coding block to be combined.
  • Step S19 Obtain the combined data packet data.
  • step S11 When the Nth transmission data of a data packet is received in step S11, the N transmission data of the data packet is merged, and the above data combining operation is performed for each coding block of the data packet until the data packet is merged. The data of all the encoded blocks in the data is obtained, and the combined packet data is obtained.
  • the foregoing HARQ-based data retransmission combining method further includes:
  • Step S20 Perform CRC check on the merged data packet, and if the check fails, continue to request the sender to retransmit the data of the data packet.
  • the embodiment of the present invention further provides a HARQ-based data retransmission combining device, where the device can be set in any network device having a data receiving function, and the device is The structure is as shown in FIG. 2, including: a receiving module 10, The control module 20 and the data merge module 30 are combined.
  • the receiving module 10 is configured to receive transmission data of the data packet.
  • the merging control module 20 when receiving the Nth transmission data of a data packet, merging the N transmission data of the data packet, and the control data merging module performs a merging operation for each coding block of the data packet until The data of all the coding blocks in the data packet is merged to obtain the combined data packet data.
  • a data merging module 30 configured to determine, according to a CINR of a coding block to be merged in the N times of transmission data, a weighted combining weight of the to-be-combined coded block in the data combination when the data is merged; And performing data combining on the to-be-combined coding blocks in the N times of transmission data according to the determined weighted combining weights to obtain the combined coded block data.
  • the data combining module 30 further includes: a weight determining unit 301 and a data combining unit 302.
  • the weight determining unit 301 is configured to perform normalization calculation on the CINR of the coded block to be merged in the N times of transmission data, and determine, according to the following formula, the weighted combined weight of the to-be-combined coded block in the data combination. :
  • the weighted merge weight of the mth coded block in the nth transmission data at the time of data merge me ⁇ 0, ⁇ , M-1 ⁇ , M is a positive integer, ne ⁇ 0, ⁇ ⁇ , N ⁇ , N is a positive integer;
  • CINR represents the CINR of the mth coded block in the nth transmission data
  • indicates the sum of the CINRs of the mth code block in the ⁇ transmission data, ie ⁇ 0, ⁇ , N ⁇ .
  • the data merging unit 302 is configured to perform data merging on the to-be-combined coded blocks in the N times of transmission data according to the determined weighted merging weights to obtain the merged coded block data, and specifically includes:
  • bit ⁇ represents the merged data of the kth information bit in the mth coded block, me ⁇ 0, , M - 1 ⁇ , M is a positive integer, ke ⁇ 0, ⁇ ⁇ ⁇ ⁇ , K -1 ⁇ , K is a positive integer;
  • Bit ⁇ m represents the data of the kth information bit in the mth coded block of the nth transmission, ne ⁇ 0, ⁇ ⁇ ⁇ ⁇ ⁇ , N ⁇ , N is a positive integer;
  • the foregoing HARQ-based data retransmission combining device further includes:
  • the statistic module 40 is configured to determine the CINR of each coding block of the N times of transmission data when the data of the N times of the data transmission is combined, and specifically includes: when receiving the Nth transmission data of a data packet, the statistics are N. Transmitting the CINR of each coding block in the data, and acquiring the CINR of each coding block in the previous N-1 transmission data that is previously counted and stored; or, when receiving the Nth transmission data of one data packet, counting N times The CINR of each code block in the transmitted data.
  • the foregoing HARQ-based data retransmission combining device further includes:
  • the verification module 50 after obtaining the combined data packet data, performs CRC check on the combined data packet data, and if the verification fails, continues to request the transmitting end to retransmit the data of the data packet.
  • the method determines the weight of each transmission data in the data combining according to the CINR reflecting the channel transmission condition, that is, the weighted combining weight, and the data with good channel conditions.
  • the weight of the data station is relatively large, and the weight of the data station with poor channel conditions is relatively small.
  • the transmission data has a relatively large contribution to the combined data at the time of merging, and the transmission is performed under severe interference.
  • the contribution to the merged data is also relatively small, so that the accuracy of the combined data is greatly improved, and the merger is increased. Maximizing benefits greatly improves system performance and virtually reduces the number of data retransmissions.
  • the CINR of the FEC coding block is used as the weighted combining weight.
  • the CINR estimation has less implementation complexity in the implementation of the system, and requires less system buffering.
  • the CINR estimation granularity is smaller than the entire HARQ retransmission packet. The accuracy is higher, and the contribution to the improvement of the HARQ combining gain is more obvious.

Abstract

Disclosed are a method and device for data retransmission and merging based on a hybrid automatic repeat request (HARQ). The method includes: when receiving the data of the Nth transmission of a data packet, merging the data of the Nth transmission of the data packet, and performing the following operations on each coding block of the data packet: determining a weighted merging weight value of the coding blocks to be merged when merging data in the data of each transmission according to the signal-to-interference and noise ratio of the coding blocks to be merged in the data of the Nth transmission; performing data merging on the coding blocks to be merged in the data of the Nth transmission according to the determined weighted merging weight value; and obtaining the merged data of the data packet until the data of all coding blocks in the data packet has finished merging. The influence of channel state is considered when merging data, and the data merging is performed according to the weight, increasing the correct rate of merging data, and improving system performance.

Description

基于 HARQ的数据重传合并方法及装置 技术领域  HARQ-based data retransmission combining method and device
本发明涉及通信技术,尤指一种基于混合自动重传请求( HARQ, Hybrid Automatic Repeat reQuest ) 的数据重传合并方法及装置。 背景技术  The present invention relates to communication technologies, and more particularly to a data retransmission combining method and apparatus based on Hybrid Automatic Repeat ReQuest ( HARQ). Background technique
在室外远距离的全球微波接入互操作性 ( WiMAX , World Interoperability for Microwave Access )/长期演进( LTE, Long Term Evolution ) 技术的应用条件下, 无线信道的衰落现象非常明显, 因此, WiMAX/LTE技 术在链路层加入了 HARQ机制,以实现减少到达网络层的信息差错。 HARQ 技术是基于链路层的重传合并技术, 该技术将自动重传请求 (ARQ , Automatic Repeat request ) 和前向糾错编码 ( FEC , Feed-forward Error Correction )结合起来的数据重传机制, 克服了 ARQ以及 FEC各自的缺点, 能够提高频谱效率, 大大提高系统业务吞吐量, 使用重传带来合并增益, 间接扩大系统的覆盖范围。 下面具体分析传统的 ARQ和 HARQ的吞吐量 的差别:  Under the application of long-distance global interoperability for Microwave Access (WIMAX)/Long Term Evolution (LTE) technology, the fading phenomenon of the wireless channel is very obvious. Therefore, WiMAX/LTE The technology adds a HARQ mechanism at the link layer to reduce information errors that reach the network layer. The HARQ technology is based on the link layer retransmission combining technology, which combines an automatic retransmission request (ARQ, Automatic Repeat request) and a forward error correction coding (FEC, Feed-forward Error Correction) data retransmission mechanism. Overcoming the shortcomings of ARQ and FEC, it can improve spectrum efficiency, greatly improve system service throughput, use retransmission to bring combined gain, and indirectly expand system coverage. The following is a detailed analysis of the difference in throughput between traditional ARQ and HARQ:
ARQ技术的实现过程为: 发送端发送一个包含 比特信息及 比特校 验信息的数据包, 接收端若检测出该数据包错误, 则丟弃该数据包, 并请 求发送端重传。 其中, 接收端接收一个数据包的平均传输数目 7>可以表示 为: The implementation process of the ARQ technology is as follows: The sender sends a data packet containing bit information and bit check information. If the receiver detects the packet error, the receiver discards the data packet and requests the sender to retransmit. The average number of transmissions received by the receiving end of a data packet 7> can be expressed as:
7 = 1 + £尸  7 = 1 + £ corpse
7=1 其中,假设未被检测出的错误可以忽略, 为前 个数据包合并包含错 误的概率, )为在第 次重传中出现错误的概率在数值估计, 可以用以 下公式表示:
Figure imgf000004_0001
其中, β =(Η ··,ίή, =(h ,-,h[) ^ 为第 /天线在第_ /次传输的信 道响应, 为发送或接收的天线数; /(^)为不同天线的增益函数, Ρ( )为 信道译码条件下的条件比特错误率(CBER, Conditioned Bit Error Rate)。
7=1 where, assuming that the undetected error can be ignored, the probability of merging the error for the previous packet, and the probability of the error occurring in the first retransmission is numerically estimated, which can be used The formula below indicates:
Figure imgf000004_0001
Where β =(Η ··,ίή, =(h ,-,h[) ^ is the channel response of the /ant antenna in the _ /th transmission, the number of antennas transmitted or received; /( ^) is the different antenna The gain function, Ρ( ), is the Conditioned Bit Error Rate (CBER) under channel decoding conditions.
其中, 若不同次的重传其信道不相关, 贝' J:
Figure imgf000004_0002
Among them, if the channel is not related to retransmission in different times, Bay' J:
Figure imgf000004_0002
其中, 若不同次的重传其信道相关, 对于每次传输每根天线对应的信 道响应一致, 贝 :
Figure imgf000004_0003
上述 ^为每个符号数据的平均功率。
Wherein, if the channel retransmission of different times is related, the channel response corresponding to each antenna for each transmission is consistent, and:
Figure imgf000004_0003
The above ^ is the average power of each symbol data.
根据上述计算得到的 7>, 可以确定 ARQ的吞吐量效率为:  According to the above calculated 7>, it can be determined that the throughput efficiency of the ARQ is:
J k_  J k_
Tr k + n 其中, z + 为增加的校险比特而带来吞吐量损失的因子。  Tr k + n where z + is the factor of throughput loss for increased risk bits.
HARQ技术的实现过程是: 在发送端对一个数据包进行循环冗余检测 编码(CRC, Cyclic Redundancy Check), 使其具有一定得检错能力, 然后 对 CRC后的数据进行 FEC编码,得到具有一定纠错能力的数据。 当接收端 接收到数据包后, 首先进行译码纠错, 再经过 CRC进行检错, 如果检测到 数据错误, 则向发送端发起重传请求。 但 HARQ技术实现过程中, 并不丟 弃错误的数据包, 而是在重传的数据包到来时, 通过包合并来得到新的数 据包。 也就是说, Chase HARQ包合并的原理是保存错误的旧数据包, 并与 重传的新数据包进行合并平均。 假设其 FEC为码率 ="/ v , 存储器为《的卷积码, 接收端采用软输入 Viterbi译码。 如果对于不同次的重传, 其信道独立, 则第 次传输中数据包 错误的概率为:
Figure imgf000005_0001
其中, 为前 j个数据包合并后检测错误的事件, 为错误事件概 率上界, 且满足:
Figure imgf000005_0002
The implementation process of HARQ technology is: Performing Cyclic Redundancy Check (CRC) on a data packet at the transmitting end to make it have certain error detection capability, and then performing FEC encoding on the data after CRC, and obtaining a certain Data for error correction capabilities. After receiving the data packet, the receiving end first performs decoding error correction, and then performs error detection through the CRC. If a data error is detected, a retransmission request is initiated to the transmitting end. However, during the implementation of the HARQ technology, the erroneous data packets are not discarded, but when the retransmitted data packets arrive, the new data packets are obtained through the packet merging. That is to say, the principle of Chase HARQ packet merging is to save the wrong old data packet and combine it with the retransmitted new data packet. Assume that its FEC is the code rate = / v , the memory is the convolutional code, and the receiver uses the soft input Viterbi decoding. If the channel is independent for different retransmissions, the probability of packet error in the first transmission for:
Figure imgf000005_0001
Wherein, the event that the first j data packets are combined to detect the error is the upper bound of the error event probability, and satisfies:
Figure imgf000005_0002
其中, 为自由距离, 为距离为 时不正确的路径数。
Figure imgf000005_0003
Where, for the free distance, the distance is not the correct number of paths.
Figure imgf000005_0003
则接收端接收一个数据包的平均传输数目 7 可以表示为  Then the average number of transmissions received by the receiving end of a data packet 7 can be expressed as
7 = 1 + £尸(1¾) 7 = 1 + £ corpse (13⁄4)
7=1  7=1
根据上述计算得到的 7> , 可以确定 ARQ的吞吐量效率为:  According to the above calculated 7>, it can be determined that the throughput efficiency of the ARQ is:
Thr -― Thr -
Tr k + np + um 其中, / +画为增加了校验位以及归零位带来的损失因子。 从上述 ARQ和 HARQ两种技术的吞吐量计算公式可以看出, HARQ 技术的吞吐量获得了较大的提高。 Tr k + n p + um where / + is drawn to increase the check digit and the loss factor caused by the return to zero. It can be seen from the throughput calculation formulas of the above two ARQ and HARQ technologies that the throughput of the HARQ technology has been greatly improved.
但传统 Chase HARQ中, 保存错误的旧数据包并与重传的新数据包进 行等增益合并平均的过程中, 未考虑到信道条件对传输数据包质量的影响, 而直接进行权重相同的均值合并。 而在实际的无线环境中, 各次重传的信 道条件是完全不相同的, 这样, 就会出现某次重传包的信道条件较好, 某 次重传包的信道条件较差, 甚至某次重传会被严重干扰之类的情况, 采用 直接均值合并的方式, 各次接收到的数据包的合并权重相同, 不能体现信 道质量条件对数据包传输质量的影响, 从而导致干扰较强的重传数据包在 合并时, 合并后的数据检测错误的概率增加, 重传合并的增益大大降低, 进而导致数据重传次数增加。 在重传出现强干扰时, 甚至有可能会导致However, in the traditional Chase HARQ, in the process of storing the wrong old data packet and performing equal gain combining and averaging with the retransmitted new data packet, the influence of the channel condition on the quality of the transmitted data packet is not considered, and the mean value combination of the same weight is directly performed. . In the actual wireless environment, the channel conditions of each retransmission are completely different. In this way, the channel conditions of a retransmission packet are better, and the channel conditions of a retransmission packet are poor, even a certain In the case where the secondary retransmission will be seriously interfered, the method of direct mean merging is adopted, and the combined weights of the received data packets are the same, and the letter cannot be reflected. The impact of channel quality conditions on the quality of data packet transmission, resulting in a stronger interference retransmission packet. When merging, the probability of merging data detection error increases, and the gain of retransmission and merging is greatly reduced, resulting in an increase in the number of data retransmissions. . When retransmissions have strong interference, it may even cause
Chase HARQ系统性能低于非 Chase HARQ系统性能。 发明内容 Chase HARQ system performance is lower than non-Chase HARQ system performance. Summary of the invention
本发明提供一种基于 HARQ的数据重传合并方法及装置, 用以解决现 有重传数据均值合并所导致的合并后数据错误概率高, 重传合并增益低、 影响系统性能的问题。  The invention provides a HARQ-based data retransmission combining method and device, which is used to solve the problem that the combined data retransmission probability caused by the current retransmission data mean value combination is high, the retransmission combining gain is low, and the system performance is affected.
本发明提供了一种基于 HARQ的数据重传合并方法, 包括:  The present invention provides a HARQ-based data retransmission combining method, including:
当接收到一个数据包的第 N次传输数据时, 对所述数据包的 N次传输 数据进行合并, 对所述数据包的每个编码块执行以下操作:  When the Nth transmission data of a data packet is received, the N transmission data of the data packet is merged, and the following operations are performed on each coding block of the data packet:
根据 N次传输数据中待合并的编码块的信干噪比, 确定每次传输数据 中所述待合并编码块在数据合并时的加权合并权值;  Determining, according to a signal to interference and noise ratio of the coding block to be combined in the N times of transmission data, a weighted combining weight of the to-be-combined coding block in the data to be merged;
根据确定的加权合并权值, 对 N次传输数据中的待合并编码块进行数 据合并;  And performing data combining on the to-be-combined coded blocks in the N times of transmission data according to the determined weighted combining weights;
直至合并完所述数据包中的所有编码块的数据, 得到合并后的数据包 数据。  The merged packet data is obtained until the data of all the encoded blocks in the data packet are merged.
一种基于 HARQ的数据重传合并装置, 包括: 接收模块、 合并控制模 块和数据合并模块; 其中,  A HARQ-based data retransmission combining device includes: a receiving module, a merge control module, and a data merge module; wherein
所述接收模块, 用于接收数据包的传输数据;  The receiving module is configured to receive transmission data of a data packet;
所述合并控制模块, 当接收到一个数据包的第 N次传输数据时, 对所 述数据包的 N次传输数据进行合并, 控制所述数据合并模块针对所述数据 包的每个编码块执行合并操作, 直至合并完所述数据包中的所有编码块的 数据, 得到合并后的数据包数据;  The merging control module, when receiving the Nth transmission data of a data packet, merging the N transmission data of the data packet, and controlling the data merging module to perform for each coding block of the data packet Merging operation, until the data of all the coding blocks in the data packet is merged, and the combined data packet data is obtained;
所述数据合并模块, 用于对待合并的编码块, 根据 N次传输数据中待 合并的编码块的信干噪比, 确定每次传输数据中所述待合并编码块在数据 合并时的加权合并权值; 根据确定的加权合并权值, 对 N次传输数据中的 待合并编码块进行数据合并。 The data merging module is configured to code the block to be merged, according to the data to be transmitted N times a signal to interference and noise ratio of the combined coded block, determining a weighted combining weight of the to-be-combined coded block in data transmission in each transmission data; and coding to be combined in the N times of transmission data according to the determined weighted combining weight The block performs data merging.
本发明有益效果如下:  The beneficial effects of the present invention are as follows:
本发明实施例提供的基于 HARQ的数据重传合并方法及装置, 在对多 次重传的数据包进行数据合并时, 针对每次重传数据中的各编码块, 根据 其信干噪比确定数据合并时的加权合并权值, 根据加权合并权值合并数据, 使不同传输信道条件的传输数据在合并时的权重不同, 对于信道条件好的 数据其占的权重较大, 信道条件差的数据站的权重较小, 这样, 相当于信 道条件好的情况下传输数据在合并时对合并后的数据的贡献也比较大, 干 扰严重的情况下传输的数据在数据合并时对合并后的数据的贡献也比较 小, 从而使得合并后的数据准确性大大提高, 提高了合并数据的正确率, 实现了合并增益的最大化, 大大提高了系统性能, 也无形中减少了数据重 传的次数。 且信干噪比估算在系统实现时的实现复杂度较小, 对系统緩存 要求较小, 同时 CINR估算粒度较整个 HARQ重传数据包小, 精度较高, 对于 HARQ合并增益的提高贡献比较明显。 附图说明  The HARQ-based data retransmission combining method and device provided by the embodiment of the present invention, when performing data combining on multiple retransmitted data packets, determining, according to the signal to interference and noise ratio, each coding block in each retransmission data The weighted combining weights at the time of data combination are combined according to the weighted combining weights, so that the weights of the transmission data of different transmission channel conditions are different at the time of combining, and the data with a good channel condition has a larger weight, and the data with poor channel conditions The weight of the station is small, so that the transmission data is more contributed to the combined data when the channel condition is good, and the data transmitted is merged when the data is merged. The contribution is also relatively small, so that the accuracy of the combined data is greatly improved, the correct rate of the merged data is improved, the merge gain is maximized, the system performance is greatly improved, and the number of data retransmissions is virtually reduced. The implementation of the signal-to-noise ratio estimation is less complex in the implementation of the system, and the system cache requirement is smaller. At the same time, the CINR estimation granularity is smaller than the entire HARQ retransmission data packet, and the accuracy is higher, which contributes significantly to the improvement of the HARQ combining gain. . DRAWINGS
此处所说明的附图用来提供对本发明的进一步理解, 构成本发明的一 部分, 本发明的示意性实施例及其说明用于解释本发明, 并不构成对本发 明的不当限定。 在附图中:  The drawings are intended to provide a further understanding of the invention, and are intended to be a part of the invention. In the drawing:
图 1为本发明实施例中基于 HARQ的数据重传合并方法流程图; 图 1为本发明实施例中基于 HARQ的数据重传合并装置结构示意图。 具体实施方式  FIG. 1 is a flowchart of a HARQ-based data retransmission combining method according to an embodiment of the present invention; FIG. 1 is a schematic structural diagram of a HARQ-based data retransmission combining apparatus according to an embodiment of the present invention. detailed description
为了使本发明所要解决的技术问题、 技术方案及有益效果更加清楚、 明白, 以下结合附图和实施例, 对本发明进行进一步详细说明。 应当理解, 此处所描述的具体实施例仅仅用以解释本发明, 并不用于限定本发明。 In order to make the technical problems, technical solutions and beneficial effects to be solved by the present invention clearer, It is to be understood that the present invention will be further described in detail below with reference to the drawings and embodiments. It is understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
为了改善现有技术中将保存的旧数据包和重传的新数据包进行合并 时, 增益合并平均所导致的不能反映信道传输条件不同, 进而导致合并数 据准确性不高的问题, 本发明实施例提供的基于 HARQ的数据重传合并方 法, 在进行数据合并时, 根据信道质量确定合并时的权重, 实现数据包的 合并, 该方法流程如图 1所示, 包括如下步驟:  In order to improve the old data packet to be saved in the prior art and the retransmitted new data packet, the gain combining average does not reflect the difference in channel transmission conditions, thereby causing the problem that the combined data is not accurate. The HARQ-based data retransmission combining method provided by the example, when performing data merging, determining the weight of the merging according to the channel quality, and realizing the merging of the data packets. The method flow is as shown in FIG. 1 and includes the following steps:
步驟 S11 : 接收一个数据包第 N次重传的传输数据;  Step S11: Receive transmission data of the Nth retransmission of a data packet;
这里, 本发明方法中, 在 CRC校验通过前接收到的 N次重传的数据包 的传输数据都会被存储下来, 以备后续合并时使用。  Here, in the method of the present invention, the transmission data of the N retransmitted data packets received before the CRC check is passed is stored for use in subsequent merging.
步驟 S12: 启动对上述数据包的 N次传输数据的合并流程。  Step S12: Start a merge process of the N times of data transmission of the above data packet.
步驟 S13:确定 N次传输数据的各编码块的信干噪比(CINR, Carrier to Interference plus Noise Ratio )。  Step S13: Determine a Signal to Interference plus Noise Ratio (CINR) of each coding block of the N times of transmission data.
这里, 也就是在对上述数据包的 N次传输数据进行合并之前, 还包括 确定 N次传输数据的各编码块的 CINR。 具体可以有两种确定方式:  Here, before the merging of the N transmission data of the above data packet, the CINR of each coding block for determining the N transmission data is further included. There are two ways to determine this:
方式一: 当接收到一个数据包的第 N次传输数据时, 统计第 N次传输 数据中各编码块的 CINR,并获取此前统计并存储的前 N-1次传输数据中各 编码块的 CINR。  Manner 1: When receiving the Nth transmission data of a data packet, the CINR of each coding block in the Nth transmission data is counted, and the CINR of each coding block in the previous N-1 transmission data that is previously counted and stored is obtained. .
方式二: 当接收到一个数据包的第 N次传输数据时, 统计 N次传输数 据中各编码块的 CINR。  Manner 2: When receiving the Nth transmission data of a data packet, the CINR of each coding block in the N transmission data is counted.
其中, 方式一在接收到第 N次的传输数据时可以只统计该次传输数据 中各编码块的 CINR, 减少了每次数据合并时的统计工作量。 方式二在接收 到第 N次的传输数据时可以只统计包括此次在内的此前 N次的传输数据中 各编码块的 CINR, 从而不需要系统存储之前的统计数据, 节约了系统存储 空间。 例如: 第 N次重传的传输数据中第 m个编码块的信干噪比为 CINR ; 其中, m表示数据包的第 m个 FEC编码块, me {0, ......, M-1} , M为正整 数, N表示第 N次重传的数据包的传输数据。 The mode 1 can only count the CINR of each coding block in the transmission data when receiving the Nth transmission data, and reduce the statistical workload when each data is merged. In the second mode, when the Nth transmission data is received, only the CINR of each coding block in the previous N times of transmission data including the current time can be counted, so that the system does not need to store the previous statistical data, thereby saving system storage space. For example: the signal to interference and noise ratio of the mth coding block in the transmission data of the Nth retransmission is CINR; where m represents the mth FEC coding block of the data packet, me {0, ..., M -1} , M is a positive integer, and N represents the transmission data of the Nth retransmitted packet.
步驟 S14: 获取 N次传输数据中当前待合并的编码块的数据。  Step S14: Acquire data of the coding block to be merged in the N times of transmission data.
这里, 针对上述数据包的每个编码块, 执行步驟 S15和步驟 S16的编 码块数据合并操作。  Here, the code block data combining operation of step S15 and step S16 is performed for each code block of the above-described data packet.
步驟 S15: 根据 N次传输数据中待合并的编码块的 CINR, 确定每次传 输数据中待合并编码块在数据合并时的加权合并权值。  Step S15: Determine, according to the CINR of the coding block to be merged in the N times of transmission data, a weighted combining weight of the coded block to be combined in the data transmission at the time of data combining.
具体地,对 N次传输数据中待合并的编码块的 CINR进行归一化计算, 按下列公式确定每次传输数据中待合并编码块在数据合并时的加权合并权 值:
Figure imgf000009_0001
Specifically, the CINR of the coding block to be combined in the N times of transmission data is normalized, and the weighted combining weights of the to-be-combined coding blocks in the data to be merged in each transmission data are determined according to the following formula:
Figure imgf000009_0001
其中, w表示第 n次传输数据中第 m个编码块在数据合并时的加权合 并权值, me{0,……, M-1}, M为正整数, ne {0,……, N} , N为正整数; Where w represents the weighted combining weight of the mth coded block in the nth transmission data at the time of data combination, me{0,..., M-1}, M is a positive integer, ne {0,...,N } , N is a positive integer;
CINR 表示第 n次传输数据中第 m个编码块的 CINR; CINR represents the CINR of the mth coded block in the nth transmission data;
∑'N=。aNR 表示 N 次传输数据中第 m 个编码块的 CINR 之和, ie {0, ······ , N}。 步驟 S16: 根据确定出的加权合并权值, 对 N次传输数据中的待合并 编码块进行数据合并, 得到合并后的编码块数据。 ∑ ' N =. aNR represents the sum of the CINRs of the mth coded block in the N transmission data, ie {0, ······, N}. Step S16: Perform data combining on the to-be-combined coded blocks in the N times of transmission data according to the determined weighted combining weights to obtain the combined coded block data.
这里, 针对待合并编码块中的每个信息比特的数据, 采用下列公式进 行数据合并: 其中, bit ^表示第 m个编码块中第 k个信息比特合并后的数据, me {0, , M-1} , M为正整数, ke {0, ······ , K-1}, K为正整数; b ' m表示第 n次传输的第 m个编码块中第 k个信息比特的数据, ne {0, ······, N} , N为正整数; Here, for the data of each information bit in the code block to be merged, the data is merged by using the following formula: where bit ^ represents the combined data of the kth information bit in the mth code block, me {0, , M -1} , M is a positive integer, ke {0, ······ , K-1}, K is a positive integer; b ' m denotes the data of the kth information bit in the mth code block of the nth transmission, ne {0, ······, N} , N is a positive integer;
表示第 n次传输数据中第 m个编码块在数据合并时的加权合并权 值;  Representing a weighted merge weight of the mth code block in the nth transmission data at the time of data combining;
合并完待合并的编码块中的所有信息比特的数据后, 得到合并后的编 码块数据。  After merging the data of all the information bits in the code block to be merged, the combined code block data is obtained.
步驟 S17: 是否合并完上述数据包中所有的编码块的数据, 若是, 则执 行步驟 S19; 否则, 执行步驟 S18。  Step S17: Whether to merge the data of all the coding blocks in the above data packet, if yes, execute step S19; otherwise, execute step S18.
步驟 S18: 确定待合并的下一个编码块。  Step S18: Determine the next code block to be merged.
这里, 在合并完一个编码块的数据后, 开始合并下一个编码块的数据, 确定待合并的下一个编码块后, 返回执行步驟 S14继续获取下一个待合并 的编码块的数据。  Here, after combining the data of one coding block, starting to merge the data of the next coding block, determining the next coding block to be merged, returning to step S14 to continue acquiring the data of the next coding block to be combined.
步驟 S19: 得到合并后的数据包数据。  Step S19: Obtain the combined data packet data.
当步驟 S11接收到一个数据包的第 N次传输数据时, 对数据包的 N次 传输数据进行合并, 针对所述数据包的每个编码块, 执行上面的数据合并 操作, 直至合并完数据包中的所有编码块的数据, 得到合并后的数据包数 据。  When the Nth transmission data of a data packet is received in step S11, the N transmission data of the data packet is merged, and the above data combining operation is performed for each coding block of the data packet until the data packet is merged. The data of all the encoded blocks in the data is obtained, and the combined packet data is obtained.
优选的, 本发明实施例提供的上述基于 HARQ的数据重传合并方法, 还包括:  Preferably, the foregoing HARQ-based data retransmission combining method provided by the embodiment of the present invention further includes:
步驟 S20: 对合并后的数据包数据进行 CRC校验, 若校验不通过, 则 继续请求发送端重传所述数据包的数据。  Step S20: Perform CRC check on the merged data packet, and if the check fails, continue to request the sender to retransmit the data of the data packet.
当校验通过时, 则不再请求重新发送该数据包的数据。  When the check passes, the data of the packet is no longer requested to be resent.
基于本发明实施例提供的上述数据重传合并方法, 本发明实施例还提 供了一种基于 HARQ的数据重传合并装置, 该装置可以设在任何具有数据 接收功能的网络设备中, 该装置的结构如图 2所示, 包括: 接收模块 10、 合并控制模块 20和数据合并模块 30。 Based on the foregoing data retransmission combining method provided by the embodiment of the present invention, the embodiment of the present invention further provides a HARQ-based data retransmission combining device, where the device can be set in any network device having a data receiving function, and the device is The structure is as shown in FIG. 2, including: a receiving module 10, The control module 20 and the data merge module 30 are combined.
接收模块 10, 用于接收数据包的传输数据。  The receiving module 10 is configured to receive transmission data of the data packet.
合并控制模块 20, 当接收到一个数据包的第 N次传输数据时, 对该数 据包的 N次传输数据进行合并, 控制数据合并模块针对所述数据包的每个 编码块执行合并操作, 直至合并完数据包中的所有编码块的数据, 得到合 并后的数据包数据。  The merging control module 20, when receiving the Nth transmission data of a data packet, merging the N transmission data of the data packet, and the control data merging module performs a merging operation for each coding block of the data packet until The data of all the coding blocks in the data packet is merged to obtain the combined data packet data.
数据合并模块 30, 用于针对待合并的编码块, 根据 N次传输数据中待 合并的编码块的 CINR,确定每次传输数据中所述待合并编码块在数据合并 时的加权合并权值; 根据确定出的加权合并权值, 对 N次传输数据中的待 合并编码块进行数据合并, 得到合并后的编码块数据。  a data merging module 30, configured to determine, according to a CINR of a coding block to be merged in the N times of transmission data, a weighted combining weight of the to-be-combined coded block in the data combination when the data is merged; And performing data combining on the to-be-combined coding blocks in the N times of transmission data according to the determined weighted combining weights to obtain the combined coded block data.
优选的, 上述数据合并模块 30, 进一步包括: 权重确定单元 301和数 据合并单元 302。  Preferably, the data combining module 30 further includes: a weight determining unit 301 and a data combining unit 302.
权重确定单元 301, 用于对 N次传输数据中待合并的编码块的 CINR 进行归一化计算, 按下列公式确定每次传输数据中所述待合并编码块在数 据合并时的加权合并权值:
Figure imgf000011_0001
The weight determining unit 301 is configured to perform normalization calculation on the CINR of the coded block to be merged in the N times of transmission data, and determine, according to the following formula, the weighted combined weight of the to-be-combined coded block in the data combination. :
Figure imgf000011_0001
其中, 表示第 n次传输数据中第 m个编码块在数据合并时的加权合 并权值, me {0, ······, M-1} , M为正整数, ne {0, ······ , N} , N为正整数; Wherein, the weighted merge weight of the mth coded block in the nth transmission data at the time of data merge, me {0, ······, M-1}, M is a positive integer, ne {0, · ····· , N} , N is a positive integer;
CINR 表示第 n次传输数据中第 m个编码块的 CINR;CINR represents the CINR of the mth coded block in the nth transmission data;
Γ^ΟΝΕ^表示 Ν 次传输数据中第 m 个编码块的 CINR 之和, ie {0, ······ , N}。  Γ^ΟΝΕ^ indicates the sum of the CINRs of the mth code block in the 传输 transmission data, ie {0, ······ , N}.
数据合并单元 302, 用于根据确定出的加权合并权值, 对 N次传输数 据中的待合并编码块进行数据合并, 得到合并后的编码块数据; 具体包括: 针对待合并编码块中的每个信息比特的数据, 采用下列公式进行数据 合并: bit=me =∑n N=。W bit The data merging unit 302 is configured to perform data merging on the to-be-combined coded blocks in the N times of transmission data according to the determined weighted merging weights to obtain the merged coded block data, and specifically includes: The data of the information bits is combined by the following formula: Bit= me =∑ n N =. W bit
其中, bit ^表示第 m个编码块中第 k个信息比特合并后的数据, me {0, , M - 1} , M为正整数, k e {0, · · ·· · · , K -1} , K为正整数;  Where bit ^ represents the merged data of the kth information bit in the mth coded block, me {0, , M - 1} , M is a positive integer, ke {0, · · ··· · · , K -1 } , K is a positive integer;
bit^ m表示第 n次传输的第 m个编码块中第 k个信息比特的数据, n e {0, · · ·· · ·, N} , N为正整数; Bit^ m represents the data of the kth information bit in the mth coded block of the nth transmission, ne {0, · · ··· · ·, N} , N is a positive integer;
表示第 n次传输数据中第 m个编码块在数据合并时的加权合并权 值;  Representing a weighted merge weight of the mth code block in the nth transmission data at the time of data combining;
合并完待合并编码块中的所有信息比特的数据后, 得到合并后的编码 块数据。  After merging the data of all the information bits in the coded block to be merged, the combined coded block data is obtained.
优选的, 上述基于 HARQ的数据重传合并装置, 还包括:  Preferably, the foregoing HARQ-based data retransmission combining device further includes:
统计模块 40, 用于对数据包的 N次传输数据进行合并时, 确定 N次传 输数据的各编码块的 CINR,具体包括: 当接收到一个数据包的第 N次传输 数据时,统计第 N次传输数据中各编码块的 CINR,并获取此前统计并存储 的前 N-1次传输数据中各编码块的 CINR; 或者, 当接收到一个数据包的第 N次传输数据时, 统计 N次传输数据中各编码块的 CINR。  The statistic module 40 is configured to determine the CINR of each coding block of the N times of transmission data when the data of the N times of the data transmission is combined, and specifically includes: when receiving the Nth transmission data of a data packet, the statistics are N. Transmitting the CINR of each coding block in the data, and acquiring the CINR of each coding block in the previous N-1 transmission data that is previously counted and stored; or, when receiving the Nth transmission data of one data packet, counting N times The CINR of each code block in the transmitted data.
优选的, 上述基于 HARQ的数据重传合并装置, 还包括:  Preferably, the foregoing HARQ-based data retransmission combining device further includes:
校验模块 50, 用于得到合并后的数据包数据后, 对合并后的数据包数 据进行 CRC校验, 若校验不通过时, 继续请求发送端重传所述数据包的数 据。  The verification module 50, after obtaining the combined data packet data, performs CRC check on the combined data packet data, and if the verification fails, continues to request the transmitting end to retransmit the data of the data packet.
上述方法在对基带数据进行重传合并时, 根据反映信道传输条件优劣 的 CINR,确定每次传输数据在数据合并时所占的权重, 即:加权合并权值, 对于信道条件好的数据其占的权重较大, 信道条件差的数据站的权重较小, 这样, 相当于信道条件好的情况下传输数据在合并时对合并后的数据的贡 献也比较大, 干扰严重的情况下传输的数据在数据合并时对合并后的数据 的贡献也比较小, 从而使得合并后的数据准确性大大提高, 实现了合并增 益的最大化, 大大提高了系统性能, 也无形中减少了数据重传的次数。 上述方法中使用 FEC编码块的 CINR作为加权合并权值, CINR估算对 在系统实现时的实现复杂度较小, 对系统緩存要求较小, 同时, CINR估算 粒度较整个 HARQ重传数据包小, 精度较高, 对于 HARQ合并增益的提高 贡献比较明显。 When the baseband data is retransmitted and combined, the method determines the weight of each transmission data in the data combining according to the CINR reflecting the channel transmission condition, that is, the weighted combining weight, and the data with good channel conditions The weight of the data station is relatively large, and the weight of the data station with poor channel conditions is relatively small. Thus, when the channel condition is good, the transmission data has a relatively large contribution to the combined data at the time of merging, and the transmission is performed under severe interference. When the data is merged, the contribution to the merged data is also relatively small, so that the accuracy of the combined data is greatly improved, and the merger is increased. Maximizing benefits greatly improves system performance and virtually reduces the number of data retransmissions. In the above method, the CINR of the FEC coding block is used as the weighted combining weight. The CINR estimation has less implementation complexity in the implementation of the system, and requires less system buffering. At the same time, the CINR estimation granularity is smaller than the entire HARQ retransmission packet. The accuracy is higher, and the contribution to the improvement of the HARQ combining gain is more obvious.
上述说明示出并描述了本发明的一个优选实施例, 但如前所述, 应当 理解本发明并非局限于本文所披露的形式, 不应看作是对其它实施例的排 除, 而可用于各种其他组合、 修改和环境, 并能够在本文所述发明构想范 围内, 通过上述教导或相关领域的技术或知识进行改动。 而本领域人员所 进行的改动和变化不脱离本发明的精神和范围, 则都应在本发明所附权利 要求的保护范围内。  The above description shows and describes a preferred embodiment of the present invention, but as described above, it should be understood that the present invention is not limited to the form disclosed herein, and should not be construed as Other combinations, modifications, and environments are possible and can be modified by the teachings or related art or knowledge within the scope of the inventive concept described herein. All changes and modifications made by those skilled in the art are intended to be within the scope of the appended claims.

Claims

权利要求书 Claim
1、一种基于混合自动重传请求 HARQ的数据重传合并方法,其特征在 于, 该方法包括:  A data retransmission combining method based on hybrid automatic repeat request HARQ, characterized in that: the method comprises:
当接收到一个数据包的第 N次传输数据时, 对所述数据包的 N次传输 数据进行合并, 对所述数据包的编码块执行以下操作:  When the Nth transmission data of a data packet is received, the N transmission data of the data packet is combined, and the following operations are performed on the coding block of the data packet:
根据 N次传输数据中待合并的编码块的信干噪比, 确定每次传输数据 中所述待合并编码块在数据合并时的加权合并权值;  Determining, according to a signal to interference and noise ratio of the coding block to be combined in the N times of transmission data, a weighted combining weight of the to-be-combined coding block in the data to be merged;
根据确定的加权合并权值, 对 N次传输数据中的待合并编码块进行数 据合并;  And performing data combining on the to-be-combined coded blocks in the N times of transmission data according to the determined weighted combining weights;
直至合并完所述数据包中的所有编码块的数据, 得到合并后的数据包 数据。  The merged packet data is obtained until the data of all the encoded blocks in the data packet are merged.
2、 根据权利要求 1所述的方法, 其特征在于, 所述根据 N次传输数据 中待合并的编码块的信干噪比, 确定每次传输数据中所述待合并编码块在 数据合并时的加权合并权值, 包括:  The method according to claim 1, wherein the determining, according to the signal to interference and noise ratio of the coding block to be combined in the N times of transmission data, determining that the to-be-combined coding block in the data to be combined is in data combining Weighted consolidation weights, including:
对 N次传输数据中待合并的编码块的信干噪比进行归一化计算, 按下 列公式确定每次传输数据中所述待合并编码块在数据合并时的加权合并权 值:  The signal-to-noise ratio of the coded blocks to be combined in the N times of transmission data is normalized, and the weighted merge weights of the to-be-combined coded blocks in the data combination are determined by using the column formula:
w m° = Z CINR- ^oCINR^ w m ° = Z CINR - ^oCINR^
其中, 表示第 n次传输数据中第 m个编码块在数据合并时的加权合 并权值, me {0, ······, M -1} , M为正整数, ne {0, ······ , N} , N为正整数; Wherein, the weighted merge weight of the mth coded block in the nth transmission data at the time of data merge, me {0, ······, M -1} , M is a positive integer, ne {0, · ····· , N} , N is a positive integer;
CIN1 表示第 n次传输数据中第 m个编码块的信干噪比; CIN1 represents the signal to interference and noise ratio of the mth coded block in the nth transmission data;
Z^CINR 表示 N 次传输数据中第 m 个编码块的信干噪比之和, ie {0, ······ , N}。  Z^CINR represents the sum of the signal-to-interference ratio of the mth coded block in the N-transmission data, ie {0, ······ , N}.
3、 根据权利要求 1所述的方法, 其特征在于, 所述根据确定的加权合 并权值, 对 N次传输数据中的待合并编码块进行数据合并, 包括: 对待合并编码块中的每个信息比特的数据, 采用下列公式进行数据合 并: 3. The method according to claim 1, wherein the determining according to the determined weighting And the weight value, the data combination of the to-be-combined coded blocks in the N times of transmission data, including: the data of each information bit in the coded block to be combined, the data is merged by using the following formula:
b :me =∑n N=。W bit b : me =∑ n N =. W bit
其中, bit ^表示第 m个编码块中第 k个信息比特合并后的数据, me {0, , M-1} , M为正整数, ke {0, ······ , K-1}, K为正整数;  Where bit ^ represents the merged data of the kth information bit in the mth coding block, me {0, , M-1} , M is a positive integer, ke {0, ······ , K-1 }, K is a positive integer;
bit^ m表示第 n次传输的第 m个编码块中第 k个信息比特的数据, ne {0, ······, N} , N为正整数; Bit^ m represents the data of the kth information bit in the mth coded block of the nth transmission, ne {0, ······, N} , N is a positive integer;
表示第 n次传输数据中第 m个编码块在数据合并时的加权合并权 值;  Representing a weighted merge weight of the mth code block in the nth transmission data at the time of data combining;
合并完待合并编码块中的所有信息比特的数据, 得到合并后的编码块 数据。  The data of all the information bits in the coded block to be merged is merged to obtain the combined coded block data.
4、 根据权利要求 1所述的方法, 其特征在于, 对所述数据包的 N次传 输数据进行合并之前, 该方法还包括:  4. The method according to claim 1, wherein before the merging the N times of data of the data packet, the method further comprises:
当接收到一个数据包的第 N次传输数据时, 统计第 N次传输数据中各 编码块的信干燥比, 并获取前 N-1 次传输数据中各编码块的信干噪比; 或 者,  When receiving the Nth transmission data of a data packet, the signal drying ratio of each coding block in the Nth transmission data is counted, and the signal to interference and noise ratio of each coding block in the previous N-1 transmission data is obtained; or
当接收到一个数据包的第 N次传输数据时, 统计 N次传输数据中各编 码块的信干燥比。  When the Nth transmission data of a data packet is received, the letter drying ratio of each coding block in the N transmission data is counted.
5、 根据权利要求 1至 4任一项所述的方法, 其特征在于, 得到合并后 的数据包数据后, 该方法还包括:  The method according to any one of claims 1 to 4, wherein after the combined data packet data is obtained, the method further comprises:
对合并后的数据包数据进行循环冗余检测编码 CRC校验, 若校验不通 过, 则继续请求发送端重传所述数据包的数据。  The CRC check is performed on the combined packet data, and if the check fails, the requesting end retransmits the data of the packet.
6、 一种基于 HARQ的数据重传合并装置, 其特征在于, 该装置包括: 接收模块、 合并控制模块和数据合并模块; 其中, 所述接收模块, 用于接收数据包的传输数据; 6. A HARQ-based data retransmission combining device, the device comprising: a receiving module, a merge control module, and a data merge module; The receiving module is configured to receive transmission data of a data packet;
所述合并控制模块, 当接收到一个数据包的第 N次传输数据时, 对所 述数据包的 N次传输数据进行合并, 控制所述数据合并模块针对所述数据 包的每个编码块执行合并操作, 直至合并完所述数据包中的所有编码块的 数据, 得到合并后的数据包数据;  The merging control module, when receiving the Nth transmission data of a data packet, merging the N transmission data of the data packet, and controlling the data merging module to perform for each coding block of the data packet Merging operation, until the data of all the coding blocks in the data packet is merged, and the combined data packet data is obtained;
所述数据合并模块, 用于对待合并的编码块, 根据 N次传输数据中待 合并的编码块的信干噪比, 确定每次传输数据中所述待合并编码块在数据 合并时的加权合并权值; 根据确定的加权合并权值, 对 N次传输数据中的 待合并编码块进行数据合并。  The data merging module is configured to: for the coded block to be merged, determine a weighted combination of the to-be-combined coded block in data combination in each transmission data according to a signal to interference and noise ratio of the coded block to be merged in the N times of transmission data Weighting; performing data combining on the to-be-combined coding blocks in the N transmission data according to the determined weighted combining weights.
7、 根据权利要求 6所述的装置, 其特征在于, 所述数据合并模块, 具 体包括:  The device according to claim 6, wherein the data merging module comprises:
权重确定单元, 用于对 N次传输数据中待合并的编码块的信干噪比进 行归一化计算, 按下列公式确定每次传输数据中所述待合并编码块在数据 合并时的加权合并权值:
Figure imgf000016_0001
a weight determining unit, configured to perform normalization calculation on a signal to interference and noise ratio of the coded block to be merged in the N times of transmission data, and determine, according to the following formula, a weighted combination of the to-be-combined coded block in data combination in data transmission Weight:
Figure imgf000016_0001
其中, 表示第 n次传输数据中第 m个编码块在数据合并时的加权合 并权值, me {0, · · ·· · ·, M - 1} , M为正整数, ne {0, · · ·· · · , N} , N为正整数; Wherein, the weighted merge weight of the mth coded block in the nth transmission data at the time of data merge, me {0, · · ··· · ·, M - 1} , M is a positive integer, ne {0, · · · · · · , N} , N is a positive integer;
CIN1 表示第 n次传输数据中第 m个编码块的信干噪比;CIN1 represents the signal to interference and noise ratio of the mth coded block in the nth transmission data;
Γ^ΟΝΙ^表示 Ν 次传输数据中第 m 个编码块的信干噪比之和, i e {0, · · ·· · · , N}。  Γ^ΟΝΙ^ indicates the sum of the signal-to-noise ratio of the mth code block in the 传输 transmission data, i e {0, · · ··· · · , N}.
8、 根据权利要求 6所述的装置, 其特征在于, 所述数据合并模块, 具 体包括:  The device according to claim 6, wherein the data merging module comprises:
数据合并单元, 用于根据确定出的加权合并权值, 对 N次传输数据中 的待合并编码块进行数据合并, 得到合并后的编码块数据; 具体包括: 对待合并编码块中的每个信息比特的数据, 采用下列公式进行数据合 开: a data merging unit, configured to perform data merging on the to-be-combined coded blocks in the N times of transmission data according to the determined weighted merging weights, to obtain the merging coded block data; specifically: each information in the coded block to be combined Bit data, using the following formula for data combination Open:
bit=me =∑n N=。W bit Bit= me =∑ n N =. W bit
其中, bit ^表示第 m个编码块中第 k个信息比特合并后的数据, me {0, , M-1} , M为正整数, ke {0, ······ , K-1}, K为正整数;  Where bit ^ represents the merged data of the kth information bit in the mth coding block, me {0, , M-1} , M is a positive integer, ke {0, ······ , K-1 }, K is a positive integer;
b 'm表示第 n次传输的第 m个编码块中第 k个信息比特的数据, ne {0, ······, N} , N为正整数; b ' m denotes the data of the kth information bit in the mth code block of the nth transmission, ne {0, ······, N} , N is a positive integer;
表示第 n次传输数据中第 m个编码块在数据合并时的加权合并权 值;  Representing a weighted merge weight of the mth code block in the nth transmission data at the time of data combining;
合并完待合并编码块中的所有信息比特的数据后, 得到合并后的编码 块数据。  After merging the data of all the information bits in the coded block to be merged, the combined coded block data is obtained.
9、 根据权利要求 6所述的装置, 其特征在于, 该装置还包括: 统计模块, 用于对所述数据包的 N次传输数据进行合并时, 确定 N次 传输数据的各编码块的信干噪比, 具体包括: 当接收到一个数据包的第 N 次传输数据时,统计第 N次传输数据中各编码块的信干燥比,并获取前 N-1 次传输数据中各编码块的信干噪比; 或者, 当接收到一个数据包的第 N次 传输数据时, 统计 N次传输数据中各编码块的信干燥比。  The device according to claim 6, wherein the device further comprises: a statistics module, configured to determine, when the N times of the data transmission of the data packet are combined, the letter of each coding block of the N times of transmission data The dry-to-noise ratio specifically includes: when receiving the Nth transmission data of a data packet, counting the signal drying ratio of each coding block in the Nth transmission data, and acquiring the coding blocks of the first N-1 transmission data. The signal to interference and noise ratio; or, when receiving the Nth transmission data of a data packet, the signal drying ratio of each coding block in the N transmission data is counted.
10、 根据权利要求 6至 9任一项所述的装置, 其特征在于, 该装置还 包括:  10. Apparatus according to any one of claims 6 to 9 wherein the apparatus further comprises:
校验模块, 用于得到合并后的数据包数据后, 对合并后的数据包数据 进行 CRC校验,若校验不通过,则继续请求发送端重传所述数据包的数据。  The verification module is configured to perform CRC check on the merged data packet data, and if the verification fails, continue to request the transmitting end to retransmit the data of the data packet.
PCT/CN2011/080991 2011-06-14 2011-10-19 Method and device for data retransmission and merging based on harq WO2012171291A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN 201110159279 CN102833054A (en) 2011-06-14 2011-06-14 Data retransmitting and combining method based on HARQ (hybrid automatic repeat request) and device
CN201110159279.4 2011-06-14

Publications (1)

Publication Number Publication Date
WO2012171291A1 true WO2012171291A1 (en) 2012-12-20

Family

ID=47336035

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/080991 WO2012171291A1 (en) 2011-06-14 2011-10-19 Method and device for data retransmission and merging based on harq

Country Status (2)

Country Link
CN (1) CN102833054A (en)
WO (1) WO2012171291A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1567761A (en) * 2003-07-08 2005-01-19 上海贝尔阿尔卡特股份有限公司 Method for combing mixed automatic retransmission requests in OFDM system
US20080187071A1 (en) * 2007-02-05 2008-08-07 Samsung Electronics Co., Ltd. Apparatus and method for controlling power in a communication system
CN101897142A (en) * 2007-12-13 2010-11-24 高通股份有限公司 Coding block based HARQ combining for OFDMA systems

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1567761A (en) * 2003-07-08 2005-01-19 上海贝尔阿尔卡特股份有限公司 Method for combing mixed automatic retransmission requests in OFDM system
US20080187071A1 (en) * 2007-02-05 2008-08-07 Samsung Electronics Co., Ltd. Apparatus and method for controlling power in a communication system
CN101897142A (en) * 2007-12-13 2010-11-24 高通股份有限公司 Coding block based HARQ combining for OFDMA systems

Also Published As

Publication number Publication date
CN102833054A (en) 2012-12-19

Similar Documents

Publication Publication Date Title
US8327234B2 (en) Code block reordering prior to forward error correction decoding based on predicted code block reliability
US8018902B2 (en) Methods and apparatus for channel quality indicator determination
EP2224632B1 (en) Forward error correction decoding avoidance based on predicted code block reliability
US8130820B2 (en) Method and apparatus for interference cancellation in a wireless communications system
TWI434545B (en) Method and system to increase the throughput of a hybrid automatic repeat request (harq) protocol
US20100223524A1 (en) Forward Error Correction Decoding Avoidance Based on Predicted Code Block Reliability
US20020049068A1 (en) Data retransmission apparatus and method in a mobile communication system employing HARQ technique
US7978626B1 (en) Method and system for adaptive hybrid automatic repeat request protocols based on network conditions
US20080232403A1 (en) H-arq acknowledgment detection validation by re-decoding
US20120300699A1 (en) Method and arrangement of processing a packet of a harq system
US10003435B2 (en) Method, system and device for error detection in OFDM wireless communication networks without full forward error correction decoding
US20080214119A1 (en) Link adaptation telecommunication system
WO2020030115A1 (en) Downlink transmission with two-stage feedback: early prediction-based feedback of physical downlink shared channel and hybrid automatic repeat request feedback
US10841048B2 (en) Hybrid automatic repeat request feedback method and apparatus
US8386892B1 (en) Partial packet recovery for wireless networks
CN109889308A (en) The mixed automatic retransmission request method of joint polarization coding and decoding in Internet of Things
CA2694933C (en) Code block reordering prior to forward error correction decoding based on predicted code block reliability
CN115051775B (en) Efficient automatic retransmission method in broadband ad hoc network
Deghel et al. Joint optimization of link adaptation and harq retransmissions for URLLC services
Miura et al. Low latency HARQ method using early retransmission before channel decoding based on superposition coding
WO2012171291A1 (en) Method and device for data retransmission and merging based on harq
CN102833039B (en) Large iteration receiving method used in hybrid automatic repeat request system
WO2018103011A1 (en) Data transmission method and communication device
Soltani et al. PEEC: a channel-adaptive feedback-based error
CN117692103A (en) Data retransmission method based on bits and related device

Legal Events

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

Ref document number: 11867733

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

Country of ref document: EP

Kind code of ref document: A1