<div dir="ltr">was looking for a substitute/parallel object to BrownNoise  in Sc, which is described just as "Generates noise whose spectrum falls off in power by 6 dB per octave."<div><br></div><div>Another one would be GreyNoise, described as "Generates noise which results from flipping random bits in a word. This type of noise has a high RMS level relative to its peak to peak level. The spectrum is emphasized towards lower frequencies."</div><div><br></div><div><br></div><div>thanks<br><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-11-14 17:17 GMT-02:00 Matt Barber <span dir="ltr"><<a href="mailto:brbrofsvl@gmail.com" target="_blank">brbrofsvl@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">"True" pink noise is likewise impossible: if it's equal energy per octave, then since there is no "lowest octave," any energy in any octave implies infinity at 0hz. The fexpr~ approach I gave accumulates, but imagines a "container" with "walls" at +/- 1.0 where whatever was doing the random walk "bounces" off the wall. It should have a color within auditory range similar to unrestricted integration. A lot depends on what you want to do with the noise (it's not necessarily an audio source).</div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">Convolution is a pretty good way to go. I've seen a number of filters that try to distribute phase randomly across the frequency magnitude curve. Also remember that the 6dB dropoff is with respect to log frequency, whereas FFT is linear in frequency.</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Nov 14, 2015 at 1:35 PM, Martin Peach <span dir="ltr"><<a href="mailto:chakekatzil@gmail.com" target="_blank">chakekatzil@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>There's [rojo~] in mrpeach, if by brown noise you mean red noise. (brownian noise?)<br></div><div>[rojo~] tends to grow out of bounds, which is a problem with correlated noise: if you want long term correlations you have to be ready for the noise to get very loud. So in practice there is no red noise possible, it's all high pass filtered.<br></div><div>To get any arbitrary shape of noise it can be done most efficiently by convolving a frequency curve table with white noise. The table would have the same length as the number of bins in the FFT.<span><font color="#888888"><br><br></font></span></div><span><font color="#888888">Martin<br></font></span></div><div class="gmail_extra"><br><div class="gmail_quote"><span>On Fri, Nov 13, 2015 at 10:35 PM, Alexandre Torres Porres <span dir="ltr"><<a href="mailto:porres@gmail.com" target="_blank">porres@gmail.com</a>></span> wrote:<br></span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr">hi, wondering how to implement brown noise in Pd (vanilla or extended) - moreover, I'd like and if there's an external that does it.<div><br></div><div>same about grey noise</div><div><br></div><div>thanks</div><div><br></div><div>alex</div></div>
<br></div></div><span>_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></span></blockquote></div><br></div>
<br>_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br></div>
</div></div></blockquote></div><br></div>