sound
Class NoiseUtils

java.lang.Object
  extended by sound.NoiseUtils

public class NoiseUtils
extends java.lang.Object

Created by IntelliJ IDEA. User: lyon Date: Jul 5, 2005 Time: 5:23:19 PM


Constructor Summary
NoiseUtils()
           
 
Method Summary
static void addNoise(double[] d, double amp)
           
static double[] addNoiseSlow(double[] d)
           
static void benchMark(double[] audio)
           
static void main(java.lang.String[] args)
           
static double[] makeIntegralPowerOfTwo(double[] in)
           
static void testAudioFft()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoiseUtils

public NoiseUtils()
Method Detail

main

public static void main(java.lang.String[] args)

testAudioFft

public static void testAudioFft()

makeIntegralPowerOfTwo

public static double[] makeIntegralPowerOfTwo(double[] in)

benchMark

public static void benchMark(double[] audio)

addNoise

public static final void addNoise(double[] d,
                                  double amp)

addNoiseSlow

public static final double[] addNoiseSlow(double[] d)