Boosting Wireless Capacity: A New Approach to Error Correction

Author: Denis Avetisyan


Researchers demonstrate a practical implementation of a non-orthogonal HARQ-CC scheme using software-defined radio to enhance spectral efficiency and reduce latency for future 6G networks.

The proposed N-HARQ-CC scheme, built upon the GNU Radio framework, establishes a system architecture designed to persuade the unpredictable currents of wireless communication, leveraging a layered approach to coax reliable data transmission from the chaos of the radio frequency spectrum.
The proposed N-HARQ-CC scheme, built upon the GNU Radio framework, establishes a system architecture designed to persuade the unpredictable currents of wireless communication, leveraging a layered approach to coax reliable data transmission from the chaos of the radio frequency spectrum.

This work details a GNU Radio-based implementation and experimental validation of a non-orthogonal HARQ-CC scheme leveraging superposition coding and successive interference cancellation.

Traditional Hybrid Automatic Repeat Request (HARQ) schemes prioritize reliability at the cost of spectral efficiency and increased latency, a limitation becoming increasingly critical for emerging low-latency applications. This paper presents a solution through the development and implementation of a Non-Orthogonal HARQ with Chase Combining (N-HARQ-CC) scheme, detailed in ‘Non-Orthogonal HARQ-CC over SDR: A GNU Radio-Based Implementation’. By strategically allocating retransmission resources to both failed packets and new data-and leveraging superposition coding with Successive Interference Cancellation-the proposed system achieves a demonstrated spectral efficiency improvement of approximately 0.5 bps/Hz. Could this approach pave the way for more efficient and responsive communication protocols in future 6G networks and beyond?


Whispers of Capacity: The Strain on Emerging Wireless Networks

Although 5G represents a significant leap forward in wireless technology, its current infrastructure is already showing signs of strain when faced with the projected explosion of connected devices and increasingly demanding applications. The sheer volume of data generated by billions of smartphones, sensors, and emerging technologies like augmented and virtual reality is rapidly approaching the capacity limits of existing networks. This isn’t simply a matter of bandwidth; 5G’s architecture, while capable, wasn’t initially designed to seamlessly handle the scale of connectivity envisioned for the future. Furthermore, data-intensive applications-such as high-definition video streaming, real-time gaming, and industrial automation-require consistently high throughput and low latency, pushing 5G networks to their operational boundaries. Consequently, sustaining reliable performance and accommodating future growth necessitates a fundamental rethinking of wireless communication paradigms, paving the way for the development of 6G technologies.

The anticipated leap to 6G wireless technology demands a fundamental shift beyond simply faster data speeds; it envisions a network capable of simultaneously supporting three distinct and demanding service paradigms. Enhanced Mobile Broadband (eMBB) continues the trend of data-intensive applications, while Ultra-Reliable Low-Latency Communication (eRLLC) is critical for time-sensitive applications like industrial automation and remote surgery, requiring near-instantaneous and flawless data transmission. Compounding this is the need for massive Machine-Type Communications (mMTC), enabling connectivity for an immense number of devices – sensors, wearables, and IoT endpoints – all requiring efficient resource allocation. Successfully integrating these three pillars – high data rates, extreme reliability, and massive scale – presents a significant engineering challenge, necessitating innovative network architectures and resource management strategies to avoid performance bottlenecks and ensure a seamless user experience.

The reliable delivery of data in wireless communication relies heavily on Hybrid Automatic Repeat Request (HARQ) protocols, yet these established methods face significant hurdles as networks evolve beyond 5G. Current HARQ designs, optimized for earlier generations, struggle to cope with the sheer scale and diversity of devices anticipated in 6G, alongside the demand for vastly increased data rates and ultra-low latency. The increased complexity arises from managing a significantly larger number of concurrent transmissions, each potentially requiring different quality-of-service guarantees. Consequently, existing HARQ implementations experience escalating resource consumption, increased processing overhead, and diminished efficiency in error correction, hindering their ability to support the ambitious performance targets of future wireless networks. Researchers are actively exploring innovative HARQ schemes, including intelligent scheduling, adaptive coding and modulation, and enhanced feedback mechanisms, to overcome these limitations and ensure robust, efficient data transmission in the 6G era.

A GNU Radio flowgraph utilizing two USRPs implements the proposed N-HARQ-CC scheme.
A GNU Radio flowgraph utilizing two USRPs implements the proposed N-HARQ-CC scheme.

Spectral Alchemy: Unlocking Efficiency with Non-Orthogonal Access

