Package com.pdplusplus
Class RealZero
- java.lang.Object
-
- com.pdplusplus.PdMaster
-
- com.pdplusplus.RealZero
-
public class RealZero extends PdMaster
-
-
Field Summary
Fields Modifier and Type Field Description long
pointer
-
Constructor Summary
Constructors Constructor Description RealZero()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RealZero
allocate()
void
clear()
static void
free(RealZero rz)
double
getLast()
double
getLastImaginary()
double
getLastReal()
double
perform(double input, double coef)
void
set(double value)
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 RealZero allocate()
-
free
public static void free(RealZero rz)
-
perform
public double perform(double input, double coef)
-
set
public void set(double value)
-
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()
-
-