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