|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Filter in JSci.maths.wavelet |
---|
Classes in JSci.maths.wavelet that implement Filter | |
---|---|
class |
Signal
This class use the linear spline as a general model for a signal. |
Methods in JSci.maths.wavelet with parameters of type Filter | |
---|---|
static double[] |
Cascades.evalScaling(Filter filtre,
int n0,
int j1,
int k)
|
static double[] |
Cascades.evaluation(Filter filtre,
int j1,
double[] init)
|
static double[] |
Cascades.evalWavelet(Filter filtre,
int n0,
int j1,
int k)
|
static double[] |
Cascades.evalWavelet(Filter filtre,
int filtretype,
int n0,
int j1,
int k)
|
static double[] |
Cascades.evalWaveletHaar(Filter filtre,
int n0,
int j1,
int k)
|
static double[] |
Cascades.evalWaveletQuadratic(Filter filtre,
int n0,
int j1,
int k)
|
Signal |
FWTPacketCoef.rebuildSignal(Filter filtreprimaire)
|
Signal |
FWTCoef.rebuildSignal(Filter filtreprimaire)
|
Signal |
FWTPacketCoef.rebuildSignal(Filter filtreprimaire,
double[] param)
|
Signal |
FWTCoef.rebuildSignal(Filter filtreprimaire,
double[] param)
|
void |
Signal.setFilter(Filter f)
set the signal associated Filter |
void |
FWTPacketCoef.synthesize(Filter filtreprimaire)
|
void |
FWTCoef.synthesize(Filter filtreprimaire)
|
void |
FWTPacketCoef.synthesize(Filter filtreprimaire,
double[] param)
|
void |
FWTCoef.synthesize(Filter filtreprimaire,
double[] param)
|
void |
FWTPacketCoef.synthesize(Filter filtreprimaire,
double[] param,
int jmax)
|
void |
FWTCoef.synthesize(Filter filtreprimaire,
double[] param,
int jmax)
|
void |
FWTPacketCoef.synthesize(Filter filtreprimaire,
int jmax)
|
void |
FWTCoef.synthesize(Filter filtreprimaire,
int jmax)
|
void |
FWTPacketCoef.synthesizeAll(Filter filtreprimaire)
|
void |
FWTCoef.synthesizeAll(Filter filtreprimaire)
|
void |
FWTCoef.synthesizeAll(Filter filtreprimaire,
double[] param)
|
void |
FWTPacketCoef.synthesizeTout(Filter filtreprimaire,
double[] param)
|
Constructors in JSci.maths.wavelet with parameters of type Filter | |
---|---|
Signal(Filter f)
|
|
Signal(Filter f,
double[] v)
|
|
Signal(Filter f,
double[] v,
double[] p)
|
Uses of Filter in JSci.maths.wavelet.cdf2_4 |
---|
Classes in JSci.maths.wavelet.cdf2_4 that implement Filter | |
---|---|
class |
CDF2_4
Cohen-Daubechies-Feauveau with N=2 and Ntilde=4 adapted to the interval by Deslauriers-Dubuc-Lemire |
class |
MultiSpline2_4
Cohen-Daubechies-Feauveau with N=2 and Ntilde=4 adapted to the interval by Deslauriers-Dubuc-Lemire |
Uses of Filter in JSci.maths.wavelet.cdf3_5 |
---|
Classes in JSci.maths.wavelet.cdf3_5 that implement Filter | |
---|---|
class |
CDF3_5
Cohen-Daubechies-Feauveau with N=3 and Ntilde=5 adapted to the interval by Deslauriers-Dubuc-Lemire |
class |
MultiSpline3_5
Cohen-Daubechies-Feauveau with N=3 and Ntilde=5 adapted to the interval by Deslauriers-Dubuc-Lemire |
Uses of Filter in JSci.maths.wavelet.daubechies2 |
---|
Classes in JSci.maths.wavelet.daubechies2 that implement Filter | |
---|---|
class |
Daubechies2
Daubechies wavelets adapted to the interval by Meyer. |
Uses of Filter in JSci.maths.wavelet.daubechies3 |
---|
Classes in JSci.maths.wavelet.daubechies3 that implement Filter | |
---|---|
class |
Daubechies3
Daubechies wavelets adapted to the interval by Meyer. |
Uses of Filter in JSci.maths.wavelet.daubechies4 |
---|
Classes in JSci.maths.wavelet.daubechies4 that implement Filter | |
---|---|
class |
Daubechies4
Daubechies wavelets adapted to the interval by Meyer. |
Uses of Filter in JSci.maths.wavelet.daubechies5 |
---|
Classes in JSci.maths.wavelet.daubechies5 that implement Filter | |
---|---|
class |
Daubechies5
Daubechies wavelets adapted to the interval by Meyer. |
Uses of Filter in JSci.maths.wavelet.daubechies6 |
---|
Classes in JSci.maths.wavelet.daubechies6 that implement Filter | |
---|---|
class |
Daubechies6
Daubechies wavelets adapted to the interval by Meyer. |
Uses of Filter in JSci.maths.wavelet.daubechies7 |
---|
Classes in JSci.maths.wavelet.daubechies7 that implement Filter | |
---|---|
class |
Daubechies7
Daubechies wavelets adapted to the interval by Meyer. |
Uses of Filter in JSci.maths.wavelet.daubechies8 |
---|
Classes in JSci.maths.wavelet.daubechies8 that implement Filter | |
---|---|
class |
Daubechies8
Daubechies wavelets adapted to the interval by Meyer. |
Uses of Filter in JSci.maths.wavelet.haar |
---|
Classes in JSci.maths.wavelet.haar that implement Filter | |
---|---|
class |
MultiSplineHaar
Haar Wavelets |
Uses of Filter in JSci.maths.wavelet.splines |
---|
Classes in JSci.maths.wavelet.splines that implement Filter | |
---|---|
class |
LinearSpline
This class is used to generate linear splines to be used as wavelets or related functions. |
class |
PiecewiseConstant
This class is used to generate piecewise constant splines to be used as wavelets or related functions. |
class |
QuadraticSpline
This class is used to generate quadratic splines to be used as wavelets or related functions. |
class |
SumOfDiracs
This class is used to generate sum of Diracs (splines of order 0) to be used as wavelets or related functions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |