- java.lang.Object
-
- com.pdplusplus.PdMaster
-
- com.pdplusplus.BiQuad
-
public class BiQuad extends PdMaster
-
-
Field Summary
Fields Modifier and Type Field Description long
pointer
-
Constructor Summary
Constructors Constructor Description BiQuad()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BiQuad
allocate()
static void
free(BiQuad bq)
double
perform(double input)
void
set(double a, double b)
void
setCoefficients(double fb1, double fb2, double ff1, double ff2, double ff3)
-
Methods inherited from class com.pdplusplus.PdMaster
dbtopow, dbtorms, DEBUG, free, ftom, getBlockSize, getFFTWindow, getSampleRate, getTimeInMilliSeconds, getTimeInSampleTicks, mtof, powtodb, rmstodb, SET_DEBUG, setBlockSize, setFFTWindow, setSampleRate
-
-