arduino-libraries / Arduino_AdvancedAnalog

Advanced Analog Library
GNU Lesser General Public License v2.1
7 stars 5 forks source link

Adding white noise generation function #76

Open johens opened 3 weeks ago

johens commented 3 weeks ago

Hi! Thank you for your Arduino_AdvancedAnalog library.

I am utilizing it with a Arduino GIGA R1, and would love to find a way to generate white noise instead of the commonly given, and provided functions for sinewave, square wave, triangle wave etc..

Is there anyway the library can help with generating white noise? Could be random, or gaussian-distributed..

Thank you!