uk.org.toot.dsp.jSTK
Class OneZero

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

public class OneZero
extends Filter


Constructor Summary
OneZero()
           
OneZero(float theZero)
           
 
Method Summary
 void setB0(float b0)
           
 void setB1(float b1)
           
 void setZero(float theZero)
           
 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

OneZero

public OneZero()

OneZero

public OneZero(float theZero)
Method Detail

setB0

public void setB0(float b0)

setB1

public void setB1(float b1)

setZero

public void setZero(float theZero)

tick

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


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