|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectplugins.big.bigsnakeutils.process.process1D.Convolver1D
public class Convolver1D
Class that encloses a one-dimensional convolver.
| Constructor Summary | |
|---|---|
Convolver1D()
|
|
| Method Summary | |
|---|---|
static double[] |
convolve(double[] vin,
double[] vout,
double[] kernel)
Convolves a sequence with a kernel, and puts the result in a new array. |
static double[] |
refinementConvolve(double[] vin,
double[] vout,
double[] kernel)
Convolves a sequence with a kernel, and puts the result in a new array for the refinement. |
static double[] |
subdivConvolve(double[] vin,
double[] vout,
double[] kernel,
int period)
Convolves a sequence with a kernel, and puts the result in a new array for the subdivision. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Convolver1D()
| Method Detail |
|---|
public static double[] convolve(double[] vin,
double[] vout,
double[] kernel)
public static double[] subdivConvolve(double[] vin,
double[] vout,
double[] kernel,
int period)
public static double[] refinementConvolve(double[] vin,
double[] vout,
double[] kernel)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||