登录
首页 » Wavelet » to complete a wavelet transform and on this basis do coding procedures.

to complete a wavelet transform and on this basis do coding procedures.

于 2022-01-30 发布 文件大小:968.00 B
0 97
下载积分: 2 下载次数: 1

代码说明:

一个能够完成小波变换并在此基础上做压缩编码的程序。-to complete a wavelet transform and on this basis do coding procedures.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为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
  • 基于小波变换模极大的多尺度图像边缘检测matlab源代码
    基于小波变换模极大的多尺度图像边缘检测matlab源代码-based on wavelet transform modulus maxima of multiscale edge detection Matlab source code
    2022-02-03 15:53:15下载
    积分:1
  • 关于常用图像处理的vc源码,还有像傅丽叶逆变换,小波变换等...
    关于常用图像处理的vc源码,还有像傅丽叶逆变换,小波变换等-On the commonly used image processing vc source, as well as傅丽叶inverse transform, wavelet transform, etc.
    2022-07-27 00:26:54下载
    积分:1
  • 小波分析理论与MATALB R2007 实现源程序 一共有20章内容 希望对大家有帮助...
    小波分析理论与MATALB R2007 实现源程序 一共有20章内容 希望对大家有帮助 -Wavelet analysis theory and MATALB R2007 to achieve source code of a total of 20 chapters hope to help
    2023-08-24 09:10:04下载
    积分: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
    2023-05-08 16:10:05下载
    积分:1
  • 小波分析文档资料使用MATLAB设计小波变换程序中的若干问题
    小波分析文档资料使用MATLAB设计小波变换程序中的若干问题-Wavelet analysis of the design documentation using the MATLAB Wavelet Transform proceedings a number of issues
    2022-02-03 16:02:29下载
    积分:1
  • 白光的单缝衍射
    白光的单缝衍射-white single-slit diffraction
    2022-06-18 04:29:22下载
    积分:1
  • Wavelet denoise 实用小波库
    Wavelet denoise 实用小波库-Wavelet denoise practical wavelet library
    2022-02-03 01:51:33下载
    积分:1
  • 利用小波分析中的小波抑制对信号进行处理,出去噪声和振动对信号的影响,得到源信号。...
    利用小波分析中的小波抑制对信号进行处理,出去噪声和振动对信号的影响,得到源信号。-The use of wavelet analysis wavelet inhibition of signal processing, the signal out of noise and vibration on the impact to be the source signal.
    2022-03-15 15:27:13下载
    积分:1
  • Program from mobile broadcasting environment
    % Program from 移动传播环境-理论基础、分析方法和建模技术 杨大成编著 机械工业出版社 2003 % Program from pp.280~281 附录B 成形滤波法 - Program from mobile broadcasting environment- the theoretical basis for analysis and modeling techniques edited by Yang Dacheng Machinery Industry Publishing House 2003 Program from pp.280 ~ 281 Appendix B forming filtering method
    2022-04-19 18:37:23下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载