ostrosco / comms-rs

A library for building DSP communication pipelines.
MIT License
13 stars 1 forks source link

Feature/prn #25

Closed garbagetrash closed 5 years ago

garbagetrash commented 5 years ago

Added a PRN node using an LSFR implementation. Implements arbitrary user supplied feedback polynomial and initial state for registers of size 8, 16, 32, 64, or 128 bits.

Addresses this issue.