登录
首页 » matlab » Wavelet-decomposition-

Wavelet-decomposition-

于 2011-04-11 发布 文件大小:1299KB
0 307
下载积分: 1 下载次数: 1

代码说明:

说明:  基于小波的图像分解与重构以及各种灰度图像。(Wavelet-based image decomposition and reconstruction, and various gray scale images.)

文件列表:

新建文件夹
..........\小波图像分解和重构
..........\..................\loop.m,290,2010-03-23
..........\..................\w5_3_n.m,835,2010-10-13
..........\小波图像分解重构
..........\................\小波图像分解重构
..........\................\................\新建文件夹
..........\................\................\..........\imdwt1.m,1286,2010-09-02
..........\................\................\..........\imidwt2.m,699,2010-09-08
..........\................\................\..........\selfdwt.m,1055,2005-05-28
..........\................\................\..........\selfidwt.m,1731,2005-05-31
..........\................\................\..........\zxjswt2.asv,432,2010-10-13
..........\灰度图像
..........\........\灰度图像





..........\........\........\cam.bmp,66614,2009-05-22
..........\........\........\gray256.gif,12234,2009-05-22
..........\........\........\house1.jpg,4622,2009-05-27
..........\........\........\house2.jpg,5461,2009-05-27
..........\........\........\house3.jpg,5461,2009-05-27
..........\........\........\house4.jpg,6123,2009-05-27
..........\........\........\Image349.gif,312898,2009-05-27
..........\........\........\Image350.gif,76638,2009-05-27
..........\........\........\lena.bmp,66614,2009-05-19
..........\........\........\lena256.bmp,66614,2007-06-02
..........\........\........\Lena512.bmp,263222,2007-06-02
..........\........\........\peppers256.bmp,66614,2007-06-02
..........\........\........\Peppers512.bmp,263222,2007-06-02
..........\........\........\rabbit.jpg,8375,2009-05-22
..........\........\........\result.bmp,73158,2007-11-28
..........\........\........\roof.bmp,39634,2005-03-30
..........\........\........\shi.bmp,105326,2009-05-23
..........\........\........\source.BMP,73160,2007-11-28
..........\........\........\water.BMP,31078,2009-05-30

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

发表评论

0 个回复

  • fcwt
    自己编写的基于指数遗忘快速算法改进的morlet小波变换程序(I have written forgotten fast algorithm based on the index improved wavelet transform morlet procedure)
    2021-01-05 16:18:54下载
    积分:1
  • Wavelet_FORTRAN
    用Fortran编写的小波变换用小程序,可实现简单的小波分析功能(Written in Fortran with a small application of wavelet transform, wavelet analysis can be simple functions)
    2011-07-18 22:11:27下载
    积分:1
  • 说明:  图像小波变换,小波变换(wavelet transform,WT)是一种新的变换分析方法,它继承和发展了短时傅立叶变换局部化的思想,同时又克服了窗口大小不随频率变化等缺点,能够提供一个随频率改变的“时间-频率”窗口,是进行信号时频分析和处理的理想工具。它的主要特点是通过变换能够充分突出问题某些方面的特征,能对时间(空间)频率的局部化分析,通过伸缩平移运算对信号(函数)逐步进行多尺度细化,最终达到高频处时间细分,低频处频率细分,能自动适应时频信号分析的要求,从而可聚焦到信号的任意细节,解决了Fourier变换的困难问题,成为继Fourier变换以来在科学方法上的重大突破。(Image Wavelet Transform)
    2020-06-18 04:40:01下载
    积分:1
  • waveletdenoising
    小波变换应用,小波软阈值及硬阈值去噪算法及对此算法的改进算法。(Application of Wavelet Transform, wavelet soft threshold and hard threshold denoising algorithm and improved algorithm for this method.)
    2021-04-08 20:39:00下载
    积分:1
  • DWTzip
    基于Matlab的JPEG2000图像压缩实现,离散小波变换DWT,程序中图片的位置修改下可以自己运行程序看到效果(Matlab-based implementation of the JPEG2000 image compression, discrete wavelet transform DWT, where the image changes the program may be run its own program to see results)
    2011-06-08 09:55:11下载
    积分:1
  • T23825744rwth
    这是小波包程序,好不容易从网上下下的,希望对大家有用!可直接使用。 (Wavelet packet, and finally from the Internet under the hope that useful! Can be used directly.)
    2012-07-25 06:27:18下载
    积分:1
  • psnr_noise
    图像的小波去噪,给灰度图像加上一定量的高斯噪声,再采用小波变换的方法去噪,计算去噪前后图像的PSNR。(Wavelet Denoising images to grayscale images coupled with a certain amount of Gaussian noise, and then using the method of wavelet transform denoising calculated before and after denoising images PSNR.)
    2008-12-14 09:18:48下载
    积分:1
  • ConstructWaveBaseFunction
    说明:  紧支撑小波基的构造。 以Daubechies小波滤波器系数为例,推导出小波函数及尺度函数,并画出其图像. void Convolution(double* pShortData, int nShort, double* pLongData, int nLong) int CalcScaleFunction(double* pOutData) int CalcWaveletFunction(double* pOutData) Convolution()不是通用的离散卷积代码,而是简单地实现了后面两个函数需要的离散卷积,它要求输入的前一个数组长度小于后一数组长度,而且卷积结果就直接覆盖存储在后一数组中。CalcScaleFunction()计算尺度函数,CalcWaveletFunction()计算小波函数。 (Compactly supported wavelet bases constructed. To Daubechies wavelet filter coefficients as an example, the derived wavelet function and scaling function, and draw their images. Void Convolution (double* pShortData, int nShort, double* pLongData, int nLong) int CalcScaleFunction (double* pOutData) int CalcWaveletFunction ( double* pOutData) Convolution () instead of generic discrete convolution code, but simply the realization of a function behind the need for two discrete convolution, which requires input before an array length is less than the array length of the latter, but the result of convolution directly covered by the latter is stored in the array. CalcScaleFunction () calculated scaling function, CalcWaveletFunction () calculation of wavelet function.)
    2020-11-10 20:19:45下载
    积分:1
  • 可见光与红外图像融合技术的研究 wewe
    可见光与红外图像融合技术的研究 其中多种算法在内(Infrared and visible image fusion research)
    2020-07-28 11:58:40下载
    积分:1
  • Bayesian_Wavelet_Network
    EEG signal classification using wavelet feature extraction
    2011-02-02 01:27:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载