登录
首页 » Wavelet » 著名大学的小波变换课件,浅显易懂。特别适合学习小波的人。...

著名大学的小波变换课件,浅显易懂。特别适合学习小波的人。...

于 2022-04-28 发布 文件大小:244.92 kB
0 156
下载积分: 2 下载次数: 1

代码说明:

著名大学的小波变换课件,浅显易懂。特别适合学习小波的人。-Wavelet transform well-known University of courseware, easy to understand. Particularly suitable for those who study wavelet.

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

发表评论

0 个回复

  • 图像处理小波变换算法及编程技巧
    有关图像处理中小波变换的算法及编程技巧-the image processing wavelet transform algorithms and programming skills
    2022-07-04 13:21:07下载
    积分:1
  • 包括一次行、列变换,一层,二层,三层小波变换,低通,高通滤波,图像复原,增强,融合...
    包括一次行、列变换,一层,二层,三层小波变换,低通,高通滤波,图像复原,增强,融合-including a trip out transform, layer, Layer wavelet transform, low-pass and high-pass filtering, image restoration, enhancement, integration
    2022-01-26 04:13:40下载
    积分:1
  • This is a wavelet transform on the VC source, test_images storage directory is r...
    这是关于小波变换的VC源码,test_images 目录下存放是各章程序所需的标准图像 其他目录存放的则是相应章节的程序源代码。 各章节源代码的说明见各个章节的子目录。-This is a wavelet transform on the VC source, test_images storage directory is required for the various chapters of the standards process images stored in other directories is the corresponding source code sections. Various sections of the source code is described in various sections of the subdirectories.
    2022-09-14 11:00:05下载
    积分:1
  • 实现了方波、正弦波、三角波的输出,同时在LCD模块中用状态机的方法实现LCD的对应显示:当输出正弦波,LCD显示“SIN”;当输出方波,LCD显示“REC”;当...
    实现了方波、正弦波、三角波的输出,同时在LCD模块中用状态机的方法实现LCD的对应显示:当输出正弦波,LCD显示“SIN”;当输出方波,LCD显示“REC”;当输出三角波,显示“TRI”;复位和其它位置波形显示“UNI”。-Realize a square wave, sine wave, triangle wave output, while in the LCD module using the state machine approach to achieve the corresponding LCD display: When the output sine wave, LCD display
    2022-09-13 05:40:04下载
    积分:1
  • 一个很好用的示波器类,很漂亮的示波器演示程序
    一个很好用的示波器类,很漂亮的示波器演示程序-Oscilloscope used in a very good type, I am pretty Oscilloscope demo
    2022-05-22 09:38:55下载
    积分:1
  • 这是一个使用VC++编写的“一维信号小波分解与重构的VC++源程序”,请站长检查...
    这是一个使用VC++编写的“一维信号小波分解与重构的VC++源程序”,请站长检查-It is a preparation of the VC "one-dimensional wavelet decomposition and reconstruction VC source", please check station
    2022-02-04 21:20:10下载
    积分:1
  • 基于图像融合的小波算法由于提取和国际刑警组织…
    基于Trous小波算法的影像融合由于存在抽取和插值运算,其结果存在一定的相位失真Trous小波算法通过有限滤波器内插近似实现对影像数据的无抽取离散小波变换较好地解决了上述问题,在阐述影像数据融合原理的基础上给出了基于Trous小波变换的影像融合处理方法和过程。-Trous wavelet algorithm based on image fusion because of extraction and interpolation operations, the result there is a certain degree of phase distortion trous wavelet algorithm through limited interpolation filter approximation of the image data to achieve without taking discrete wavelet transform can solve the above problems, Before going into the image data fusion based on the principle of give trous wavelet transform based image fusion methods and the process of treatment.
    2023-01-08 11:50:02下载
    积分: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
  • This procedure realize orthogonal transformation images, including Fourier trans...
    本程序实现图像的正交变换,包括傅立叶变换,离散余弦变换,沃尔什变换。-This procedure realize orthogonal transformation images, including Fourier transform, discrete cosine transform, Walsh transform.
    2023-05-25 00:50:04下载
    积分:1
  • 基于小波变换的彩色图像压缩.
    基于小波变换的彩色图像压缩.-based on wavelet transform color image compression.
    2022-11-19 23:15:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载