Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Java implementation of wavelet transform
no vote
Java implementation of discrete Fourier transform (DFT) algorithm, fast wavelet transform (FWT) algorithm, and wavelet packet transform (WPT) algorithm, in 1-D, 2-D, and 3-D array transformation. Wavelet transform algorithm uses standard orthogonal (orthogonal) wavelet, such as Haar, cifile, Daubechies, simple, Legendre and so on. The implementation of jwave is based on several design patterns and is very friendly to use.
tuzhenyu
2020-01-19
0
1
EMD decomposition and Java implementation
no vote
EMD decomposition of Java implementation, mainly used for nonlinear signal processing. The common EMD decomposition algorithm is mainly implemented by using the library in MATLAB. The code implements the call of Java platform through EMD principle, which is very helpful for engineering development.
tuzhenyu
2020-01-19
0
1
No more~