Click here to Skip to main content
15,860,972 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i need a help to get a visual basic code for create LFSR 4 bit?
Posted
Comments
Menon Santosh 15-Dec-12 4:25am    
i think you should go through this article
http://en.wikipedia.org/wiki/Linear_feedback_shift_register

1 solution

I found A linear feedback shift register[^], which is in c#.

But the guy who answered the question has explained the Programming Logic in a nice manner. You just need to follow it and implement the same in VB.

You can do it by looking at the c# code and try to interpret in VB.
Or just use online tool to Convert C# to VB.NET[^].

Thanks...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900