搜索资源列表
OMP基于正交原子的稀疏分解
- OMP算法是在MP算法基础上的一种改进算法。本例程基于OMP将信号分解重构
小波分解与重构vc++实现
- 小波分解与重构,vc++实现,实验了三种小波算法。
1DSignal_DecomRecon_Bywavelet[xtulbd,050311]
- 对一维信号进行小波分解和重构的C程序,绝对误差为10^-11.1)主程序:Mallat.c2)一维信号的输入文件:wdata.dat2)分解重构过程中产生的数据的文件:Data.txt-right one-dimensional signal wavelet decomposition and reconstruction of C procedure, the absolute error of 10 ^-11.1) main pro
小波分解与重构的几个matlab程序
- 用matlab实现小波分解与重构的几个程序的源代码。-using Matlab achieve wavelet decomposition and reconstruction of several programs at the source code.
小波图像分解与合成
- 3次非标准小波分解和重构, 使用两种小波:Haar小波和db9小波 设计3级小波分解和重构图像的程序 用你自己的照片作对象,显示其中任一种小波图像分解和重构过程 使用Haar小波时,计算阈值分别为0,5,10和20的情况下,用PNG格式存储重构的图像,并将计算结果填入“图像测试表” 使用db9小波时,计算阈值分别为0,5,10和20的情况下,用PNG格式存储重构的图像,并将计算结果填入“图像测试表” -3rd standard wave
分解与合成
- 用Matlab中的Haar和Db9小波对图像进行分解和重构,并在不同阈值下用PNG格式存储重构的图像.-Matlab Haar and the right image Db9 wavelet decomposition and reconstruction, and under different thresholds with PNG format image storage remodeling.
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用F
小波分解与重构
- 用VC++实现的一维小波分解与重构,含原理分析文档,对小波研究者极有用。-with VC of a peacekeeping wavelet decomposition and reconstruction, including principles to analyze documents, the researchers wavelet very useful.
wavelet_signal
- 采用mallat算法进行小波分解/重构的程序,支持一维和二维信号-Mallat algorithm using wavelet decomposition/remodeling process, support one-and two-dimensional signal
WaveletVC++Res
- 通过设计VC程序对简单的一维信号在加上了高斯白噪声之后进行Daubechies小波、Morlet小波和Haar小波变换,从而得到小波分解系数;再通过改变分解得到的各层高频系数进行信号的小波重构达到消噪的目的。在这一程序实现的过程中能直观地理解信号小波分解重构的过程和在信号消噪中的重要作用,以及在对各层高频系数进行权重处理时系数的选取对信号消噪效果的影响。-through the design process to a simple on
xiaobobao
- 这是基于matlab的图像去噪程序,使用小波包的方法实现。默认阈值。及小波分解重构等。-This is based on Matlab image denoising, the use of wavelet packet method. The default threshold. Wavelet decomposition and reconstruction, and so on.
db4TI
- 提升小波的分解重构,和阈值降噪程序,适合MEMS陀螺降噪。-Lifting wavelet decomposition reconstruction, noise reduction procedures and thresholds for MEMS gyroscope noise.
mywavet
- 小波分解重构,降噪,压缩编码,压缩性能分析 xijie.m 将图片1级小波分解为近似,水平细节,垂直细节,对角细节 xijie2.m 将图片1和2级分解并重构,近似,水平细节,垂直细节,对角细节 noisereduce.m 图像1/2降噪. noisereduce2.m全值阀值消噪图像 mycompress.m小波BIOR3.7一次和二次压缩,与一次与二次解压缩 mycompress2.m分析小波分解系数中置0的
juanji
- c++一个类实现小波分解重构,采用卷积抽稀,很好的一个源代码,注释也很清楚,我也是从最基本的原理写起,希望可以给那些刚刚想编小波变换的人一点帮助-c++ a class to achieve reconstruction of wavelet decomposition, using convolution pumped thin, a very good source code, comments are also very clea
resconstruct
- 利用小波分解实现对信号多尺度分解重构,程序简单。-Wavelet decomposition of signal multi-scale decomposition and reconstruction, the program simple.
小波分解重构
- 小波分解重构,可以作为研究小波频率的一个重要参考,但是注意,该代码分解出来的高低频系数不能完全当作滤波器使用,只是参考。(Wavelet decomposition and reconstruction can be used as an important reference for studying wavelet frequency, but attention is paid to the high and low freque
小波图像分解重构.zip
- 本程序主要的功能就是利用小波变换对图像进行分解以及重构的过程。(Wavelet image decomposition and reconstruction)
小波分析仿真程序
- 小波分析课程部分仿真程序,涉及加窗傅里叶变换、信号分解重构等,每步都有有详细注释(A part of the simulation program for the course of wavelet analysis.Relates to the windowed Fourier transform, signal decomposition and reconstruction, every step has a detailed n
eemd
- EEMD分解,通过对信号进行分解重构实现降噪目的( Reduct the signal noise through the decomposition reconstruction)