搜索资源列表
filter
- 这里的7个源代码都是关于自适应噪声滤除技术的,其中包括小波分析,LMS,RLS,NLMS自适应滤波器,前向神经网络,BP神经网络自适应除噪-here seven of the source code are adaptive noise filtering technologies, including wavelet analysis, LMS, RLS, NLMS adaptive filter, to the neural network, BP neural network adapti
wden
- 使用matlab实现输入信号的小波消噪和自适应滤波
BPwnn
- 讨论了BP 小波神经网络在训练过程中减小误差函数时最优方向的确定和自适应调整学习率的方法。 首先论证了小波神经网络的数学基础,然后讨论了BP 小波神经网络的学习过程,重点讨论了减小误差函数最优方 向的确定方法,即如何保证步长方向与负梯度方向一致,由此得出了自适应调整学习率的简便方法。该方法具有 普遍性,有广泛的应用价值。仿真结果表明,采用最优梯度下降方向可以大幅度提高BP 小波神经网络的学习速 度。
dghm
- 自适应的多小波阀值算法,利用多小波去除噪声的matlab源代码-Multiwavelet adaptive threshold algorithm, using wavelets to remove noise in many source code matlab
adaptivelms
- 基于小波变换的可变步长自适应LMS语音信号去噪程序,对实际复杂噪声具有很好的效果-Based on wavelet transform adaptive variable step size LMS Speech Signal Denoising procedures, the actual complexity of the effect of noise has a very good
53quincunxADLwavelet
- 方向自适应的小波变换程序(5/3) 本人自己编写,有些简陋,采用固定块大小,方向冗余没有与小波系数进行率失真优化-adaptive directional lifting wavelet (ADL)
Optimization
- 《小波消噪阈值算法优化》详细阐述了一种自适应小波阈值消噪法。经matlab验证,改进后的算法消噪性能大大提高。-《Optimization threshold algorithm of wavelet de-noising》discribes an adaptive threshold de-noising based on wavelet. It’s proved by matlab program that the performance of adaptive algorithm is m
111
- 自适应小波去噪算法研究,对于想深入学习小波的人,帮助是很大的呀!-Adaptive Wavelet Denoising Algorithm, for people who want in-depth study of wavelet and help is a great good!
scadaptiveBay
- 这是一个小波去噪算法,采用的是阈值去噪,阈值选用Bays自适应阈值,编程环境是MATLAB-This is a wavelet denoising algorithm, using the threshold de-noising, the threshold selection Bays adaptive threshold, the programming environment MATLAB
waveletthresholddenoising
- 基于MATLAB的小波阈值去噪方法的研究(其中包括软阈值方法,硬阈值方法,广义小波阈值函数,自适应特征阈值等方法的代码)-MATLAB-based wavelet threshold denoising (including soft-thresholding method, hard threshold method, generalized wavelet thresholding function, adaptive threshold methods such as feature co
wveletedenoise
- 多种方法(软硬阈值、自适应阈值等)进行小波去噪的matlab- denoise by wavelete methods
matlab
- 使用matlab实现输入信号的小波消噪和自适应滤波-The input signal using matlab Wavelet Denoising and Adaptive Filtering
DWT_HB
- 基于小波域自适应水印图像的(嵌入) matlab编程 -Wavelet based image adaptive watermarking (embedding) matlab programming
waveletcode
- 基于阀值的自适应小波降噪matlab源代码,入门级程序,对新手很有参考价值-Adaptive threshold wavelet denoising Matlab
matlab小波自适应小波阈值去噪
- 一种基于小波变换的图像自适应阈值去噪方法和软阈值硬阈值去噪对比。
xiaobuyuzhi
- 基于小波阈值的自适应小波去噪,同学的毕业设计程序。-Adaptive wavelet denoising wavelet threshold, the students graduate design program.
spiht程序 包含小波变换 熵编码
- 利用matlab来实现图像压缩,spiht算法作者原版代码,包含了二进制熵编码以及小波变换,自适应分解等级,加入了示例图片。(The use of MATLAB to achieve image compression, SPIHT algorithm author original code, including binary entropy coding and wavelet transform, adaptive decomposition level, joined the sampl
自适应波束形成与Matlab程序代码注解(1)
- 自适应波束形成技术程序代码(有注解) 包括1.均匀线阵方向图2.波束宽度与波达方向及阵元数的关系当阵元间距时,会出现栅瓣,导致空间模糊 类似于时域滤波,天线方向图是最优权的傅立叶变换5.最大信噪比准则方向图和功率谱6.ASC旁瓣相消----MSE准则7.线性约束最小方差(LCMV)准则(Adaptive beamforming technology code (Annotated))
soft
- 针对提出的故障信号,利用awgn加噪,对其进行小波软硬阈值降噪,提出一种改进阈值,利用五种自适应阈值函数sqtwolog、rigrsure、heursure、minimaxi和ddencmp中阈值选取原则,对软阈值、硬阈值和改进阈值进行降噪效果对比。(In view of the proposed fault signal, the wavelet soft and hard threshold de-noising is carried out by AWGN adding noise, an
自适应小波阈值算法matlab源码
- 包含自适应小波阙值算法相应论文及其源码,在去噪方面有很好的效果。