搜索资源列表
小波分解与重构
- 详细介绍了小波分解与重构过程,并用matlab对其实现。
小波分解matlab程序
- 图像处理的小波分解的matlab程序
program
- 我的本科毕业设计程序,包括了基于脊波小波分解和整数小波分解的小目标识别。-My undergraduate graduate design program, including the ridge wave based on wavelet decomposition and integer wavelet decomposition of small object recognition.
图像小波分解-matlab
- 小波分解 利用多尺度小波分解函数dwt2对图像进行二尺度小波分解(采用db1小波)
wavelet-matlab
- 基于小波理论的采用sym4小波分解实现图像融合。-base on wavelet map mix
WaveletTransform
- 利用二维小波分析对一幅图象作2层小波分解,并在此基础上提取各层的低频信息实现图像的压缩.-The use of two-dimensional wavelet analysis of images for a 2-layer wavelet decomposition, and on this basis the low-frequency information extracted all levels to achieve image compression.
Neural
- matlab 编写的小波分解程序,进行模式识别-the preparation of the wavelet decomposition matlab procedures, pattern recognition
untitled
- 用matlab实现图像小波分解-Matlab image with wavelet decomposition
result
- 实现图像小波分解,可以自行指定分解级数,采用daubenchies小波-Achieve the wavelet decomposition, you can specify the decomposition of their own series, using wavelet daubenchies
123456
- haar小波分解与重构 用matlab实现的-haar
Matlab
- 信号去噪的基本步骤: (1)信号的小波分解; (2)小波分解高频系数的阈值量化; (3)信号的小波重构。使用分解的低频系数以及阈值量化后的高频系数进行小波重构。 -The basic steps of signal denoising:( 1) of the wavelet decomposition of signals ( 2) the high frequency coefficients of wavelet decomposition threshold quan
wavelet-MATLAB-code
- 实现以下功能:装载信号;完成信号的单尺度一维离散小波分解;从系数中重构低频部分和高频部分;显示高频和低频部分;由小波逆变换恢复信号;多层一维分解;提取系数的低频和高频部分;重构第3层的低频系数;重构第1、2、3、4、5层的高频信号;重构原始信号并显示-Achieve the following functions: load signal complete signal single-scale one-dimensional discrete wavelet decomposition r
matlab小波分解时频分析
- 传统的傅立叶变化只能分析时域、频域图,而小波变化能进行时频分析,对信号进行更好的处理。(The traditional Fourier transform can only analyze the time domain and frequency domain diagram, while the wavelet transform can carry on the time-frequency analysis and better deal with the signal.)
11 小波分析.m
- 进行小波分析,对于信号的分解,降噪,重构,都可以有效进行(Wavelet analysis can be carried out effectively for signal decomposition, noise reduction and reconstruction)
小波分解与重构
- 在MATLAB中编写小波分解与重构的程序,用小波分解与重构来分析问题的原始代码(Wavelet decomposition and reconstruction)
小波分解重构
- 小波分解重构,可以作为研究小波频率的一个重要参考,但是注意,该代码分解出来的高低频系数不能完全当作滤波器使用,只是参考。(Wavelet decomposition and reconstruction can be used as an important reference for studying wavelet frequency, but attention is paid to the high and low frequency coefficients decomposed by
886124小波分解与重构的几个matlab程序
- 886124小波分解与重构的几个matlab程序(wavelet decomposition and reconstruction of several matlab program)
5_3小波分解与重构
- 图像图形小波分解与重构算法 MATLAB 语言源程序(Wavelet decomposition)
图像小波分解
- 利用MATLAB程序进行的图像的小波分解(Wavelet decomposition of images)
二维小波分解 (1)
- 小波变换,对图像二维信号进行3层小波分解。 本题二维图像采用MATLAB自带的图片,实现图片多层小波分解的函数是: [C,S]=wavedec2(X,N,’wname’) , 即使用给定小波‘wname’对二维信号X进行N层小波分解。本题使用’bior3.7’小波进行分析。(wavelet transform)