A linear feedback shift register (LFSR) is a 4-bit register that shifts bits from left to right, with an XOR gate providing feedback to the register. The state diagram shows every possible state the LFSR can take except the "0000" state, generating a maximal sequence.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
43 views3 pages
Lib in
A linear feedback shift register (LFSR) is a 4-bit register that shifts bits from left to right, with an XOR gate providing feedback to the register. The state diagram shows every possible state the LFSR can take except the "0000" state, generating a maximal sequence.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 3
register
Linear feedback shift
A 4-bit Fibonacci LFSR with its state diagram. TheXOR gateprovides feedback to the register that shifts bits from left to right. The maximal sequence consists of every possible state except the "0000" state.