搜索资源列表
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
一维小波变换
- 本程序用于实现一层小波变换,即在频域对图像进行处理-the procedures used to achieve a layer of wavelet transform, in the frequency domain for image processing
一维小波单支重构函数
- 一维小波单支重构函数,一维小波系数直接重构函数-Single one-dimensional reconstruction of wavelet functions, the direct reconstruction of one-dimensional wavelet function
一维和二维小波变换的VC实现
- 小波算法在vc的具体实现.小波算法在图像处理,视频压缩,特征提取等领域有广泛应用,程序以灰度图像为数据分别演示了一维和二维小波变换,希望对大家有所帮助.谢谢!-vc wavelet algorithm in a concrete realization. Wavelet algorithms in image processing, video compression, feature extraction and other fields have extensive application
wavelet
- 一维小波的分解和重构,可以运行,三层降维和重构,小波降噪。很实用-matlab wavelet
WavelAlg
- 本系统是一个基于VC++的小波算法,包含两个变换,一维小波变换和二维小波变换,对图像处理和视频压缩方面有很广泛的应用。-Based on this system is a VC++ Wavelet algorithm, consists of two transformations, one-dimensional wavelet transform and two-dimensional wavelet transform of image processing and video compr
WVLT
- 子目录说明: \wvlt\lib\ 中存放的一些基本的小波基定义和相关库函数; \wvlt\wrefine\ 中存放的是小波基细化的程序代码; \wvlt\wxfrm\ 中存放的是一维小波变换的数学实现。-Subdirectory note: wvltlib stored in some of the basic definition of wavelet and related library function wvltwrefine is stored in wavelet r
wavelet_signal
- 采用Mallat算法的一维和二维小波分解程序代码-Mallat algorithm using one-dimensional and two-dimensional wavelet decomposition code
wavlet
- 实现一维小波的分解和重构,能正确运行的源代码。-Achieve one-dimensional wavelet decomposition and reconstruction, to correct the source code to run.
WVLT
- 小波变换的VC源代码,包括各种小波基的定义和一维小波变换的实现-wavelet transform
mydwt
- 自己编写的一维小波程序。还是比较好用的,大家可以对照工具箱里的看下。-I have written a one-dimensional wavelet procedure.
xiaobofenjiechonggou
- 文章涉及了小波一维小波分解和重构的MATLAB程序,程序相当有借鉴意义。-Articles related to the wavelet one-dimensional wavelet decomposition and reconstruction of MATLAB program, the program quite a reference.
waveletfj_example
- 完成一维小波变换一级分解。此文件包含小波变换的mallat算法,经测试完全正确。-Completed a one-dimensional wavelet transform decomposition. This file contains the mallat wavelet transform algorithm, the test is correct.
wavelet03
- 程序生成正弦信号和三角波信号,对叠加信号进行一维小波变换(6层),重构6层逼近系数,并显示。-Program generates sine wave and triangular wave signals, superposition of signals of one-dimensional wavelet transform (6 layer), reconstruct 6 layer approximation coefficient, and displayed.
myCwt
- 一维小波变换的c实现,包括harr小波、mexhat小波、以及morlet小波等-continuous wavlet transform,including harr、mexhat and morlet
小波降噪Matlab
- 设定信噪比和随机数种子,使用确定阈值、软阈值由一维小波函数对信号实施降噪。
一维小波变换
- 用C语言实现的小波变换(一维小波变换),效率很高。源码包含小波的正变换和小波的逆变换。代码很简短
Mallat-一维小波变换
- 实现一维小波变换,Mallat算法,可实现,可理解,好用,好用,强烈推荐(Implement a one-dimensional wavelet transform, Mallat algorithm, which can realize, can understand and use, to use, highly recommended)
TTF,小波变换
- 基于FFT的谐波检测,采用快速傅里叶算法后得到原始波形中各次分量的频率和幅值特性,从中可以直接观测出各次谐波分量的频率和幅值信息. 程序1采用快速傅里叶算法后得到原始波形中各次分量的频率和幅值特性图 程序2输入信号经过FFT变换得到的频谱特性图 程序3对输入信号进行采样,应用一维小波变换函数进行三层小波分析(Based on FFT harmonic detection, the frequency and amplitude characteristics of each harmoni
labview 一维小波去噪
- labview中利用matlab进行一维小波去噪