搜索资源列表
小波分析理论与Matlab 7实现
- 小波分析理论与Matlab 7实现 添加了2次提升的小波程序 详细介绍了7的新功能-Theoty of Wavelet And Implement of Matlab 7 appended procedures of two-lever-wavelets ,and introduced the new function of matlab 7
2-Dliftingwavelettransform
- 二维提升小波,matlab实现.Multi-level discrete two-dimension wavelet transform based on lifting method.
wavelet_matlab_code.rar
- 2代小波示意程序 2维小波变换经典程序 Daubechies小波基的构造 采用多孔trous算法(undecimated wavelet transform)实现小波变换 平移变换平移法(cycle_spinning)消除gibbs效应 提升法97经典程序 消失矩作用的程序 小波插值与小波构造 小波滤波器构造和消噪程序 小波谱分析mallat算法经典程序,2 Generation Wavelet indicated procedures classic 2-D wavelet
Liftwavelet-MATLAB
- 此程序基于Matlab提升法实现第二代提升小波变换-This program is based on the second generation of lifting wavelet transform Matlab enhance law
15615
- matlab一维提升小波变换,二维提升小波变换-matlab one-dimensional wavelet transform, two-dimensional lifting wavelet transform
5_3_2dwt
- 5/3二维提升小波变换,使用matlab语言实现-5/2 2dwt,used matlab to realize
wavelet_code
- 这是《小波分析理论与MATLABR2007实现》的源代码。主要是基于Matlab的小波工具箱实现小波基选择、小波包分解、Mallat变换以及小波变换在边缘提取、图像去噪、数据压缩等中的应用,特别包含了二代提升小波的相关内容,理论与实际相结合。大家想要了解的二进小波、正交镜像滤波器组[QMF]等概念这里都有体现。-This is 《MATLABR2007 wavelet analysis theory and implementation》 of the source code. Mainly
wavelet
- 基于快速提升小波变换与 人眼视觉特性的数字水印算法-tishengbiaobo
test53
- 可伸缩视频中的5_3小波变换。运动补偿时间滤波是一种有效的可伸缩视频编码方案,采用5 /3提升小波实现能进一步提高其编码性能-Scalable video in the wavelet transform 5_3. Time motion compensation filter is an effective scalable video coding schemes, using 5/3 lifting wavelet to achieve further improve its coding
fjxhfj
- 实现db6小波提升变换,对信号进行5层分解和重构。另外被屏蔽的部分为离散小波变换。-Enhance the realization of wavelet transform db6, 5 layers of signal decomposition and reconstruction. In addition to being part of shielding DWT.
wavelet
- 双正交小波的正变换和反变换,以及显示程序;提升小波的正变换和反变换,以及显示程序-Are the biorthogonal wavelet transform and inverse transform, and display procedures the lifting wavelet transform and inverse transform is, as well as the display program
lwt
- 这是一个提升小波的程序,有一个是用来去噪的-lwt
tsxbxz
- 本程序实现了db2提升小波的消噪,可直接运行成功。-This program achieved a db2 lifting wavelet denoising can be directly run successfully.
wavelet_Matlab7
- 本书是“MATLAB应用技术”系列丛书之一,以最新推出的MATLAB中的小波分析工具箱Wavelet Toolbox 3.0版本为基础。全书共分为三部分,第1部分着重介绍了小波理论基础,包括小波基础知识、连续小波变换、离散小波变换、多分辨率分析与正交小波变换、小波变换和多采样滤波器组、二维小波变换与图像处理及小波包的基本原理等;第2部分重点说明了小波分析工具箱的详细使用方法,包括图形用户接口、小波通用函数、一维小波变换的MATLAB实现、二维小波变换的MATLAB实现、小波包变换的MATLAB实
MATLABshixianxiaobobianhuanyasuo
- MATLAB实现提升小波变换的图像压缩,下载即可运行-MATLAB realization of Lifting Wavelet Transform Image Compression, download you can run the
image_compress
- 该程序实例首先对二维图像进行提升小波分解,然后构造传统小波分解结构[c,s],接着使用函数ddencmp()获取信号压缩阈值,再采用函数wdencmp()实现图像压缩-First,the program decomposes the image use lifting wavelet , and then construct the traditional wavelet decomposition structure [c, s], then use the function ddencmp
lift53f
- 提升小波变换matlab代码 提升小波变换matlab代码-Lifting wavelet transform matlab code
second_wavelet
- 提升法实现第二代小波变换 第二代小波变换源程序-second wave
lwt
- 基于MATLAB平台,实现提升小波变换算法(Implementation of lifting wavelet transform algorithm based on MATLAB platform)
db97
- %% 本程序实现任意偶数大小图像第二代双正交97提升小波变换 %% 注1: 采用标准正交方法,对行列采用不同矩阵(和matlab里不同) %% 注2: 为了保证正交,所有边界处理,全部采用循环处理 %% 注3: 正交性验证,将单位阵带入函数,输出仍是单位阵(matlab不具有此性质) %% 注4: 此程序是矩阵实现,所以图像水平分量和垂直分量估计被交换位置 %% 注5: 此程序实现的是类小波(wavelet-like)变换,是介于小波包变换与小波变换之间的变换 %% 注6: 此程序