Package | Description |
---|---|
JSci.maths.wavelet | |
JSci.maths.wavelet.cdf2_4 | |
JSci.maths.wavelet.splines |
Modifier and Type | Class and Description |
---|---|
class |
Signal
This class use the linear spline as
a general model for a signal.
|
Modifier and Type | Method and Description |
---|---|
static LinearSpline |
MultiSpline2_4.hat(int n0,
int k) |
static LinearSpline |
MultiSpline2_4.scaling(int n0,
int k) |
static LinearSpline |
MultiSpline2_4.wavelet(int n0,
int k) |
Modifier and Type | Method and Description |
---|---|
LinearSpline |
QuadraticSpline.derive()
compute the derivative of the function -
useful for numerical analysis
|
LinearSpline |
QuadraticSpline.derive(double a,
double b)
compute the derivative of the function -
useful for numerical analysis
|