Question: Write a Matlab program to simulate a linear-feedback shift register described by the following generator polynomial X^8+X^5+X^3+X^2+1 Assume the LFSR is initially set to 00000001.
Write a Matlab program to simulate a linear-feedback shift register described by the following generator polynomial
X^8+X^5+X^3+X^2+1
Assume the LFSR is initially set to 00000001. The Matlab program should provide the next 8 states of the LFSR.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
