登录
首页 » matlab » wavelet_denosiy

wavelet_denosiy

于 2019-12-18 发布
0 209
下载积分: 1 下载次数: 6

代码说明:

说明:  Donoho提出的小波阀值去噪的基本思想是将信号通过小波变换(采用Mallat算法)后,信号产生的小波系数含有信号的重要信息,将信号经小波分解后小波系数较大,噪声的小波系数较小,并且噪声的小波系数要小于信号的小波系数,通过选取一个合适的阀值,大于阀值的小波系数被认为是有信号产生的,应予以保留,小于阀值的则认为是噪声产生的,置为零从而达到去噪的目的。尺度不变特征变换(Scale-invariant feature transform,SIFT),是用于图像处理领域的一种描述。这种描述具有尺度不变性,可在图像中检测出关键点。(The basic idea of wavelet threshold de-noising proposed by Donoho is that the wavelet coefficients generated by the signal after passing through the wavelet transform (Mallat algorithm) contain the important information of the signal. After the wavelet decomposition, the wavelet coefficients of the signal are larger, the wavelet coefficients of the noise are smaller, and the wavelet coefficients of the noise are smaller than the wavelet coefficients of the signal. By selecting a suitable threshold, the wavelet coefficients of the noise are larger than the valve The wavelet coefficients of values are considered to be generated by signals, which should be preserved. The ones less than the threshold are considered to be generated by noise, which is set to zero to achieve the purpose of denoising.)

文件列表:

lena.jpg, 47132 , 2018-11-08
wavelet_denosiy.m, 953 , 2019-12-18

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

发表评论

0 个回复

  • ISAR
    :近距离目标超高分辨率微波成像技术在安全检测、非破坏性控制、生物医学等领域中有着非常重要的应用 价值和广阔的应用前景。该文利用基于窄脉冲形式的超宽带时域雷达系统研究近距离目标的高分辨率ISAR成像, 给出了仿真和实测结果。利用转台旋转目标,基于超宽带脉冲源和超宽带收发天线以及高性能取样示波器,配以同 步触发脉冲和自行研发的数据采集软件,搭建了该时域雷达实验系统,提出了准确获取目标回波信息的实验条件, 和实现回波延时精确校正的误差补偿方法。并针对采样时间窗内的杂波干扰,讨论了时域后向投影算法(Back Projection,BP)与背景对消技术相结合的成像算法,实现了分辨率为 8 mm 的近距离目标的成像,准确地反映了 目标的位置、形状和大小等信息。( The high resolution imaging of near field targets are interesting for security, non-destructive control and biomedical application. In this paper, high resolution near field ISAR imaging is implemented using Ultra Wide Band (UWB) time domain radar system. Simulation and experiment are both conducted. The target is rotated by turntable. The system is built based on the UWB pulse source, UWB antennas, high performance sampling oscillograph, synchronous trigger pulse and proper motion study data acquisition software. Experiment condition and delay errors compensation method are presented to obtain accurate echo information of the target. And Back Projection (BP) combined with background cancel algorithm is discussed considering the clutter interference in time window. )
    2011-06-19 10:30:55下载
    积分:1
  • 0999
    卡尔曼滤波是一种数据处理方法,它是一种线性最小方差无偏估计准则,基于系统 状态估计和当前观测,通过引入状态空间而获得的新的状态估计.本篇论文陈述了卡尔曼滤 波的基本思路和算法;并通过仿真,显示卡尔曼滤波的功能,以及如何用它来跟踪方向确定、速度恒定的飞行器。 (Kalman filter is a data processing method, which is a linear minimum variance unbiased estimation criteria, based on system state estimation and the current observations, obtained by introducing the state space of the new state estimate of the Kalman filter thesis statement the basic ideas and algorithms and through simulation, shows Kalman filtering functions, and how to use it to keep track of the direction determined constant speed aircraft.)
    2013-09-06 10:21:27下载
    积分:1
  • tuxiangchuli
    钢板表面质量检测中,图片是否有拉伸的监测和分析程序(Steel plate surface quality detection, image whether the stretching of the monitoring and analysis program )
    2012-06-30 09:22:31下载
    积分:1
  • matlab
    基于matlab的时频率分析工具箱,包括了小波变换,WVD,SPWVD等等好多的时频分析方法(Matlab-based time-frequency analysis toolbox, including a wavelet transform, WVD, SPWVD so many time-frequency analysis method)
    2011-07-24 16:52:52下载
    积分:1
  • l1_norm_compressed-sensing
    两个l1准则下的噪声干扰信号压缩感知重构举例,两个例子的稀疏矩阵均为DCT矩阵,而观测矩阵分别采用单位阵和随机矩阵,有详细的步骤和使用方法,适用于初步的学习压缩感知方法。(This programme supply two examples by Compressed sensing with l1 norm. The sparse matrix of two examples are all DCT matrix and the obsever matrix are unit matrix and random matrix respectively. We give the detailed usage and steps for the programme which is useful to the beginner.)
    2012-10-30 16:03:14下载
    积分:1
  • Log_gabor
    很好用的Log-Gabor变换源代码,可以用于图像的特征提取(Good use of Log-Gabor transform source code, can be used for image feature extraction)
    2009-03-14 13:14:30下载
    积分:1
  • chaffresearchechnology
    箔条干扰的特性与雷达抗箔条技术研究,对雷达制导导引头的干扰技术进行系统研究(Characteristics of the anti-radar chaff and chaff research technology, the interference radar guidance seeker system research)
    2015-07-14 01:08:07下载
    积分:1
  • recon
    说明:  recon基于双视图的人脸特征三维重建,一个视图为正投影,另一个是水平方向旋转,假定正交投影模型,getfeature用于从图像上标记特征点(facial feature reconstruction based on two views)
    2009-09-03 16:13:23下载
    积分:1
  • Otsu
    很好用的图像分割方法,大家可以试一下,我运行过了(Very good segmentation method, very useful, you can have a try, I used the effect is very good)
    2013-09-02 16:36:04下载
    积分:1
  • cry
    说明:  通过IDL,简单实现灰度变换,彩色变换等基本操作,包括图片打开保存拖拽显示(Simple implementation of gray level transformation, color transformation and other basic operations)
    2019-04-23 11:13:51下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载