Package com.pdplusplus
Class ComplexZero
- java.lang.Object
-
- com.pdplusplus.PdMaster
-
- com.pdplusplus.ComplexZero
-
public class ComplexZero extends PdMaster
-
-
Field Summary
Fields Modifier and Type Field Description long
pointer
-
Constructor Summary
Constructors Constructor Description ComplexZero()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComplexZero
allocate()
void
clear()
static void
free(ComplexZero cz)
double
getLast()
double
getLastImaginary()
double
getLastReal()
double[]
perform(double real, double imag, double realCoef, double imagCoef)
void
setLast(double last)
void
setLastImaginary(double lastimag)
void
setLastReal(double lastreal)
-
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
-
-
-
-
Method Detail
-
allocate
public static ComplexZero allocate()
-
free
public static void free(ComplexZero cz)
-
perform
public double[] perform(double real, double imag, double realCoef, double imagCoef)
-
clear
public void clear()
-
setLast
public void setLast(double last)
-
setLastReal
public void setLastReal(double lastreal)
-
setLastImaginary
public void setLastImaginary(double lastimag)
-
getLast
public double getLast()
-
getLastReal
public double getLastReal()
-
getLastImaginary
public double getLastImaginary()
-
-