Showing 1–2 of 2 results for author: Palenik, T
-
Interference in OFDM Systems and Networks
Authors:
Tomas Palenik,
Viktor Szitkey
Abstract:
In this paper we present an overview of various kinds of interference, that arise in the Orthogonal Frequency-Domain Multiplexing (OFDM)-based digital communications systems at the physical layer. Inter-symbol, inter-block, inter-carrier interference types are described in detail, valid for any OFDM transmission, along with Inter-cell interference specific to cellular networks. A survey of various…
▽ More
In this paper we present an overview of various kinds of interference, that arise in the Orthogonal Frequency-Domain Multiplexing (OFDM)-based digital communications systems at the physical layer. Inter-symbol, inter-block, inter-carrier interference types are described in detail, valid for any OFDM transmission, along with Inter-cell interference specific to cellular networks. A survey of various communication disruptions techniques is presented - primarily focusing on intentional interference - jamming. Furthermore, we present a survey of modulation techniques that expand on the OFDM and may be considered viable candidates for modulation in the future 6G cellular networks.
△ Less
Submitted 6 March, 2025;
originally announced March 2025.
-
High Throughput Open-Source Implementation of Wi-Fi 6 and WiMAX LDPC Encoder and Decoder
Authors:
Tomas Palenik,
Viktor Szitkey
Abstract:
This paper describes the design and C99 implementation of a free and open-source Low-Density Parity-Check (LDPC) codes encoder and decoder focused primarily on the Quasi-Cyclic LDPC (QCLDPC) codes utilized in the IEEE 802.11ax-2021 (Wi-Fi 6) and IEEE 802.16-2017 (WiMAX) standards. The encoder is designed in two variants: the first one universal, the other a minimal memory usage design. The decoder…
▽ More
This paper describes the design and C99 implementation of a free and open-source Low-Density Parity-Check (LDPC) codes encoder and decoder focused primarily on the Quasi-Cyclic LDPC (QCLDPC) codes utilized in the IEEE 802.11ax-2021 (Wi-Fi 6) and IEEE 802.16-2017 (WiMAX) standards. The encoder is designed in two variants: the first one universal, the other a minimal memory usage design. The decoder provides a single- and multi- threaded implementation of the layered singlescan min-sum LDPC decoding algorithm both for floating point and fixed-point arithmetic. Both encoder and decoder are directly callable from MATLAB using the provided MEX wrappers but are designed to be simply used in any C project. A comparison of throughput and error performance with the recent commercial closed-source MEX implementation of an LDPC encoder and decoder introduced in MATLAB R2021b Communications Toolbox is provided. Source code portability to alternative nonx86 architectures is facilitated by using only the standard C99 constructs, GNU tools, and POSIX libraries. The implementation maintains low-memory requirements, enabling its deployment in a constrained-architecture in the context of Internet of Things. All source codes are freely available on GitHub under a permissive BSD license.
△ Less
Submitted 21 June, 2023;
originally announced June 2023.