登录
首页 » matlab » rwt-master

rwt-master

于 2013-05-04 发布 文件大小:1298KB
0 198
下载积分: 1 下载次数: 44

代码说明:

  Rice大学的ricewavelet小波变换工具包,用于matlab环境下,内含图像处理所需的几乎所有小波变换功能,很好很强大(failed to translate)

文件列表:

rwt-master
..........\dist
..........\....\2.01
..........\....\....\doc
..........\....\....\...\index.html,2459,2013-03-21
..........\....\....\htm" target=_blank>INSTALL,1891,2013-03-21
..........\....\....\htm" target=_blank>README,3190,2013-03-21
..........\....\....\RWT-2.01.tar.Z,672780,2013-03-21
..........\....\2.3
..........\....\...\htm" target=_blank>INSTALL,867,2013-03-21
..........\....\...\htm" target=_blank>INSTALL_PRECOMPILED,415,2013-03-21
..........\....\...\htm" target=_blank>LICENSE,2094,2013-03-21
..........\....\...\htm" target=_blank>README,1367,2013-03-21
..........\....\...\rwt-lnx.tar.gz,23793,2013-03-21
..........\....\...\rwt-sol.tar.gz,23698,2013-03-21
..........\....\...\rwt.tar.gz,15557,2013-03-21
..........\....\...\rwt.zip,47154,2013-03-21
..........\....\...\rwtwin98.zip,134972,2013-03-21
..........\....\...\rwtwinnt.zip,59144,2013-03-21

..........\....\2.4
..........\....\...\rwt-linux7.2.tar.gz,23899,2013-03-21
..........\....\...\rwt-osx.tar.gz,23580,2013-03-21
..........\....\...\rwt.tar.gz,15447,2013-03-21
..........\....\...\rwt.zip,43822,2013-03-21
..........\....\...\rwtwin98.zip,56332,2013-03-21
..........\....\...\rwtwinxp.zip,55543,2013-03-21
..........\htm" target=_blank>LICENSE,1791,2013-03-21
..........\htm" target=_blank>README,3159,2013-03-21
..........\src
..........\...\compile.m,2257,2013-03-21
..........\...\Contents.m,688,2013-03-21
..........\...\daubcqf.m,3918,2013-03-21
..........\...\denoise.m,9132,2013-03-21
..........\...\HardTh.m,3117,2013-03-21
..........\...\htm" target=_blank>INSTALL,837,2013-03-21
..........\...\makesig.m,7236,2013-03-21
..........\...\mdwt.c,2801,2013-03-21
..........\...\mdwt.m,4934,2013-03-21
..........\...\mdwt_r.c,5826,2013-03-21
..........\...\midwt.c,2751,2013-03-21
..........\...\midwt.m,3655,2013-03-21
..........\...\midwt_r.c,6250,2013-03-21
..........\...\mirdwt.c,3198,2013-03-21
..........\...\mirdwt.m,5210,2013-03-21
..........\...\mirdwt_r.c,7607,2013-03-21
..........\...\mrdwt.c,2903,2013-03-21
..........\...\mrdwt.m,5068,2013-03-21
..........\...\mrdwt_r.c,7253,2013-03-21
..........\...\setopt.m,2986,2013-03-21
..........\...\SoftTh.m,3276,2013-03-21

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

发表评论

0 个回复

  • DWT
    小波变换程序,用于对一维信号,二维信号进行稀疏变换(wavelet transform)
    2014-01-16 13:28:46下载
    积分:1
  • Wavelets-applications
    主要讲述小波变换在信号分析和图像处理中的应用,英文版。(Wavelets applications in signal and image processing)
    2011-08-01 22:36:39下载
    积分:1
  • wav_sofm
    说明:  使用小波变换和神经网络的混合图像压缩,希望对大家有所帮助(Using wavelet transform and neural network hybrid image compression, I hope all of you to help)
    2008-11-27 08:09:48下载
    积分:1
  • seconds
    实现盲源信号的分离,在一个信号源中提取出有用的信号。(Blind source signal separation, in a signal source to extract useful signals.)
    2012-12-03 11:30:08下载
    积分:1
  • FractionalCalculusandWavelettansforms
    该文讲解了分数阶微积分和小波变换之间的关系,很不错的论文(The article explained the fractional calculus and the relationship between the wavelet transform, a very good paper)
    2010-12-19 20:22:35下载
    积分:1
  • Ship-detection
    复杂杂波背景下,海面红外图像中舰船目标检测的关键是如何降低虚警、检测出真正的 目标。为了实现这个目标,首先利用Haar小波函数进行小波变换,对图像进行预处理;然后进行恒 虚警检测(CFAR);第三步采用行程法对检测的目标进行标记;最后采用管道滤波法剔出虚假目标, 检测出真正的目标。经仿真实验证明,此方法能有效地降低虚警,在复杂杂波背景中检测出目标。 (The key of ship detection in sea infrared image with complex clutter background is how to reduce false alarms and detect true targets.In order to achieve this aim,a novel algorithm is proposed. First,Haar wavelet transform technology is used as preprocessing,then constant false alarm rate(CFAR) detetion,then run-length label to mark objects detected by the above step,finally pipeline filter to reduce false alarms and detect true targets.Experiment results indicate that this method can effectively reduce false alarms and detect true targets in complicated sea background. )
    2012-03-12 14:14:55下载
    积分:1
  • Matlabwaveenergy
    对信号f(x)进行三层小波变换,得到小波系数d1,d2,d3和逼近系数a3,我想求出各个频率段的能量(能量=小波系数的平方和),很不错的应用程序(The signal f (x) for three wavelet transform, wavelet coefficients d1, d2, d3 and approximation coefficients a3, I would like to find the energy of each frequency band (energy = sum of squared wavelet coefficients), very good application)
    2011-11-01 16:16:22下载
    积分:1
  • waveform275khz
    275hz正弦波激励程序,用于模拟波的激发,适用于导波及其他方面,matlab程序(275hz sine wave incentive program for the simulation of wave excitation applied to guide spread to other aspects, matlab program)
    2012-10-23 10:19:17下载
    积分:1
  • voltera_filter
    全套voltera滤波器检测目标回波信号,且全部都是m文件,没有加密,并附原始信号,以供验证。(Complete voltera filter detection of the target echo signal, and all the m files are not encrypted, together with the original signal, for verification.)
    2020-11-09 16:49:46下载
    积分:1
  • Wav_Noise
    语音信号去噪,在MATLAB开发环境下,对含噪声的语音信号进行小波变换,实现语音增强的功能。(The speech signal denoising, wavelet transform, the noisy speech signal in the MATLAB development environment, Speech enhancement functions.)
    2012-03-15 10:31:02下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载