From WikiChip
linear feedback shift register
Revision as of 19:17, 23 March 2014 by 65.78.114.251 (talk) (Created page with "'''Linear feedback shift register''' (aka '''LFSR''') is a finite-state machine made of a linear shift register in which the output is fed back into itself as part of ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Linear feedback shift register (aka LFSR) is a finite-state machine made of a linear shift register in which the output is fed back into itself as part of the input. LFSRs are typically made of an adder, shift register, and a constant multiplier (often a simple XOR gate). LFSRs are often also called Autonomous LFSR or ALFSR because besides the clock, it has no other inputs. LFSRs are the basic components of many keystream generators.