Package | Description |
---|---|
smile.wavelet |
Discrete wavelet transform (DWT).
|
Modifier and Type | Class and Description |
---|---|
class |
BestLocalizedWavelet
Best localized wavelets.
|
class |
CoifletWavelet
Coiflet wavelets.
|
class |
D4Wavelet
The simplest and most localized wavelet, Daubechies wavelet of 4 coefficients.
|
class |
DaubechiesWavelet
Daubechies wavelets.
|
class |
HaarWavelet
Haar wavelet.
|
class |
SymmletWavelet
Symmlet wavelets.
|
Modifier and Type | Method and Description |
---|---|
static void |
WaveletShrinkage.denoise(double[] t,
Wavelet wavelet)
Adaptive hard-thresholding denoising a time series with given wavelet.
|
static void |
WaveletShrinkage.denoise(double[] t,
Wavelet wavelet,
boolean soft)
Adaptive denoising a time series with given wavelet.
|
Copyright © 2015. All rights reserved.