Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 495 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 495 Bytes

Low PSL code detector

Detector of codes with low peak sidelobe (PSL) level. The detector is written on C++ and its main features are:

  • using std::bitset as storage of binary sequence;
  • using randomly generated sequences instead of sequentially generated.

System requirements

Solution is cross-platfrom. To build program C++ compiler is required.

Usage

Launch program in terminal:

./lpslcd

The program writes results in stdout.