air2008
Newbie level 6
- Joined
- Apr 2, 2005
- Messages
- 13
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,283
- Location
- Beijing, China
- Activity points
- 1,518
hi,
I want to generate a 32-bits independently and uniformly distributed random binary number prbs[32:1]. One method is to use 32 seperate LFSRs to generate.
Could anybody can give some simple solutions?
air2008
I want to generate a 32-bits independently and uniformly distributed random binary number prbs[32:1]. One method is to use 32 seperate LFSRs to generate.
Could anybody can give some simple solutions?
air2008