org.tritonus.lowlevel.dsp
Class PinkNoise

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

public class PinkNoise
extends java.lang.Object
implements Source


Constructor Summary
PinkNoise(float fSampleRate)
           
PinkNoise(float fSampleRate, 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

PinkNoise

public PinkNoise(float fSampleRate)

PinkNoise

public PinkNoise(float fSampleRate,
                 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