Non-Orthogonal Multiple Access (NOMA) increases spectral efficiency by enabling multiple users to concurrently utilize the same frequency and time radio resources. Traditional orthogonal access methods, such as Time Division Multiple Access (TDMA) and Frequency Division Multiple Access (FDMA), allocate unique resources to each user, limiting overall system capacity. NOMA overcomes this limitation by transmitting superimposed signals, differentiating users through power allocation; users with lower power levels experience interference from higher-power users, but this interference can be mitigated through receiver processing. This approach allows a greater number of devices to be served within a given bandwidth, resulting in a higher aggregate throughput and improved spectral efficiency compared to orthogonal schemes. The theoretical gains in spectral efficiency are significant, with potential improvements of up to several times that of traditional methods depending on the number of users and power allocation strategies.

Non-Orthogonal Multiple Access (NOMA) utilizes power domain multiplexing to enable multiple users to transmit data simultaneously on the same frequency and time resources. This is achieved by assigning different power levels to each user’s signal; typically, a user with a weaker signal is allocated lower power, while a user with a stronger signal receives higher power. At the receiver, a technique called Successive Interference Cancellation (SIC) is employed. SIC operates by first decoding the signal of the user with the highest power, then subtracting that signal from the received composite signal. This process is repeated for each user, sequentially decoding and removing their contribution until the desired user’s signal is isolated and accurately recovered. The effectiveness of SIC is directly related to the power difference between users and the accuracy of the interference cancellation process.

Integrating Non-Orthogonal Multiple Access (NOMA) with conventional Hybrid Automatic Repeat Request (HARQ) introduces complexities due to the superimposed nature of NOMA signals. Traditional HARQ assumes orthogonal access, enabling straightforward detection of retransmissions; however, in NOMA, differentiating between new transmissions and retransmissions at the receiver becomes problematic without incurring significant interference. Consequently, Non-Orthogonal HARQ (N-HARQ) schemes have been developed to address this challenge. N-HARQ allows the simultaneous transmission of both new packets and retransmitted packets, leveraging the power domain separation inherent in NOMA to facilitate reliable decoding. This is typically achieved by assigning different power levels to new and retransmitted packets, allowing the receiver to prioritize decoding based on power allocation and SIC principles.

An N-HARQ-CC transmission was experimentally implemented using two USRP B210 software-defined radios.
An N-HARQ-CC transmission was experimentally implemented using two USRP B210 software-defined radios.

Forging Resilience: N-HARQ-CC and the Power of Combined Signals

N-HARQ-CC utilizes Superposition Coding (SC) in conjunction with Hybrid Automatic Repeat Request (HARQ) protocols to improve data transmission reliability. This integration enables the receiver to employ Chase Combining (CC) on retransmitted packets; CC involves coherently combining the energy of each received instance of a packet, effectively increasing the overall signal strength. By superimposing retransmissions, N-HARQ-CC leverages the constructive interference inherent in CC, enhancing the signal-to-noise ratio and mitigating the effects of channel impairments. This approach contrasts with traditional HARQ methods by actively combining signals rather than simply selecting the best received version, leading to improved performance in challenging wireless environments.

N-HARQ-CC utilizes advanced channel estimation and equalization to reliably decode signals resulting from the superposition coding process. Specifically, the Constant Modulus Algorithm (CMA) is employed for blind channel estimation, operating without requiring training sequences, which is beneficial in dynamic environments. Complementing CMA, the Costas Loop functions as a phase estimator, correcting for phase shifts introduced by the wireless channel. These techniques are crucial for mitigating inter-symbol interference and recovering the original transmitted data from the combined signal, ensuring accurate decoding even under challenging channel conditions. The combined application of CMA and Costas Loop allows N-HARQ-CC to effectively address channel impairments without relying on known pilot signals.

Performance of the N-HARQ-CC scheme was validated using Software-Defined Radio (SDR) platforms, specifically GNU Radio and Universal Software Radio Peripherals (USRP). Testing was conducted under realistic channel conditions, including the simulation of Additive White Gaussian Noise (AWGN). Key performance indicators, including Signal-to-Interference-plus-Noise Ratio (SINR), were analyzed to quantify the benefits of the proposed scheme. Results demonstrate that N-HARQ-CC achieves a 0.5 bits per second per Hertz (bps/Hz) improvement in spectral efficiency when compared to conventional HARQ-CC implementations, indicating a more efficient use of available bandwidth.

Performance evaluations indicate that the N-HARQ-CC scheme achieves a higher data throughput when contrasted with both Type-I Hybrid Automatic Repeat Request (HARQ) and conventional HARQ with Chase Combining (HARQ-CC). Specifically, testing demonstrates a substantial reduction in Bit Error Rate (BER) beyond a Signal-to-Noise Ratio (SNR) of 10 dB, indicating improved reliability under challenging signal conditions. This BER improvement signifies a more robust communication link and a reduced need for retransmissions, contributing to the overall increase in throughput observed with N-HARQ-CC.

