- java.lang.Object
-
- com.pdplusplus.HighPass
-
public class HighPass extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description long
pointer
-
Constructor Summary
Constructors Constructor Description HighPass()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HighPass
allocate()
void
clear()
static void
free(HighPass hip)
double
perform(double input)
void
setCutoff(double cutoff)
-