SearcharxivSearch

arXiv subjects

Rethna Pulikkoonattu

Publications and source records attributed to Rethna Pulikkoonattu.

2 recordsLinked to original sources

The Apple Pear Basket Problem: A Combinatorial Exploration

We investigate a combinatorial puzzle in which $N$ apples and $N$ pears are distributed among baskets subject to two constraints: every basket must contain the same number of apples, and every basket must contain a distinct number of pears. We prove that the maximum number of baskets is the largest divisor of $N$ not exceeding $(1 + \sqrt{1+8N})/2$. For the original puzzle with $N = 60$, this yields 10 baskets. The solution reveals a rich interplay between divisibility and combinatorics, leading to a natural classification of integers into perfect values, primes, and highly composite numbers according to their basket-packing efficiency. Computational results for $N$ up to one million confirm the asymptotic growth rate of $\sqrt{2N}$, and a complete tabulation for $N = 1$ to 100 is included.

math.GM

The Distance Spectrum of IEEE 802.11 Binary Convolutional Codes

Binary convolutional coding (BCC) has been a cornerstone of the IEEE 802.11 wireless LAN standard since its inception, and it remains relevant today across the full generational arc from the legacy 802.11a/g through Wi-Fi 6 (802.11ax) and into the forthcoming Wi-Fi 8 (802.11bn). Although low-density parity-check (LDPC) codes now dominate high-throughput applications, BCC is mandatory for backward compatibility and continues to serve as the default forward-error-correction scheme in bandwidth-constrained and cost-sensitive deployments: 20 MHz-only devices, Internet-of-Things nodes, and other implementations where LDPC's decoder complexity is prohibitive. Critically, BCC at rate 1/2 is the coding scheme used throughout the packet preamble in every IEEE 802.11-compliant frame, making it indispensable regardless of which data-field code is selected. Furthermore, the new Enhanced Long Range (ELR) packet format introduced in the 802.11bn/UHR amendment mandates rate-1/2 BCC for the data portion of the frame, reinforcing the continued importance of this code in next-generation deployments. The performance of BCC under Viterbi decoding is governed by the distance spectrum of the convolutional code. This note explains how to compute that spectrum exactly for the IEEE 802.11 mother code (rate 1/2, K=7, generators octal 133 / octal 171) and its three standard punctured derivatives (rates 2/3, 3/4, 5/6) obtained via rate-compatible puncturing. Union-bound BEP and FER curves are derived for AWGN with BPSK/QPSK and Gray-coded M-QAM modulation and validated against Monte Carlo simulation. Python, Julia, and C++ implementations are openly available at https://github.com/geekymode/bcc_spectrum.

cs.IT