搜索资源列表
基于离散小波变换的数字水印技术
- 基于离散小波变换的数字水印技术 利用matlab编写-based on the discrete wavelet transform digital watermarking technology used to prepare Matlab
一维小波变换
- 示范了一维离散小波变换的一些matlab函数的用法,有详细说明
极大离散小波变换的MATLAB程序包
- 一套完整的极大离散小波变化的MATLAB源码,并配有实例。实例取自于《时间序列的小波方法》,程正兴译。该方法很好的处理时间序列问题。
MATLABwavelate.rar
- 应用MATLAB实现地震剖面的小波变换,该程序分别用连续小波变换和离散小波变换两种方式,并且可以从小波列表中选取多种小波。,Application of MATLAB to achieve seismic profile of the wavelet transform, the procedures were continuous wavelet transform and discrete wavelet transform in two ways, and can select fro
code.rar
- 基于离散小波余弦变换DCT的数字水印算法,实现了水印的嵌入提取等过程。毕业设计源代码,Discrete Cosine Transform Based on Wavelet Digital Watermarking Algorithm in DCT, the watermark embedded in the realization of the process of extraction. Graduation Project source code
dwt.rar
- 一维离散小波变换,输出项是一维离散小波变换的小波变换系数,输入值是小波名,信号序列,The dwt command performs a single-level one-dimensional wavelet decomposition with respect to either a particular wavelet ( wname , see wfilters for more information) or particular wavelet decomposition filte
wavelet
- 通过matlab实现二维离散小波变换的Mallat快速算法源程序和对二维图像进行多级分解与重建-Matlab achieved by two-dimensional discrete wavelet transform Mallat fast algorithm and multi-dimensional image decomposition and reconstruction
图12-8应用离散小波变换检测不连续点-150605
- 应用离散小波变换检测不连续点 用matlab实现-application DWT not detected using Matlab consecutive points to achieve
matlab97lift
- 离散小波变换的matlab程序,包括一维与二维的-Discrete wavelet transform matlab procedures, including one-dimensional and two-dimensional
xiaobo
- 本代码给出了图像的二维离散小波变换分解、重构图像以及误差图像。-The code gives the two-dimensional image decomposition of discrete wavelet transform, image reconstruction and the error image.
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.
MATLABwavelet
- 小波变换的matlab程序,包括离散小波变换,多尺度变换,小波包分析,小波用于图像压缩、水印、去噪-Matlab wavelet transform procedures, including the discrete wavelet transform, multi-scale transform, wavelet packet analysis, wavelet image compression, watermarking, denoising
dwt-wavelet
- 二维离散小波变换,遥感图像处理,希望能够帮助大家。-Discrete wavelet transform, remote sensing image processing, want to help you.
xiaoboquzao
- 小波去噪matlab程序,在噪声环境下语音信号的增强,语音信号为读入的声音文件,噪声为正态随机噪声,在小波基 db3 下进行一维离散小波反变换.-Matlab wavelet denoising procedure, noise enhancement of speech signals, speech signal is read into the sound file, the noise is normal random noise, the wavelet ' db3' u
detectionofabruptpoint
- 小波变换有关突变点的检测,通过离散小波变换与连续小波变换进行对比-Wavelet transform on the detection of mutations, through the discrete wavelet transform are compared with the continuous wavelet transform
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
EMD
- 利用MATLAB平台,离散小波变换分析,(Discrete wavelet transform analysis)
二维离散小波变换
- mallatm.m:一维mallat快速分解函数 mallatr.m:一维mallat快速重建函数 mallatm2d.m:二维mallat快速分解与合成算法的演示函数,要调用mallatm.m与mallatr.m 在matlab命令行键入(Two dimensional discrete wavelet transform)
dwt_1_10hz
- 简单例子,用matlab实现离散小波变换(Simple example, using MATLAB to realize discrete wavelet transform)
MATLAB基于离散小波变换(DWT)的语音和音频信号的数字水印代码
- 这段代码实现的是MATLAB基于离散小波变换(DWT)的语音和音频信号的数字水印代码,有GUI几乎每句都有详细的注释,附带一个录音的小程序,其中加入了两种干扰,一是低通滤波,二是白噪声干扰。另外还附赠解释小波变换原理的小程序,也供下载,如果你还需要更多类似的资源,可以看看我的另一个基于LSB算法的语音信号的数字水印资源。