org.tritonus.lowlevel.dsp
Class WhiteNoise

java.lang.Object
  extended by org.tritonus.lowlevel.dsp.WhiteNoise
All Implemented Interfaces:
Source

public class WhiteNoise
extends java.lang.Object
implements Source


Constructor Summary
WhiteNoise()
           
WhiteNoise(java.util.Random random)
           
 
Method Summary
 float process()
          Returns one sample of the source.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhiteNoise

public WhiteNoise()

WhiteNoise

public WhiteNoise(java.util.Random random)
Method Detail

process

public float process()
Description copied from interface: Source
Returns one sample of the source. Samples are normally in the range [-1.0 .. +1.0].

Specified by:
process in interface Source