Update for 15-12-21 14:45

This commit is contained in:
Tyler Perkins 2021-12-15 14:45:01 -05:00
parent b1953bf0ae
commit f6c12a1e80

View File

@ -11,6 +11,10 @@ The maximum period for a _n_ bit shift register is
2^n - 1
An LFSR can be generalized as a recurrence relationship where
- The preceding terms are not raised to a power
- There are no added constants
A *tap* is where a bit is read and fed back into itself.
== Reverse Engineering ==