CoRa: A Collision-Resistant LoRa Symbol Detector of Low Complexity
José Álamos, Thomas C. Schmidt, Matthias Wählisch
TL;DR
CoRa tackles LoRa symbol decoding under severe collisions by introducing a Bayesian symbol detector that relies on two waveform-based features, PMD and HPD, extracted from dechirped symbols. The method does not require peak detection or precise symbol boundary information, and it integrates with existing synchronization and decoding blocks from a state-of-the-art receiver. Evaluations on real-world CIC and TnB datasets and LTE-ETU simulations show CoRa achieving up to 29% higher decoding performance than TnB and up to 11.53x throughput over a baseline, while maintaining a modest $O(N\log N)$ complexity with a roughly $3\times$ overhead. This demonstrates a practical, collision-tolerant LoRa demodulation approach suitable for deployment in dense IoT networks and mobile environments.
Abstract
Long range communication with LoRa has become popular as it avoids the complexity of multi-hop communication at low cost and low energy consumption. LoRa is openly accessible, but its packets are particularly vulnerable to collisions due to long time on air in a shared band. This degrades communication performance. Existing techniques for demodulating LoRa symbols under collisions face challenges such as high computational complexity, reliance on accurate symbol boundary information, or error-prone peak detection methods. In this paper, we introduce CoRa , a symbol detector for demodulating LoRa symbols under severe collisions. CoRa employs a Bayesian classifier to accurately identify the true symbol amidst interference from other LoRa transmissions, leveraging empirically derived features from raw symbol data. Evaluations using real-world and simulated packet traces demonstrate that CoRa clearly outperforms the related state-of-the-art, i.e., up to 29% better decoding performance than TnB and 178% better than CIC. Compared to the LoRa baseline demodulator, CoRa magnifies the packet reception rate by up to 11.53x. CoRa offers a significant reduction in computational complexity compared to existing solutions by only adding a constant overhead to the baseline demodulator, while also eliminating the need for peak detection and accurately identifying colliding frames.
