alexeykosinov / rust-prbs7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Pseudorandom binary sequence implementation

Useful if need to check BER for some interface (uart, spi, etc.).

Maximum nonrepeatable values is 128 for PRBS-7.

Polynomial is:

$$x^7 + x^6 + 1$$

About


Languages

Language:Rust 100.0%