Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 642 Bytes

File metadata and controls

13 lines (11 loc) · 642 Bytes

markagold1.github.io

Mark's GitHub Repo

LFSR-LAB - Explore Fibonacci, Galois, and State Space Linear Feedback Shift Registers

  • Python, MATLAB, and C++ implementations of Fibinacci, Galois, and State Space LFSR architectures
  • Convert between equivalent LFSR architectures
  • Calculate and apply masks to arbitrarily shift the starting position of the pseudorandom sequence
  • Fast algorithms for propagating the LFSR state forwards or backwards

Fibonacci Galois MaskedFibonacci MaskedGalois