uk.org.toot.audio.filter
Class FilterTools

java.lang.Object
  extended by uk.org.toot.audio.filter.FilterTools

public class FilterTools
extends java.lang.Object


Constructor Summary
FilterTools()
           
 
Method Summary
static float getDampingFactor(float resonance)
           
static float getHzBandwidth(float frequency, float resonance)
           
static float getOctaveBandwidth(float resonance)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterTools

public FilterTools()
Method Detail

getDampingFactor

public static float getDampingFactor(float resonance)

getHzBandwidth

public static float getHzBandwidth(float frequency,
                                   float resonance)

getOctaveBandwidth

public static float getOctaveBandwidth(float resonance)


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.