项目作者: hemanth-nakshatri

项目描述 :
A python program to generate a Pseudo Random Noise sequence called WSLCE
高级语言: C
项目地址: git://github.com/hemanth-nakshatri/WSLCE.git
创建时间: 2020-09-03T03:44:57Z
项目社区:https://github.com/hemanth-nakshatri/WSLCE

开源协议:

下载


WSLCE

An algorithm to generate a PRN sequence belonging to family Weil-SLCE or WSLCE

In here, there is implementation of the WSLCE in Python, C, C++ and Verilog.

Primitive root generator code is implemented in Python but not C/C++ or Verilog. A prime number ‘p’ and a primitive root ‘pr’ is given as input. The output is a PRN binary sequence of length ‘p’.