Package | Description |
---|---|
JSci.maths.wavelet |
Modifier and Type | Method and Description |
---|---|
Signal |
Signal.denoiseShortPeaks(double p,
int n)
This denoising method will identify
"short peaks" in the signal and take them away.
|
Signal |
Signal.filter(double[] f)
Apply the given array as a convolution
Filter and return a new Signal.
|
Signal |
Signal.medianFilter(int n)
Apply the median Filter of a window of
size 2*n+1.
|
Signal |
FWTCoef.rebuildSignal(Filter filtreprimaire) |
Signal |
FWTPacketCoef.rebuildSignal(Filter filtreprimaire) |
Signal |
FWTCoef.rebuildSignal(Filter filtreprimaire,
double[] param) |
Signal |
FWTPacketCoef.rebuildSignal(Filter filtreprimaire,
double[] param) |
Modifier and Type | Method and Description |
---|---|
boolean |
Signal.equals(Signal b)
Check if another object is equal to this
Signal object
|