-
galois.GLFSR(feedback_poly: Poly, state: ArrayLike | None =
None
) Constructs a Galois LFSR from its feedback polynomial \(f(x)\).
- Parameters:¶
See also
Notes¶
A Galois LFSR may be constructed from its characteristic polynomial \(c(x)\) by passing in its reciprocal as the feedback polynomial. This is because \(f(x) = x^n c(x^{-1})\).