JWave-master

所属分类:Java编程
开发工具:Java
文件大小:169KB
下载次数:6
上传日期:2014-11-30 19:16:21
上 传 者bahubali89
说明:  Jwave is a file which allows you to implement all the wavelets in java

文件列表:
.classpath (372, 2014-11-16)
.project (364, 2014-11-16)
.settings (0, 2014-11-16)
.settings\org.eclipse.jdt.core.prefs (587, 2014-11-16)
LICENSE (11347, 2014-11-16)
src (0, 2014-11-16)
src\math (0, 2014-11-16)
src\math\jwave (0, 2014-11-16)
src\math\jwave\JWave.java (6076, 2014-11-16)
src\math\jwave\Transform.java (10144, 2014-11-16)
src\math\jwave\TransformTest.java (48082, 2014-11-16)
src\math\jwave\compressions (0, 2014-11-16)
src\math\jwave\compressions\Compressor.java (2777, 2014-11-16)
src\math\jwave\compressions\CompressorMagnitude.java (5059, 2014-11-16)
src\math\jwave\datatypes (0, 2014-11-16)
src\math\jwave\datatypes\.svn (0, 2014-11-16)
src\math\jwave\datatypes\.svn\all-wcprops (224, 2014-11-16)
src\math\jwave\datatypes\.svn\entries (418, 2014-11-16)
src\math\jwave\datatypes\.svn\text-base (0, 2014-11-16)
src\math\jwave\datatypes\.svn\text-base\Complex.java.svn-base (10052, 2014-11-16)
src\math\jwave\datatypes\Complex.java (11030, 2014-11-16)
src\math\jwave\exceptions (0, 2014-11-16)
src\math\jwave\exceptions\.svn (0, 2014-11-16)
src\math\jwave\exceptions\.svn\all-wcprops (480, 2014-11-16)
src\math\jwave\exceptions\.svn\entries (742, 2014-11-16)
src\math\jwave\exceptions\.svn\text-base (0, 2014-11-16)
src\math\jwave\exceptions\.svn\text-base\JWaveError.java.svn-base (1593, 2014-11-16)
src\math\jwave\exceptions\.svn\text-base\JWaveException.java.svn-base (3896, 2014-11-16)
src\math\jwave\exceptions\.svn\text-base\JWaveFailure.java.svn-base (1617, 2014-11-16)
src\math\jwave\exceptions\JWaveError.java (1851, 2014-11-16)
src\math\jwave\exceptions\JWaveException.java (4106, 2014-11-16)
src\math\jwave\exceptions\JWaveFailure.java (1878, 2014-11-16)
src\math\jwave\exceptions\JWaveNotFound.java (1665, 2014-11-16)
src\math\jwave\tools (0, 2014-11-16)
src\math\jwave\tools\.svn (0, 2014-11-16)
src\math\jwave\tools\.svn\all-wcprops (260, 2014-11-16)
src\math\jwave\tools\.svn\entries (444, 2014-11-16)
... ...

JWave ===== Java implementation of a discrete fourier transform (DFT) algorithm, a fast wavelet transform (FWT) algorithm, and a wavelet packet transform (WPT) algorithm in 1-D, 2-D, and 3-D. The wavelet transform algorithms FWT & WPT are using normalized orthogonal (orthonormal) Haar, Coiflet, Daubechies, and Legendre wavelets as known by the multi-scale analysis. Furthermore the BiOrthogonal wavelet family, Symlets and the Discrete Mayer FIR filter are available too. At the moment the implemented Battle23, CDF53, and CDF97 are not available. Those wavelets have an odd number of coefficients and, therefore, do not match to the FWT & WPT algorithms which are requesting an even number of filter (scaling & wavelet) coefficents. However, those two wavelet transform algorithms are an example for a king of a wavelet filtering. There are other ways (!) to filter or implement these algorithms; feel free. ;-) Furthermore, there is a new method beside forward( .. ) and reverse( .. ) of the FWT & WPT called decompose( ). This method allows for splitting a 1-D time signal into all possible filter levels or so in each posible wavelet space. The result is 2-D, starting with orignal signal; e.g. matrixResult[0][N]. Therefore, the method decompose( .. ) replaces an often requested stepping method that stops a set level; just take the coeffs from the requested level p of the 2-D result; matrixResult[p][N]. The methods forward( .. ) ande reverse( .. ) are always performing the maximal number of steps of a given signal of length N=2^p | p:={0,1,2,3,..}. Each step or level is add up to the coefficeints form the level before. The result is 1-D, which is a request - great - advantage of these kind of wavelet algorithms, available due to the transforms are orthogonal (orthonormal). Furthermore, the original time series can be reconstructed by the reverse( .. ) method with no losses; see examples or JUnit tests! Anyway, the implementation of JWave is based on several Design Patterns and - hopefully - appears user-friendly. Therefore, have a look at the Wiki pages or into the JUnit tests for usage. Christian.

近期下载者

相关文件


收藏者