-
完整小波变换类,包括一个头文件,实现文件和一个readme文件
完整小波变换类,包括一个头文件,实现文件和一个readme文件-Complete wavelet transform categories, including a header file, files and a readme file
- 2022-05-17 01:08:22下载
- 积分:1
-
基于提升格式的整数小波变换及其编解码
基于提升格式的整数小波变换及其编解码- And its arranges based on the promotion form integer wavelet
transformation decodes
- 2022-08-09 15:03:27下载
- 积分:1
-
本书的目的主要是向读者展示傅里叶分析和小波的许多基础知识以及在信号分析方面的应用。全书分为8章和2个附录,前言部分是学习第1章至第7章的准备知识,即内积空间;第
本书的目的主要是向读者展示傅里叶分析和小波的许多基础知识以及在信号分析方面的应用。全书分为8章和2个附录,前言部分是学习第1章至第7章的准备知识,即内积空间;第1章讲解傅里叶系列的基础知识;第2章讲解傅里叶变换;第3章介绍离散傅里叶变换以及快速傅里叶变换;第4章至第7章讨论小波,重点在于正交小波的构建;附录部分则介绍稍微复杂的一些技术主题以及演示概念或产生图形的MATLAB代码。许多关于小波的文章和参考书籍均要求读者具有复杂的数学背景知识,本书则只要求学生具有较好的微积分以及线性代数知识,通俗易懂,是数学、计算机、电子、通信、地质、医学、机械等专业高年级本科生及研究生的基础教科书,也可作为相关技术人员的参考书。-The main purpose of this book is to show readers Fourier and wavelet analysis of many of the basic knowledge as well as in signal analysis applications. The topics are divided into eight chapters and two appendices, is to learn from the preamble of Chapter 1 to Chapter 7 of the preparation of knowledge, that is, inner product space Chapter 1 on the basis of Fourier series of knowledge Chapter 2 on Fourier Transform Chapter 3 introduced the Discrete Fourier Transform and Fast Fourier Transform Chapter 4 to Chapter 7 to discuss wavelet, with emphasis on construction of orthogonal wavelet appendix describes slightly complex themes, as well as a number of technical concepts or pr
- 2022-03-14 08:55:58下载
- 积分:1
-
Wavelet transform technology and engineering practice: Image Wavelet Transform (...
小波变换技术与工程实践:图像的小波变换(MFC框架下)-Wavelet transform technology and engineering practice: Image Wavelet Transform (MFC framework)
- 2022-03-26 12:05:11下载
- 积分:1
-
小波滤波的MALLAT算法,程序编写的很容易懂,能实现bd1
小波滤波的MALLAT算法,程序编写的很容易懂,能实现bd1-db10的小波分解和重构,比我前一次发的小波算法更简单易懂-Wavelet filtering MALLAT algorithm, programming is very easy to understand, to achieve bd1-db10 wavelet decomposition and reconstruction, than I made the previous wavelet algorithm is more straightforward
- 2022-04-17 14:00:30下载
- 积分:1
-
利用DCT和DWT的彩色图像数字水印
color image watermarking using DCT and DWT
- 2022-08-08 18:56:29下载
- 积分:1
-
由于成像方式及波谱接收段的不同.合成孔径雷达SAR(synthetic aperture radar)与可见光图像所反映的信息有很大差异,图像之间相关性弱,且互...
由于成像方式及波谱接收段的不同.合成孔径雷达SAR(synthetic aperture radar)与可见光图像所反映的信息有很大差异,图像之间相关性弱,且互补性明显。因此在图像融合时,应该根据其互补性信息特征各取所长。在研究了一些现有融合方法的基础上,提出了一种基于互补信息特征的SAR与可见光图像融合方法。首先通过基于像素邻域的能量统计特性融合SAR与可见光图像,将SAR图像中的重要目标信息加入到可见光图像中,然后再利用小波变换进行二次融今,充分加入原始图像的边缘细节信息。实验结果表明,该融合方法有效。-err
- 2023-04-25 06:10:03下载
- 积分:1
-
一个小波压缩的控件
一个小波压缩的控件-a wavelet compression controls
- 2022-04-19 15:09:15下载
- 积分: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
-
用Visual C++编写的小波表换,小波除噪程序,可以显示信噪比,我的本科毕业设计,吐血推荐...
用Visual C++编写的小波表换,小波除噪程序,可以显示信噪比,我的本科毕业设计,吐血推荐-prepared using Visual C table for the wavelet, wavelet denoising procedures can demonstrate SNR, I graduated from the undergraduate Design, hematemesis Suggest
- 2022-12-23 19:20:03下载
- 积分:1