搜索资源列表
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
shuiyin111
- 透明数字水印以及小波数字水印的相关说明。图片名根据自己需要修改-transparent digital watermarking and digital watermarking Wavelet the note. Pictures were revised according to their needs
mediumvaluefilter
- 中值滤波源程序,非常好用。程序有说明很容易看懂!-median filtering source, very handy. Note procedure is easy to read!
MFCBandFilter
- 一个用MFC写的滤波器源代码,代码结构非常精巧,可以参考 功能:1 固定带通滤波 2 可变带通滤波 3 噪声删除 4 输入输出误差计算 实现比较简单,由于使用了Microsoft Foundation classes,代码流程很简单,但是实现的功能比较充分 Filter.h:头文件,定义了CFilterApp 类 Filter.cpp:利用MFC的函数实现了CFilterApp Filter.rc:资源文件,包括对话框和图标的说明-use a
MATLAB-_FFT
- matlab的fft函数使用注意事项,以及傅里叶变换的特征和理解。-Note the use of matlab' s fft function, as well as the Fourier transform of the characteristic and understanding.
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
floatwt97
- 97浮点一次小波变换,注意变换中的边界扩展问题-A 97-point wavelet transform, transform Note the expansion of the boundary problem
2weijingdianxiaobobianhuan
- 注意完成2维小波变换,希望对大家有所帮助,互相学习探讨一下。-Note that the completion of two-dimensional wavelet transform, we want to help, learn from each other explore.
ftest
- 使用小波变换基于软阀域值实现数据压缩。注意包含了输入数据。-Valve using the wavelet transform domain values based on soft data compression. Note that contains the input data.
db97
- 本程序实现任意偶数大小图像第二代双正交97提升小波变换 注1: 采用标准正交方法,对行列采用不同矩阵(和matlab里不同)-Even the size of the program to achieve any image to enhance the second-generation bi-orthogonal wavelet transform 97 Note 1: The standard orthogonal method, the ranks of the different
shearletnew
- Demo:演示程序(注意图像路径) ShearletCoef: 系数计算程序 mybeta: 伪极坐标 Fourier 变换(文件名是暂时的用法) phi0,psi0,psid: 低高频图像点阵显示(myu,myv用于理论分析,不被 Demo 调用) psiStock: FPsi1(2)_x(有编号): shearlet 函数类 bump: 钟形光滑函数 ramp: 斜升光滑函数(即旧版中的 smooth) 新版比旧版提高了框架函数的连续性——对
CWT_of_the_MATLAB
- 对二维信号X(m,n)进行离散小波变换,注:m、n均为偶数,可以得到低频部分的,大小为垂直方向的,水平方向的和对角线方向的小波分解系数-Two-dimensional signal X (m, n) discrete wavelet transform NOTE: m, n are even, you can get the low-frequency portion, the size of the vertical direction, the wavelet coefficients in
waveguideAndpoisson
- 1.利用matlab语言编写泊松方程,注意其中的边界条件要根据自己的实际情况确定,不一定都是那个值。 2.利用matlab语言编写横电波(TE)、横磁波(TM)的传播情况(1.Using MATLAB to write Poisson equation. Note that the boundary conditions should be determined according to their own actual conditions, not necessarily that val
希尔伯特变换(HHT)的 完整 MATLAB程序
- 很详细的hht编程代码,matlab亲测可用,提供了比较清晰的注释,帮助理解(Very detailed HHT programming code, matlab pro test available, provides a relatively clear note to help understand)