uk.org.toot.dsp.jSTK
Class OnePole

java.lang.Object
  extended by uk.org.toot.dsp.jSTK.Filter
      extended by uk.org.toot.dsp.jSTK.OnePole

public class OnePole
extends Filter


Constructor Summary
OnePole()
           
OnePole(float thePole)
           
 
Method Summary
 void setA1(float a1)
           
 void setB0(float b0)
           
 void setPole(float thePole)
           
 float tick(float input)
           
 
Methods inherited from class uk.org.toot.dsp.jSTK.Filter
clear, getGain, lastOut, setCoefficients, setDenominator, setGain
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnePole

public OnePole()

OnePole

public OnePole(float thePole)
Method Detail

setB0

public void setB0(float b0)

setA1

public void setA1(float a1)

setPole

public void setPole(float thePole)

tick

public float tick(float input)
Overrides:
tick in class Filter


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