AIJun 30, 2021

Two-phase Optimization of Binary Sequences with Low Peak Sidelobe Level Value

arXiv:2107.09801v13 citations
Originality Incremental advance
AI Analysis

This work addresses a computational challenge in signal processing for applications like radar and communications, but it is incremental as it builds on existing optimization methods.

The authors tackled the problem of finding binary sequences with low peak sidelobe level (PSL) by designing a stochastic algorithm that uses two fitness functions with different impacts on autocorrelation values, implemented on GPUs. The algorithm achieved new-best known solutions for sequences of lengths 2^m - 1 (14 ≤ m ≤ 20), with PSL values significantly less than √L.

The search for binary sequences with low peak sidelobe level value represents a formidable computational problem. To locate better sequences for this problem, we designed a stochastic algorithm that uses two fitness functions. In these fitness functions, the value of the autocorrelation function has a different impact on the final fitness value. It is defined with the value of the exponent over the autocorrelation function values. Each function is used in the corresponding optimization phase, and the optimization process switches between these two phases until the stopping condition is satisfied. The proposed algorithm was implemented using the compute unified device architecture and therefore allowed us to exploit the computational power of graphics processing units. This algorithm was tested on sequences with lengths $L = 2^m - 1$, for $14 \le m \le 20$. From the obtained results it is evident that the usage of two fitness functions improved the efficiency of the algorithm significantly, new-best known solutions were achieved, and the achieved PSL values were significantly less than $\sqrt{L}$.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes