waveletlib

所属分类:图形图像处理
开发工具:C/C++
文件大小:1047KB
下载次数:3
上传日期:2019-11-11 11:20:41
上 传 者LivyLi
说明:  实现了离散小波变换和连续小波变换,用于小波分析。
(Discrete wavelet transform and continuous wavelet transform are implemented for wavelet analysis.)

文件列表:
waveletlib (0, 2019-09-06)
waveletlib\.travis.yml (771, 2019-09-06)
waveletlib\CMakeLists.txt (1518, 2019-09-06)
waveletlib\COPYRIGHT (1484, 2019-09-06)
waveletlib\appveyor.yml (345, 2019-09-06)
waveletlib\auxiliary (0, 2019-09-06)
waveletlib\auxiliary\CMakeLists.txt (359, 2019-09-06)
waveletlib\auxiliary\denoise.c (12181, 2019-09-06)
waveletlib\auxiliary\waux.c (6459, 2019-09-06)
waveletlib\auxiliary\waux.h (860, 2019-09-06)
waveletlib\header (0, 2019-09-06)
waveletlib\header\wauxlib.h (1966, 2019-09-06)
waveletlib\header\wavelib.h (7411, 2019-09-06)
waveletlib\src (0, 2019-09-06)
waveletlib\src\CMakeLists.txt (563, 2019-09-06)
waveletlib\src\conv.c (3090, 2019-09-06)
waveletlib\src\conv.h (887, 2019-09-06)
waveletlib\src\cwt.c (9135, 2019-09-06)
waveletlib\src\cwt.h (628, 2019-09-06)
waveletlib\src\cwtmath.c (6433, 2019-09-06)
waveletlib\src\cwtmath.h (412, 2019-09-06)
waveletlib\src\hsfft.c (38694, 2019-09-06)
waveletlib\src\hsfft.h (842, 2019-09-06)
waveletlib\src\real.c (2293, 2019-09-06)
waveletlib\src\real.h (454, 2019-09-06)
waveletlib\src\wavefilt.c (225273, 2019-09-06)
waveletlib\src\wavefilt.h (628, 2019-09-06)
waveletlib\src\wavefunc.c (4612, 2019-09-06)
waveletlib\src\wavefunc.h (457, 2019-09-06)
waveletlib\src\wavelib.c (104370, 2019-09-06)
waveletlib\src\wtmath.c (12892, 2019-09-06)
waveletlib\src\wtmath.h (1757, 2019-09-06)
waveletlib\test (0, 2019-09-06)
waveletlib\test\CMakeLists.txt (1609, 2019-09-06)
waveletlib\test\PieceRegular10.txt (8669, 2019-09-06)
waveletlib\test\cwttest.c (2251, 2019-09-06)
waveletlib\test\denoisetest.c (3414, 2019-09-06)
waveletlib\test\dwpttest.c (1339, 2019-09-06)
... ...

[![Build Status](https://travis-ci.org/rafat/wavelib.svg?branch=master)](https://travis-ci.org/rafat/wavelib) wavelib ======= C Implementation of Discrete Wavelet Transform (DWT,SWT and MODWT), Continuous Wavelet transform (CWT) and Discrete Packet Transform ( Full Tree Decomposition and Best Basis DWPT). Discrete Wavelet Transform Methods Implemented DWT/IDWT and DWT2/IDWT2 A decimated Discrete Wavelet Transform implementation using implicit signal extension and up/downsampling so it is a fast implementation. A FFT based implementation is optional but will not be usually needed. Both periodic and symmetric options are available. SWT/ISWT and SWT2/ISWT2 Stationary Wavelet Transform. It works only for signal lengths that are multiples of 2^J where J is the number of decomposition levels. For signals of other lengths see MODWT implementation. MODWT/IMODWT and MODWT2/IMODWT2 Maximal Overlap Discrete Wavelet Transform is another undecimated transform. It is implemented for signals of any length but only orthogonal wavelets (Daubechies, Symlets and Coiflets) can be deployed. This implementation is based on the method laid out in "Wavelet Methods For Wavelet Analysis" by Donald Percival and Andrew Walden. Discrete Wavelet Packet Transform Methods Implemented WTREE A Fully Decimated Wavelet Tree Decomposition. This is a highly redundant transform and retains all coefficients at each node. This is not recommended for compression and denoising applications. DWPT/IDWPT Is a derivative of WTREE method which retains coefficients based on entropy methods. This is a non-redundant transform and output length is of the same order as the input. CWT/ICWT C translation ( with some modifications) of Continuous Wavelet Transform Software provided by C. Torrence and G. Compo, and is available at URL: http://atoc.colorado.edu/research/wavelets/'. A generalized Inverse Transform with approximate reconstruction is also added. Documentation Available at - https://github.com/rafat/wavelib/wiki Live Demo (Emscripten) - http://rafat.github.io/wavelib/ License - BSD 3-Clause Contace - rafat.hsn@gmail.com

近期下载者

相关文件


收藏者