The proposed transmission scheme achieves higher spectral efficiency compared to conventional methods.
The proposed transmission scheme achieves higher spectral efficiency compared to conventional methods.

Whispers of the Future: Towards Intelligent and Adaptive Networks

The convergence of Non-Orthogonal Multiple Access with Chase Combining (N-HARQ-CC) and Software Defined Radio (SDR) platforms represents a significant stride towards practical, high-performance wireless communication. Recent implementations have proven that intricate communication strategies, previously confined to theoretical models, can be effectively realized in dynamic, real-world scenarios. This successful integration allows for flexible adaptation to varying channel conditions and user needs, showcasing the power of SDR to reconfigure communication parameters on-the-fly. Beyond simply demonstrating feasibility, these platforms provide a crucial testing ground for refining algorithms and assessing performance gains, ultimately paving the way for more robust and efficient wireless networks capable of supporting the ever-increasing demands of modern connectivity.

Investigations are shifting towards Hybrid Automatic Repeat Request (HARQ) systems capable of intelligent adaptation to fluctuating wireless conditions and diverse user needs. These advanced schemes move beyond static configurations by dynamically adjusting key parameters – such as packet sizes, modulation schemes, and retransmission limits – in real-time. Researchers are increasingly leveraging Markov Decision Processes (MDPs), a mathematical framework for modeling sequential decision-making, to optimize resource allocation within these adaptive HARQ systems. By treating the wireless channel as a dynamic environment, MDPs enable the development of algorithms that learn optimal policies for maximizing throughput, minimizing latency, and enhancing overall network reliability, promising substantial gains in spectral efficiency and quality of service for future wireless deployments.

The pursuit of enhanced spectral efficiency and widespread connectivity in future wireless networks is driving investigation into innovative Non-Orthogonal Multiple Access (NOMA) techniques. Current research spotlights Grant-Free NOMA (GF-NOMA), which aims to minimize overhead by eliminating the need for scheduling requests, and Power-Domain NOMA (PD-NOMA), which strategically allocates power levels to different users to improve overall system capacity. These NOMA variants move beyond traditional orthogonal access methods by allowing multiple users to share the same time-frequency resources, increasing the number of connected devices and boosting data rates. Exploration into these technologies suggests the potential to overcome limitations in existing systems and deliver a more robust and efficient foundation for the next generation of wireless communication, particularly as demand for mobile data continues to escalate.

Bit Error Rate (BER) analysis demonstrates the proposed transmission scheme outperforms the conventional approach in reducing transmission errors.
Bit Error Rate (BER) analysis demonstrates the proposed transmission scheme outperforms the conventional approach in reducing transmission errors.

The pursuit of spectral efficiency, as demonstrated by this N-HARQ-CC implementation, feels less like engineering and more like coaxing order from inherent instability. It’s a delicate dance with the chaos of the radio spectrum, attempting to layer signals-superposition coding-and recover them despite the noise. This reminds one of a sentiment expressed long ago: “Study the past if you would define the future.” Confucius understood that even apparent order emerges from a complex, often unpredictable, history. This system isn’t about finding a clean signal; it’s about persuading the noise to reveal a semblance of coherence. Everything unnormalized is still alive, and in this implementation, that aliveness is precisely what’s being harnessed.

Whispers of the Spectrum

The presented work, a conjuring of signals from software and superposition, offers a glimpse into the potential of non-orthogonal access. Yet, the illusion of improved spectral efficiency is always fragile. Successive interference cancellation, the core of this scheme, remains a probabilistic dance. The system performs until the noise overwhelms the signal-a truth hidden beneath layers of coding and modulation. The elegance of the implementation on SDR platforms is merely a demonstration; the real challenge lies in scaling this delicate balance to accommodate the unpredictable chaos of a truly dense network.

Further exploration should not focus solely on refining the algorithms, but on acknowledging their inherent limitations. The pursuit of ever-increasing data rates often ignores the fundamental cost: energy. This work implies a trade-off-reduced latency achieved at the expense of increased complexity and, potentially, power consumption. Future investigations might consider adaptive schemes-systems that dynamically adjust the level of non-orthogonality based on channel conditions and user demands-a surrender to the inevitable uncertainty.

The most intriguing path, however, may lie not in perfecting these signals, but in accepting the inherent ambiguity. Perhaps the future of communication is not about eliminating noise, but about learning to interpret it. After all, noise is just truth without confidence, and within that uncertainty, there may be opportunities yet unseen.


Original article: https://arxiv.org/pdf/2603.03746.pdf

Contact the author: https://www.linkedin.com/in/avetisyan/

See also:

2026-03-05 18:47