Package com.pdplusplus
Class RealZeroReverse
- java.lang.Object
-
- com.pdplusplus.PdMaster
-
- com.pdplusplus.RealZeroReverse
-
public class RealZeroReverse extends PdMaster
-
-
Field Summary
Fields Modifier and Type Field Description long
pointer
-
Constructor Summary
Constructors Constructor Description RealZeroReverse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RealZeroReverse
allocate()
void
clear()
static void
free(RealZeroReverse 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 RealZeroReverse allocate()
-
free
public static void free(RealZeroReverse 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()
-
-