Support

If you have a problem or need to report a bug please email : support@dsprobotics.com

There are 3 sections to this support area:

DOWNLOADS: access to product manuals, support files and drivers

HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects

USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here

NEW REGISTRATIONS - please contact us if you wish to register on the forum

Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright

Digital Random Numbers Generators for noise etc

Post any examples or modules that you want to share here

Digital Random Numbers Generators for noise etc

Postby BobF » Thu May 05, 2016 10:54 pm

BobsRandNumberGenerators.fsm
(186.3 KiB) Downloaded 987 times

Hello gang,

These digital logic random number generators are composed from shift registers and xor gates, with lengths of 4, 8, 16, and 31. The random number repeats for each at a given count. For the 4 stage the count is equals 15, for the 8 stage the count equals 255, for the 16 stage the count equals 65,535, and for the 31 stage the count equals a whopping 2,147,483,647. These stages can be from only 2 shift registers to a very large number of them.
Notice also in the example how you can use one generator as the clock for another. There are many other configurations, but I will leave those for you all to discover. Also notice how I added the state variable filter to the 31 stage to make a noise generator. This makes a nice white, pink, or other colors of noise. Just play around with the settings. Notice also how the clock is set very high, this is often done to get a higher freq for noise use, but do experiment. Well that's it, so enjoy.
Please if you have any comments, just ask.

Later then, BobF.....
BobF
 
Posts: 598
Joined: Mon Apr 20, 2015 9:54 pm

Re: Digital Random Numbers Generators for noise etc

Postby noisenerd » Fri May 06, 2016 2:38 am

Awesome! Many thanks for sharing these, definitely my kind of thing. :)
noisenerd
 
Posts: 69
Joined: Sun Feb 14, 2016 11:31 pm


Return to User Examples

Who is online

Users browsing this forum: No registered users and 10 guests