-
这个Matlab程序的最主要功能在water.m文件中,当你调用这个函数之后,系统会提示你给哪个图像文件加水印。blockdwt2.m文件,用于在小波频域添加水...
这个Matlab程序的最主要功能在water.m文件中,当你调用这个函数之后,系统会提示你给哪个图像文件加水印。blockdwt2.m文件,用于在小波频域添加水印logo图片。dmg.m文件产生水印logo图片。watdet3.m文件中的函数实现的功能是检查是否有水印的logo存在。-The main function of Matlab procedures in water.m document, when you call this function, the system will prompt you to add a watermark image files which. blockdwt2.m documents, for the wavelet frequency domain to add a watermark logo image. dmg.m document generated picture watermark logo. watdet3.m realize a function of the document
- 2022-03-22 22:27:20下载
- 积分:1
-
多种方法(软硬阈值、自适应阈值等)进行小波去噪的matlab程序...
多种方法(软硬阈值、自适应阈值等)进行小波去噪的matlab程序-A variety of methods (hard and soft threshold, adaptive threshold, etc.) of the matlab wavelet denoising procedures
- 2022-10-19 10:00:03下载
- 积分:1
-
利用小波变换的图像处理程序
利用小波变换的图像处理程序-using wavelet transform the image-processing program
- 2022-12-04 08:00:03下载
- 积分:1
-
关于小波的图像分析的源码
关于小波的图像分析的源码-on wavelet analysis of the source image
- 2022-05-24 15:50:54下载
- 积分:1
-
polyphase implementation of biorthogonal wavelet transform
polyphase implementation of biorthogonal wavelet transform
- 2022-06-21 03:38:29下载
- 积分:1
-
curvelet工具包1.0版本,包含C的和matlab代码,很经典。
curvelet工具包1.0版本,包含C的和matlab代码,很经典。-curvelet Toolkit version 1.0, including C and matlab code, very classic.
- 2022-02-28 17:25:40下载
- 积分:1
-
小波变换源代码,vc开发,对研究小波变换的人士来说,这是一个不错的基础程序。...
小波变换源代码,vc开发,对研究小波变换的人士来说,这是一个不错的基础程序。-Wavelet Transform source code, vc development, the study of wavelet transform people, this is a good basic program.
- 2022-03-04 20:20:05下载
- 积分:1
-
基于小波分析的信号处理、现代信号处理、邝…
利用小波变换对信号进行分析处理,现代信号处理,胡广书编-using wavelet analysis of signal processing, modern signal processing, Mr Kwong Textbook
- 2022-07-26 22:41:16下载
- 积分:1
-
source code for wavelet transform algorithm
小波变换算法源代码 -source code for wavelet transform algorithm
- 2022-06-17 14:53:57下载
- 积分:1
-
关于二维小波变换的程序 [精华]
说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换...
关于二维小波变换的程序 [精华]
说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个共扼转置可以搞顶。但FFT的使用必须找到与分解序列的关系。-on Wavelet Transform procedures [best] Note : This algorithm important concept is not speed quickly. Because FOR cycle nowadays. This program cycle from the point of view of Matrix, circular convolution and fast Fourier transform is established links. To achieve the decomposition and reconstruction without distortion. It only had one decomposition, 256x256 graphics will be 64x64 decomposition of the four graphics, avoiding the use of WKEEP () confusion. The main idea of using wavelet filter generator orthogonal array W, write to transform B = W* A* W, anti-Transform : A = W* A* W, which is orthogonal transformation all the same. W cycle orthogonal matrix, can be used to achieve rapid FFT computation, on the dif
- 2022-08-03 21:47:23下载
- 积分:1