资源列表
[波变换] edge
说明:使用小波变换来寻找图像边缘的matlab源代码,速度效果均很不错,可以手动选择算法执行的强度,来达到不同的效果 -The use of wavelet transform to find the edge of the matlab source code, the speed effects are very good, you can manually select the algorithm for the implementation of the strength, to achi<szx> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[波变换] harmwavelet
说明:此程序主要用于确定弱失速阶段的能量阶跃现象-This procedure is mainly used to determine the weak phase of the energy step stall phenomenon<shangjy> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[波变换] Daubechies_wavelet
说明:Daubechies小波基的构造的matlab源码,学习小波的好资料-Daubechies wavelet matlab source of structure, learning good information wavelet<rizhaoyueguang> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[波变换] wavelet_creation
说明:小波插值与小波构造matlab源程序(3个程序)-Wavelet Interpolation and Wavelet matlab source (3 procedures)<rizhaoyueguang> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[波变换] db9.7lifting
说明:gabor filter 图像纹理提取 边缘检测-gabor filter edge detection image texture extraction<胡易> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[波变换] xiaobobianhua
说明:利用小波变换检测突变点实验的实例,程序最后生成3个图像演示了该算法,分别为原数字信号、高斯函数作为基函数、高斯函数的一阶导数作为基函数的小波变换。-Mutation detection using wavelet transform examples of experimental points, the program generates the final three images to demonstrate the algorithm, namely, the original digi<ladan> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[波变换] wavelet_transformation
说明: 简单的小波压缩变换工作的原理如下: 信号和求导信号,形成的求同信号序列和求导信号序列的长度均为输入信号的长度的一半.如果输入信号序列是A={a(1),...,a(n)}求同信号S={s(1),...,s(n/2)}和求异信号D={d(1),...,d(n/2)}的计算方式为: for i=1,...,n/2 s(i)=a(2*i-1)+a(2*i) d(i)=a(2*i-1)-a(2*i) 例如输入信号是: 5,2,3,2,5,7,9,6 求出的<张统年> 在 2025-06-16 上传 | 大小:1kb | 下载:0