|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.toot.audio.filter.AbstractFilterDesign
uk.org.toot.audio.filter.BiQuadDesign
public class BiQuadDesign
Constructor Summary | |
---|---|
BiQuadDesign(FilterSpecification spec)
|
Method Summary | |
---|---|
void |
design(Filter.Type type,
float dbGain,
float freq,
float srate,
float bandwidth)
|
void |
design(int sampleRate)
|
Methods inherited from class uk.org.toot.audio.filter.AbstractFilterDesign |
---|
getFilterSpecification |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BiQuadDesign(FilterSpecification spec)
Method Detail |
---|
public void design(int sampleRate)
public void design(Filter.Type type, float dbGain, float freq, float srate, float bandwidth)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |